403 Forbidden

webizen

Well-Known Member
#2
set debug level (admin console -> configurations -> server -> log) to medium or high and check error.log (e.g. /usr/local/lsws/logs/error.log)
 

webizen

Well-Known Member
#3
The error log has this when 403 error appears:

2011-02-22 05:03:13.886 [INFO] [76.167.239.100:56125-0#domain.net] Scripting is disabled for VHost [domain.net], context [/], access denied.
In your vhost configuration, (Admin Console -> Configuration -> Virtual Host -> domain.net -> Basic)
Enable Scripts/ExtApps: No
This (Disable Scripts/ExtApps setting) causes 403 error to http://domain.net/index.php

Change to Yes should fix the problem.
 
Last edited:
#8
The vhost root needs to be readable by web server user (easier to make it readable by everyone).
Yea I am going to try to chmod the directory and see if it works. However I believe it is not readable to everyone because of webmin.

May I ask how do I stop and start LS via command line?
 
Top