Search results

  1. N

    Do I need to compile PHP each time.

    please select "PHP 5.4" for suffix php instead of "lsphp5" in http://prntscr.com/8yu5h7
  2. N

    Do I need to compile PHP each time.

    in http://prntscr.com/8ynzdp , can you show settings of "Script Handler" ?
  3. N

    [Resolved] vBulletin + LS Cache is ignoring my imloggedin=yes cookie

    Thanks for the update. Enable cache through .htaccess is a good practice and easier to maintain. better than enable it at the whole web server level -- it's not scalable for various web sites with various business logic.
  4. N

    [Resolved] vBulletin + LS Cache is ignoring my imloggedin=yes cookie

    does this issue exist from beginning or just occur recently ? what changes made may be the cause do you think ? I think the weird issue can be identified and fixed, but need collect more info first. we can debug the issue during the idle time of the site.
  5. N

    [Resolved] vBulletin + LS Cache is ignoring my imloggedin=yes cookie

    Sorry. re-read your last reply again. so now vBulletin back to normal but with lscache disabled ...
  6. N

    [Resolved] vBulletin + LS Cache is ignoring my imloggedin=yes cookie

    but from my tests just now, the issue looks fixed already. I tested in Chrome browser. when I login, I select an option "always log in" (the words may not be exact". maybe it's related. have you done more tests ? clear all browser cache, then retest ...
  7. N

    [Bug?] Browser caching. Missing Etag on "304 Not Modified".

    Sorry for reply late, read it once but forgot to reply. let's do some tests in real world web page first. 1. apache #curl -I http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html -H 'If-None-Match: "84d1-3e3073913b100"' HTTP/1.1 304 Not Modified Date: Tue, 03 Nov 2015 04:54:11 GMT Server...
  8. N

    [Resolved] vBulletin + LS Cache is ignoring my imloggedin=yes cookie

    Hi findingpeace, should be RewriteCond %{HTTP_COOKIE} !vbpf_imloggedin=yes RewriteCond %{HTTP_COOKIE} !vbpf_userid= RewriteCond %{HTTP_COOKIE} !vbpf_password= ? I did quick tests, and can reproduce the issue you reported ... yes, not normal. looks weird issue. but can you change above rules...
  9. N

    [unsolved] I probably didn't install Litespeed correctly

    1) please check if any "litespeed" still running: #ps -ef | grep litespeed if exists, run "killall -9 litespeed" 2) so now only apache is running ? websites are running well ? 3) if so,try uninstall litespeed, and re-install again. you can uninstall it at command line if GUI uninstall not...
  10. N

    [unsolved] I probably didn't install Litespeed correctly

    can you switch back to apache ? then run EasyApache (under apache), to build php, to make sure the websites works well first(under apache). then Build a matching LSPhp again.
  11. N

    [unsolved] I probably didn't install Litespeed correctly

    have you done "Bulid Matching LSPhp" in WHM litespeed plugin ? or try a uninstall, make sure apache is running well, then reinstall again ? we recommend to use "auto-Installer script" to install - https://www.litespeedtech.com/products/control-panel-plugins/cpanel-whm-plugin
  12. N

    [unsolved] I probably didn't install Litespeed correctly

    looks apache is listening to same ip: port, e.g., 77.235.46.18:80 stop apache, then restart litespeed, should be ok.
  13. N

    [Resolved] LS not compressing certain files

    I copied this 800K js_composer.css to another litespeed server, and observed the same behavior. for small css/js, looks no such issue. my understanding: 1. when 1st request comes, need gzip the .css, since file size is a bit large, it may take long time. it may block the requests process ...
  14. N

    [Resolved] LS not compressing certain files

    so it's a static file. need figure out where the response header Vary:User-Agent,User-Agent comes from. it may come from document root's .htaccess it looks wp-content/plugins/js_composer/assets/css/js_composer.css is inside a plugin ? what's the plugin name ? so I can try it on a wordpress...
  15. N

    [Resolved] LS not compressing certain files

    is js_composer.css a static file ? the strange part in the response header: Vary:User-Agent,User-Agent if a static .css serverd by litespeed directly, should not have this header
  16. N

    [Resolved] LS not compressing certain files

    please show the full response headers of the problem .css
  17. N

    [Resolved] redirect all traffic using REDIRECT not mod-rewrite

    tested on latest 5.0.7 on native virtual host, just put Redirect directives under "Rewrite" tab.
  18. N

    How to remove Congratulation! You have successfully installed the LiteSpeed Web Server?

    complete info regarding trial license. https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:licenses:trial-license email is sales@...
  19. N

    How to Enable LiteSpeed SOAP Extension

    do you have control panel ? if lsphp match with apache php ? compare phpinfo.php output under apache and litespeed to see if they match.
  20. N

    [Resolved] Help with diagnosing 503 on WordPress

    :) same case as https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:php:503-errors#lsphp_process_hit_memory_limit ?
Top