View Single Post
  #21  
Old 01-19-2005, 06:10 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
The permission should be set properly not only for public_html, but also for all of its parent directories, the user that the web server running as should be able to access that directory.

Your changes has been saved to the configuration file, but "public_html" is not accessible, error log shows that already.

For the failed listener problem, please do "killall lshttpd" from command line to make sure all lshttpd process had stoped.
check if any application using port "7080", do "netstat -an | grep 7080".
Reply With Quote