df.tips
How to find out the Apache's main configuration file on a server?
Unix
Bash
httpd-conf
,
apache
,
filesystem
,
unix
dmitrii_fediuk
(Dmitrii Fediuk)
January 8, 2017, 3:01pm
1
find / -name "httpd.conf" -print 2>/dev/null
dmitrii_fediuk
(Dmitrii Fediuk)
January 8, 2017, 3:28pm
2
See also:
How to find out the Apache’s
error log location
on a server from the command line?