Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我网站的etc/apache2/sites-available文件有一个错误日志的位置,设置如下:
etc/apache2/sites-available
${APACHE_LOG_DIR}/error.log
问题是我不知道APACHE_LOG_DIR.
APACHE_LOG_DIR
有人建议查看,/etc/apache2/httpd.conf但该文件完全为空。我的错误日志在哪里?
/etc/apache2/httpd.conf
在我的系统上是文件夹/var/log/apache2/,试试
/var/log/apache2/
grep -i APACHE_LOG_DIR /etc/apache2/* /etc/apache2/apache2.conf:ErrorLog ${APACHE_LOG_DIR}/error.log /etc/apache2/envvars:export APACHE_LOG_DIR=/var/log/apache2$SUFFIX
找出你的位置。或者检查/etc/apache2/envvars设置变量的文件。
/etc/apache2/envvars