Search results

  1. M

    AutoUpdate not working?

    Build your own through the web GUI now. :)
  2. M

    PHP Compilation

    That directory will be created if the build is successful.
  3. M

    LSLB for Zope/Zeo server?

    Yes, you can use LSWS or any web server in front of ZServer for serving static content, apparently, LSWS is highly recommended for this role. ;)
  4. M

    SSL on localhost

    There should not be any problem, usually, the browser will give a warning for a self signed certificate. why you failed?
  5. M

    PHP Compilation

    install WGET or CURL, make them available to "nobody" user, at least temporarily. chmod 0755 /usr/bin/wget after finish building chmod 0700 /usr/bin/wget same thing for gcc.
  6. M

    killed with SIGTERM, 3-4 times a day

    Thanks for the update.
  7. M

    Request Filtering not working...

    It should be fine. Just remember that LiteSpeed won't block any request resulting in "404".
  8. M

    litespeed slower than apache?

    I don't know what's wrong with your installation, have you change anything under "Server"->"Security"->"Per Client limits"? Post you configuration. I can take a look at the configuration as well if you PM me the login to the Admin console.
  9. M

    LSWS 3.3.7 has been released

    LiteSpeed Web Server 3.3.7 has been released Another bug in handling Apache "Include <dir>" directive has been discovered and fixed, this may affect Plesk users most, please upgrade to this release. Download LiteSpeed Web Server View Version History
  10. M

    litespeed slower than apache?

    Another trick is to let two lshttpd processes work together. Create a listener with <IP>:80, IP is the IP addressed used by the primary web site hosted on the server. "Bind" the listener to both "Process 1" and "Process 2". the restart. both lshttpd processes will be actively serving files for...
  11. M

    LiteSpeed compatibility issue with cPanel > cPanel blocking LiteSpeed

    That script won't kill lshttpd, so it is something else.
  12. M

    litespeed not parsing SSI?

    That's correct. offical SSI support will be added soon.
  13. M

    stderr.log fills on vserver

    You need to find out which command cause this? Internally, LSWS run ps vmstat mpstat commands to pull system status information. make the offending command unavailable should help.
  14. M

    LiteSpeed compatibility issue with cPanel > cPanel blocking LiteSpeed

    I need a copy of /scripts/restartsrv_httpd from the new WHM release, can you send me one? Thanks!
  15. M

    litespeed slower than apache?

    Pleae post your I/O wait reading. Higher I/O wait has bigger impact on event-driven web servers than multi-process or multi-thread web servers. LiteSpeed does has bandwidth throttling feature, but it is not enabled by default under "Server->Security" tab. Also, if there is I/O intensive tasks...
  16. M

    Proxy Site and LiteSpeed

    If you use PHP suEXEC, one busy site will not affect the others. Otherwise, all websites share the same group PHP processes. Your problem is like you have mis-configured the lsphp4 application. set "Max connections" way too high without increasing "PHP_LSAPI_CHILDREN" according. You need to...
  17. M

    LSLB for Zope/Zeo server?

    Since ZServer provids a standard web server interface, LSLB can work with them very well. LSLB only do load balancing to backend node, it will not serve static content like LSWS does. LSWS have the same auto update feature like LSWS. You can use it on 2core-machine without any problem.
  18. M

    Question about load balancing

    That's correct. You can either store the file in a shared folder, or use some synchronization technologies, like rsync, etc.
  19. M

    Xcache Memory limit

    Increase the memory limit in the lsphp external application section. server->external app->lsphp4/5
  20. M

    Upgrade to 3.3.6 error

    Please download and try 3.3.7 release. should be fixed.
Top