Troubleshooting Apache
Reading the log files is the easiest way to troubleshoot Apache.
<VirtualHost *:80>
ServerName glesys.se
ServerAlias *.glesys.se
DocumentRoot /var/www/glesys.se/htdocs/
CustomLog /var/www/logs/glesys.com-access_log combined
ErrorLog /var/www/logs/glesys.com-error_log
</VirtualHost>tail -F /var/www/logs/glesys.com-error_log[Wed Jul 18 20:59:09 2012] [error] [client 77.53.249.3] File does not exist: /var/www/glesys.se/htdocs/does-not-existPreviousProtect yourself from a WordPress XML-RPC attackNextSecuring Apache with an SSL certificate from Let's Encrypt
Last updated
Was this helpful?