Logging into ACP

#1
When logging into the control panel, i get the following error: "[STDERR] /usr/local/lsws/conf/httpd_config.xml is not a valid file."

Is there any way to tell what exactly is causing the issue without reinstalling?
I just configured my server and restarted and tried logging in and it is throwing that error...
 

webizen

Well-Known Member
#10
did you recently make any changes? or this problem just happened (which is weird)? since admin_php is running as nobody which has NO permission to read files in directory /usr/local/lsws/conf regardless of file's own permission, that is why the error.

you could change permission of /usr/local/lsws/conf to 755 to work around this. but it is better to find out what happened before proceed.
 
#11
did you recently make any changes? or this problem just happened (which is weird)? since admin_php is running as nobody which has NO permission to read files in directory /usr/local/lsws/conf regardless of file's own permission, that is why the error.

you could change permission of /usr/local/lsws/conf to 755 to work around this. but it is better to find out what happened before proceed.
the only changes I made were in the control panel

after rebooting it broke

after changing the permissions to the conf folder I get this now:

"[ERROR] [/usr/local/lsws/bin/httpd] is not a valid executable."

since the permissions are screwed up for admin_php, would it cause this issue?
 
Top