Magento 2
How to find out the Apache's main configuration file on a server?
Administration
apache
,
configuration
,
unix-find
,
httpd-conf
,
unix
,
diagnostics
,
filesystem
dmitrii_fediuk
(Dmitrii Fediuk)
January 8, 2017, 3:21pm
1
find / -name "httpd.conf" -print 2>/dev/null
How to find out the Nginx's main configuration file on a server?
How to find out the Apache's error log file location on a server from the command line?
Where is Apache's error log?
How to find out the PHP interpreter configuration files?
dmitrii_fediuk
(Dmitrii Fediuk)
January 8, 2017, 3:27pm
2
See also:
How to find out the Apache’s
error log location
on a server from the command line?
How to find out the
Nginx
’s main configuration file on a server?
How to find out the
PHP
interpreter configuration files?