이렇게 가상 호스트를 설정했습니다
<VirtualHost my.ip.address.here:80>
DocumentRoot /home/todieama/public_html/dev/hop/public_html/
ServerName dev.example.com
ServerAlias dev.example.com
ErrorLog /home/todieama/public_html/dev/hop/public_html/application/logs/apache.log
ServerAdmin [email protected]
UserDir enabled todieama
<IfModule mod_suphp.c>
suPHP_UserGroup todieama todieama
</IfModule>
</VirtualHost>
PHP 오류가 발견되면 위에 정의된 apache.log 파일과 dev/hop/public_html의 error_log에도 기록됩니다. 그래도 여기에 로그인해야 하나요? 가능하다면 멈추고 싶습니다.
답변1
Errorlog
구성 파일의 줄을 해시 할 수 있다고 생각합니다.httpd.conf.