View Single Post
  #1  
Old 11-28-2005, 03:10 PM
zoom zoom is offline
Senior Member
 
Join Date: Nov 2005
Posts: 92
Default VHOST Setup Problem

Hi,
I've just download and installed LSWS and I seem to be having a problem getting it to work for my test virtual host. The server files are installed in /usr/local/lsws and my webroot is /www.

For my test virtual host (thor.example.com) I have the virtual host root pointing to /www/sites/thor and my docroot point for the virtual host (thor.example.com) pointing to $VH_ROOT/html. Each time I hit the site I get a 404 error. I changed my permissions for the files to have the same permissions as the webserver "nobody", still no luck. I'm able to browse the files with the command "sudo -u nobody ls /www/sites/thor/html".

Is there a wiki somewher that might have tutorial which goes step by step of a named based virtual host setup using LSWS. Any help would be appreciated. Thanks
Reply With Quote