View Single Post
  #22  
Old 01-19-2005, 06:19 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
Quote:
Originally Posted by cyberzen
I noticed this line in error.log

2005-01-19 16:30:54.926 [NOTICE] [ADMIN] server socket: 127.0.0.1:7777

how do I change the localhost address to hardcoded IP? I think this is the one causing problems
You cannot and it is not the problem.
The problem is that your firewall rule blocks connections to that address, so you can not apply changes from admin interface.

Your changes made in the admin interface has been saved to configuration file, what you need is just a manual restart from command line.

Then the permission of "/opt/lsws/zhentai/public_html/" is not set properly somewhere alone the path, so lshttpd can not access that directory, fix the permssion problem, then restart web server, you problem should be solved.

Those two problems does not related to each other, you need to fix them one by one. :-)
Reply With Quote