
12-13-2006, 06:20 AM
|
|
Senior Member
|
|
Join Date: Aug 2006
Posts: 67
|
|
Directory directive bug
Hello,
I upgraded my lsws from 3.0pre to 3.0rc1. I found a bug. In httpd.conf (cPanel) is line:
<Directory "/usr/local/apache/htdocs">
When I enter the site by default VH (e. g. by the IP) then lsws redirect in loop to http://virtual_host//. When I change the line to:
<Directory "/usr/local/apache/htdocs/">
then it is working properly.
I have also another problem in 3.0rc1. LSWS works for some time and after that it hangs up - lshttpd process consume 90-100% cpu and don't respond for requests. I turned debuging on and I will try to get more informations.
|