Search results

  1. M

    Can't find where to change the server root directory.

    Sever Root is where the server has been installed to, cannot be changed unless reinstalled to another location. However, virtual host root and document root can be set to anywhere when you define a virtual host.
  2. M

    rewrite rule not working

    shikha, The log shows that the rewrite has been successfully executed. It might be a bug in your rewrite rule. Without knowing your exact rewrite rule, I can only give a wild guess here, "%n" instead of "$n" should be used for back references in rewrite conditions. Maybe you did not use "%1"...
  3. M

    php-5.1.4 fcgi not killed on restart/reload

    Thomas, I think it is a bug in PHP's fcgi module. Maybe it was a infinity loop in signal handling routine fastcgi_cleanup() when "PHP_FCGI_CHILDREN" was set. Have you tried "strace" on the hanging PHP process?
  4. M

    Rails via Mongrel: Litespeed dies upon restart

    change anything in access log configuration, like "log useragent" etc.
  5. M

    Rails via Mongrel: Litespeed dies upon restart

    There is a bug in vhost access logging configuration in release 2.1.15, please change some configuration under access logging section when you add a new vhost. The bug will be fixed in 2.1.16.
  6. M

    Rails via Mongrel: Litespeed dies upon restart

    Good. Thanks. Please make the configuration change as you wish and send you configuration to bug [at] litespeedtech.com once it stop working, we will try to reproduce the problem.
  7. M

    404 checked before checking authentication

    Forgot to fix this in 2.1.15, should be fixed in 2.1.16 release.
  8. M

    lsws 2.1.14 hangs up

    Hi Jason, Thank you for the bug report. What OS are you using? Solaris 10 with devpoll? strace or truss output will definitely help. Also, you can check the CPU utilization when the problem occur, should be either 0% or 100%. If it is 100%, it is more likely that something wrong with the...
  9. M

    Rails via Mongrel: Litespeed dies upon restart

    I think it probably is a permission problem, should not have anything to do with Rails or Mongrel. Can you gracefully restart LSWS from web admin console right after the default installation without making any configuration changes? Ubuntu disabled root user and uses sudo by default. Which user...
  10. M

    experiences with APC and php-4.4 / php-5.1 ?

    I think he should be using lsapi, one bug has just been fixed in LSAPI library. It should not matter which API is used, APC stability wise.
  11. M

    experiences with APC and php-4.4 / php-5.1 ?

    Please download and try the latest PHP LSAPI code.
  12. M

    Rails via Mongrel: Litespeed dies upon restart

    What platform are you on?
  13. M

    Bytelogger

    Great! We will update our code to match the log format accordingly. :)
  14. M

    Bytelogger

    Can you please find and send the source code for mod_log_bytes, it is an Apache module developed by CPanel. Maybe the source code I got is an older release. Thanks, George
  15. M

    Proxying static content from apache to LSWS

    yes, htaccess was handled by apache only or by both lsws and apache, depend on whether htaccess handling was turned on for LSWS.
  16. M

    mod_rewrite

    Getting blank page may not be the fault of rewrite though. Might be PHP configuration, MySQL or something else, plesae check lsws/logs/error.log and stderr.log. You can trun on rewrite logging in httpd.conf for that vhost, and post rewrite related log in error.log here.
  17. M

    Proxying static content from apache to LSWS

    Just place LSWS in front of apache and let it forward dynamic request though the reverse proxy interface to backend apache.
  18. M

    Former Zeus Eval looking for Answers

    Hi, Thank you for the inquiry. LSWS does not have a matching feature exactly like what you have done with zeus, however, it can be easily implemented with some simple rewrite rules. We can add a feature like that if needs. For web server itself, it should run on its dedicate user/group id...
  19. M

    Autostart error -OSX 10.4 (Intel)

    You should install those files as root user, using command like "sudo ..." The web server has to be started on behalf of root user as it may bind to priviledge TCP port, and there might be other permisssion problems. Check your lsws/logs/error.log, see if you can find anything useful.
  20. M

    Keepalive Settings and SSL and IE - Puzzling

    Please download 2.1.15 again, the bug should be fixed.
Top