View Full Version : vhost config error
woodshop
01-06-2004, 11:16 PM
ok just updated to 1.2.2 and i'm getting this error in the log.
{config:vhost:woodshop.hopto.org} Path for vhost root is invalid: /home/alex/Web/WebSite/DEFALT/
system Mandrake 9.2 950MHZ Duron.
i updated when i found out that there was a new version when i visited this site looking for help i got the same thing withthe old version.
Lauren
01-07-2004, 09:29 AM
WebAdmin interface will not create the directory for you. You need to create the directory yourself.
{config:vhost:woodshop.hopto.org} Path for vhost root is invalid: /home/alex/Web/WebSite/DEFALT/
1. check whether that directory exists or not, make sure no typo.
2. check the directory permission, whether allow the userId that web server running as to access that directory.
If you still have problem, please provide more detail.
Lauren
woodshop
01-07-2004, 06:29 PM
ok it was a typo default has a U in it.
now i get an error 403 forbiden when i try to broswe to the site.
All of the permissions on all flies and folders are set access, write, and exicute all users.
The server secerity is set as enable context acess control "no"
allowed list "ALL"
denied list "N/A"
Lauren
01-07-2004, 11:17 PM
All of the permissions on all flies and folders are set access, write, and exicute all users
this is wrong. lsws will not serve a static file which is executable.
This is one of the security features. Please take a look at the security section on "strict static file checking".
woodshop
01-09-2004, 06:36 PM
thanks for all the help. it all works now.