Search results

  1. N

    [solved] Keeping Apache really dead (not mostly dead)

    >Do I still need to execute these two commands if I do NOT want Apache to start when server is rebooted? shouldn't need. why do you play with these commands or why are you coming here ? when you run WHM/cPanel auto installer, the script has taken care of these and others. >"service httpd"...
  2. N

    Litespeed restarts multiple times a day

    as that cPanel thread suggested, " enabling that logging option in WHM > Apache Configuration > Piped Log Configuration area to see if the graceful restarts every 2 hours cease to occur."
  3. N

    Litespeed restarts multiple times a day

    please refer http://forums.cpanel.net/f442/why-apache-restarting-every-two-hours-254022.html#post1056361 "Why is apache restarting every two hours?"
  4. N

    Litespeed restarts multiple times a day

    check WHM/cPanel settings, if rotating logs every 2 hours
  5. N

    503 Error when viewing PHP INFO with Xcache installed

    in http://prntscr.com/5v39es try Run On Start Up: Not Set ==> suEXEC Daemon increase Memory Soft Limit(bytes) to e.g, 800M Memory Hard Limit(bytes) to e.g 900M
  6. N

    [Resolved] XCache not working...

    for suEXEC daemon mode, please refer: http://blog.litespeedtech.com/2012/09/11/lsws-4-2-introduces-php-suexec-daemon-mode/ it works under any environment, not only shared host, and regardless php suEXEC mode enabled or disabled xcache.count, I don't understand it very much. it's relating to...
  7. N

    vBulletin - Litespeed cache for guests and Unixy Varnish plugin for all?

    >will that include doing any redirects needed on my 5 vbulletin forums can you give more details ? in general redirect is easy to do in .htacess >anyway to configure Litespeed cache to ignore/blacklist my javascript ads (Adsense and Amazon CPM ads)? for javascript ads, javascript is in the...
  8. N

    [Resolved] XCache not working...

    there is a xcache demo page: http://xcache.lighttpd.net/demo/cacher/ after playing around there for a while, php#0: Hits(12.845) Cached(90) php#1:... php#7: mouse hover on "Cached" -- "Number of entries stored in this cache" so: there are total 8 caches(php#0 ... php#7), which defined by...
  9. N

    [Resolved] APC Locking Question

    php 5.4/5.5 should be faster than 5.3 you may try Opcache as well. compare which one is faster for your site --- xcache or opcache
  10. N

    [Resolved] XCache not working...

    >Do I need to enable PHP suEXEC for that suEXEC daemon mode setting to have an effect? no need. recommend to use suEXEC daemon mode in your case which xcache should work better >I can see that XCache is no longer caching any PHP. It is only caching var data create a phpinfo page. check the...
  11. N

    [Resolved] APC Locking Question

    it's not recommended to use apc with php 5.4 and above 1) http://pecl.php.net/package/apc 3.1.13 -- still beta, Release Date 2012-09-03, 2+ years ago. 2) http://www.sitepoint.com/understanding-opcache/ "the APC cache won’t work with the newest PHP versions. It doesn’t support PHP 5.5 at...
  12. N

    Is this normal for LSWS

    it's normal. please refer http://www.litespeedtech.com/docs/litespeed-sapi/php-lsapi/configuration search PHP_LSAPI_MAX_REQUESTS you have 14 core CPU, load 8 or 9 is normal and a bit low , since it is below 14. in LSWS-2.png, only half of real-time stats, can you give a full of the screenshot...
  13. N

    About the license and CPUs

    It may not have much difference in your case. since the bottle neck is php-mysql (vBulletin forum) I suggest you to focus on optimizing php/mysql. anyway, after current 4-CPU has running for some time and stable, you can try upgrade to 8-CPU for a short time, see if any difference. if not...
  14. N

    ssi echo element attribute encoding="urlencoded"

    tested with lsws 4.2.20, 1) <!--#echo encoding="entity" var="QUERY_STRING" --> works for both lsws and apache 2.2 2) <!--#echo encoding="urlencoded" var="QUERY_STRING" --> apache 2,2 report error: [an error occurred while processing this directive] lsws 4.2.20 will not report error, but just...
  15. N

    ErrorDocument failing to load

    you may have to look up those IPs in error,log(or error_log in cPanel)
  16. N

    [Resolved] set cookie with rewrite rule

    Thank you for the feedback. I did tests again RewriteRule . - [CO=mycookiename:mycookievalue:.example.com:0:/] ==> RewriteRule .* - [CO=mycookiename:mycookievalue:.example.com:0:/] i.e. add a *, resolved the issue if home page of a domain. can you have further tests, include homepage of sub...
  17. N

    Cloudflare Allowed List into Litespeed

    agree. block IPs at firewall level is more efficient and let web server focus on normal requests.
  18. N

    Entries in error_log

    yes, it's safe to ignore.
  19. N

    Cloudflare Allowed List into Litespeed

    they should be ok. if only these IPs ( plus your IP) is allowed, remove "ALL" in lsws web admin -> Server -> Security -> Allowed List then check access log, see if there are other IPs in the log (there should not)
  20. N

    Site freezes when processing MYSQL operation

    the cause may come from 1)lsws 2)lsphp 3)mysql server as you said, restart lsws have fixed the issue. sounds like the issue is at lsws side. per above discussion, it's more likely connection issue between lsphp and mysql. to further confirm this, when "The site would freeze", can you check 1)...
Top