Evaluate Error-Log-Files
When you have activated the error-log-function, then you found under your main folder of your webspace in the /log -directory your logs
In this /log directory you find also the access_log, where all website-activities will been loged.
Is the access_log empty, please click here
For the normal webserver errors, you find a logfile error_log and for mod-rewrite Errors, you find a log rewrite.log
Pay attention to the fact that only errores are captured if the error-logs activated and which should be switched off this logging also after ending of the error search basically again. When you have not switched on, please click hereIt´s possible you find in the log files many errores:
When you have not installed a SSL-Certificat you can ignore all Warnings and Debug-Informations about SSL/RSA!
[Sat Jul 25 04:14:08 2009] [error] [client 101.28.115.228] SoftException in Application.cpp:245: File "/var/www/web5/html/test/test.php" is writeable by group
[Sat Jul 25 04:14:08 2009] [error] [client 101.28.115.228] Premature end of script headers: test.php
The first one of both error messages says that the file test.php is writeable in the subdirectory test for the group! This could lead under circumstances to a security problem and, hence, this file about the web server is not at all only evaluated and you receive Internal-Error. now you put on the right of the file 0644 bzw. auf rw-r--r--. If you do not know how you can change the rights, please read here .
