Search results

  1. M

    My vb4 forum error after switch to litespeed

    You need to increase the memory limit, check the thread I referenced.
  2. M

    How to contact sales?

    You can open a ticket from your client area, under Pre-sale, or billing department.
  3. M

    unexpected signal=15

    Please try upgrade to the latest build of 4.0.13, around 02/27/2010 6PM EST.
  4. M

    no end of trouble - 504 Gateway Timeout errors daily

    Those does not matter, as designed. When you get 504 timeout, can you access the web server directly, still get error? what is your lsphp5 configuration? You can try upgrade to the latest 4.0.13 build, it may work better.
  5. M

    High Traffic vbulletin forum with 503 Errors

    Are you using PHP suEXEC? If not, you need to make the folder writable by nobody user temporarily.
  6. M

    What's new in Ruby LSAPI 4.0?

    This release should be compatible with ruby 1.9, no other major changes.
  7. M

    "Web server automatically restarted"

    Please download and upgrade to the latest build of 4.0.13, this issue should have been addressed.
  8. M

    .htaccess randomly not being loaded

    Please check "Initial Request Timeout" http://www.litespeedtech.com/docs/webserver/config/extapps/#initTimeout of lsphp5 external app. if set too low, will cause multiple try of the same request. Should be higher than the longest time need to process a request. Also, download and upgrade to...
  9. M

    My vb4 forum error after switch to litespeed

    http://www.litespeedtech.com/support/forum/showthread.php?t=3782
  10. M

    .htaccess randomly not being loaded

    That request is handled by the default vhost at /usr/local/apache/htdocs/ , because domain name in the URL is not any vhost configured, so it is handled by the default vhost. maybe the server IP address is used in the URL.
  11. M

    .htaccess randomly not being loaded

    vhost is "APVH_Default", not your main domain vhost. Must be a bad host name.
  12. M

    .htaccess randomly not being loaded

    Since it is a rewrite rule, you can enable Rewrite Logging by set RewriteLogLevel 9 for that vhost. If httpd.conf is used, you need to add that the <VirtualHost > restart LSWS. then reproduce the error, check error log for related log entries. Grep the log file by your IP should easily locate...
  13. M

    .htaccess randomly not being loaded

    Yes, you should use this forum for your free support. Which version of LSWS are you using? You should upgrade to latest. What in the .htaccess that tell web server to look for a file in /folder/ ? give us an example, URL, and location of file. You can mask the domain. Is there a sub-domain...
  14. M

    litespeed PHP memory_limit not being recognised ??

    if 503 error is due to consistent PHP process crash, you can add environment variable LSAPI_ALLOW_CORE_DUMP to lsphp5 external app configuration to let PHP dump a core file. http://www.litespeedtech.com/php-litespeed-sapi.html then check the core file with gdb...
  15. M

    Litespeed + webmin

    change permission from to
  16. M

    [RESOLVED] Setting up SSI

    set MIME type to application/x-httpd-shtml for that file suffix.
  17. M

    "Web server automatically restarted"

    Please check /usr/local/lsws/logs/ap_cmd_param.log for log entries around that time. I need to know what command issued by WHM to restart httpd by that time.
  18. M

    "Web server automatically restarted"

    Do you know where is the safeapacherestart script located, we need to check the script and find a way to avoid "Forced restart".
  19. M

    DirectAdmin proxy

    Apache proxy scan and modify the response, it rewrite the host part of the URL I think. LiteSpeed does not. You can check the response header/body from Apache/litespeed with firebug see if it is the case.
  20. M

    [RESOLVED] Proxy and cPanel cPanel 11.25

    This issue has been fixed with the latest 4.0.13 build. cPanel added a "location" response header which interferes with LSWS internal redirect feature.
Top