HTTP 500 Internal Server Error
-
Hi,
from 2 days ago I get this error when tryinig to acces fog admin page “HTTP 500 Internal Server Error”. The main page is not loading anymore. Fog is installed on Fedora and worked very well until now.
I have tryied to PXE boot and it works very well.Do you have any ideeas how to solve this ?
Thank you,
Alin -
My guess is that the user/group settings have been changed at the www dir.
You can also get more info by looking at the apache error log? -
[quote=“Markverg, post: 914, member: 383”]My guess is that the user/group settings have been changed at the www dir.
You can also get more info by looking at the apache error log?[/quote]In /var/log/httpd/error_log i have many “undefined index” and “undefined variable” from about all index.php files.
How do I change back the user/group settings of www dir ? -
using the default linux commands (asuming the apache user is set to default www-data)…
[CODE]chown www-data:www-data www[/CODE]