View Single Post
  #29  
Old 01-19-2005, 10:07 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,603
Quote:
Originally Posted by cyberzen
Yay finally got one of my domains working! However my other listeners are still not working for my other domains
Are those listeners started properly, is the listener to vhost mapping set properly? Please check the error log and make proper adjustment.


Quote:
Also I still don't understand why my doc root is still going to /home/lsws/zhentai/html

basically to get it to work I just copied my html files over, so its just a stop gap fix, what i'd really want is to specify that my doc root goes to

/home/zhentai/public_html

any suggestions?
Make sure permissions for /home and /home/zhentai are set properly in addition to public_html, if those files are owned by another user, then you should let nobody join the group of that user. You really need to read some document and have a good understanding of Unix security model. ;-)
Reply With Quote