Search results

  1. N

    Keep having problems with PHP session files (APC, suEXEC ProcessGroup)

    >when we switch to ProcessGroup and PHP suEXEC to "No" even in ProcessGroup mode, should set PHP suEXEC to "Yes" document: http://www.litespeedtech.com/products/litespeed-sapi/php/suexec-processgroup but maybe it's better to mention set PHP suEXEC to "Yes" here this wiki page...
  2. N

    [OPENED AGAIN] Help needed to make cache work with pages other than the home page...

    the cache policy has problem. change Cache Request with Cookie No Cache Response with Cookie No Ignore Request Cache-Control No Ignore Response Cache-Control No to Cache Request with Cookie Yes Cache Response with Cookie Yes Ignore Request Cache-Control Yes Ignore Response Cache-Control Yes you...
  3. N

    [OPENED AGAIN] Help needed to make cache work with pages other than the home page...

    please change RewriteRule ^$ - [E=cache-control:max-age=9600] to RewriteRule ^.*$ - [E=cache-control:max-age=9600]
  4. N

    [Resolved] Drupal 7 on LSWS 5

    the complete command is: #/usr/local/lsws/admin/misc/lsup.sh -f -v 5.0
  5. N

    [OPENED AGAIN] Help needed to make cache work with pages other than the home page...

    Please post your whole .htaccess here(if not too long).
  6. N

    Litespeed 5.0 and php

    no need. lsphp is same.
  7. N

    cache only works for one virtual host

    replied PM. not able to reproduce the issue in my Chrome. still in conversation.
  8. N

    http/2 403 errors

    have you tried latest 5.0 build ? if not, please re-install the latest one, maybe many issues already resolved. if issue still exist, then revert back to previous version. #/usr/local/lsws/admin/misc/lsup.sh -f -v 5.0 to force-reinstall to latest build
  9. N

    cache only works for one virtual host

    click on my username, in the pop up window, click "Start a Conversation"
  10. N

    How to remove "powered by litespeed webserver" footer from the website

    maybe you refer the directory index page. this wiki is for you: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:autoindex
  11. N

    cache only works for one virtual host

    I'd login the server for more tests, to address all current issues and possible new issues
  12. N

    [Resolved] How do I confirm LSWS in cPanel?

    #curl -I youdomain.com and check the Server response header. for example: #curl -I www.litespeedtech.com HTTP/1.1 200 OK Date: Sun, 03 May 2015 03:00:59 GMT Server: LiteSpeed Connection: Keep-Alive Keep-Alive: timeout=5, max=100 X-Powered-By: PHP/5.4.38 Set-Cookie...
  13. N

    cache only works for one virtual host

    while cache policy is same, querystring/cookie/request or response cache-control vary for different vhost. so your case may be normal, not bug. need more info to know if it's an issue or not.
  14. N

    [Resolved] LSWS 5.0 in cPanel

    it's safe -- you can switch back to previous version by one-click and some users has run it in WHM/cPanel production environment.
  15. N

    how to properly configure chroot in VirtualHost

    while it may be set up correctly and finally get it work, I'd not recommend anyone running this in production environment. this option has been there many years ago and at that time chroot seems to be a hot-topic technology. but unfortunately it hasn't become popular at web server level. one...
  16. N

    Planning our upgrade to 5.0

    yes. but 5.0 still there but not running. so it's easier to switch between versions.
  17. N

    [Resolved] Failed to load resource: net::ERR_CONNECTION_CLOSED

    how about connect to lsws directly, bypass CDN ?
  18. N

    .htaccess 403 after LSWS upgrade

    I tested with the rules: RewriteEngine On RewriteRule .*\.(jpg|jpeg|gif|png|bmp|JPG|JPEG|PNG|BMP|GIF)$ http://www.domain.com [R,NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC] no other rules -- in .htaccess it works as expected -- a access...
  19. N

    htaccess redirection not working

    tested with 4.2.23 in .htaccess, above rules works as expected. using #curl -k -I https://youdomain.com to test. note: above rules should put at the beginning of .htaccess, otherwise it may not be reached.
  20. N

    503 errors with PHP and Wordpress

    general guide for 503 error: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors in your case, if ZendGuardLoader, Suhosin is enabled, try to disable them(if feasible), and see if any improvement.
Top