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
. 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.
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
Code:
http://virtual_host//
<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.
Last edited by a moderator: