Search results

  1. N

    updated php to 5.4.16, mysql suddenly won't load even if running

    if complile php use --with-mysql, there is a difference between 5.3 and 5.4 5.4 --with-mysql is equivalent to 5.3 --with-mysql=mysqlnd please provide more information about the issue, ideally others can reproduce it based on your description.
  2. N

    updated php to 5.4.16, mysql suddenly won't load even if running

    what's your php's compile option ? does it work under apache(if you also run cPanel) ?
  3. N

    Opera blocked problem

    first, need confirm this issue exists, can reproduce. I installed opera on a laptop, and browser the website for about 10 minutes, accessed many pages, no problem except one -- first time the homepage load is slow. have you actually tried to reproduce it yourself ?
  4. N

    [solved] Modsecurity rules to protect WP login?

    my local tests succeeded on native virtual host. set the rule at vhost->Request Fillter. "Security Audit Log" is set at server level, to "/tmp/sec.log" /tmp>cat sec.log --6d4a5c33-A-- [18/Jun/2013:20:42:55 +0800] - 192.168.2.125 49362 *:80 80 --6d4a5c33-B-- GET /phpinfo.php??abc=../../...
  5. N

    scripts are being killed of by litespeed after 60 seconds

    Sorry, please try again.
  6. N

    Opera blocked problem

    connection soft/hard limit usually set to 25/30 or so, 10000 means unlimited. should not relate to this ddos settings at all. have you enabled mod_security ? if enabled, try to disable for some time(for example a few hours), see if the issue still exist?
  7. N

    Opera blocked problem

    not sure what's special with opera, just tried in chrome, no such issue. can you reproduce it ? you can also try to change the ddos setting. what's your current soft/hard connection limit ?
  8. N

    Force reinstall of 4.1.12 not working

    since 4.1.13 is last version of 4.1.x, please download it instead.
  9. N

    scripts are being killed of by litespeed after 60 seconds

    it looks like for this issue, have to login your issue to collect more info. please PM the root access so that speed up the trouble-shooting process.
  10. N

    XenForo bug with Litespeed

    what's your site's URL ? you can PM it. I've managed to search out the conversation with Mike you mentioned in your reference. He emailed us around June 1, about this "304 response issues". We just replied it might be a php issue and asked him to try on apache ? then no response from him...
  11. N

    downgrade to LSWS Standard

    yes. the 32-bit package is mentioned in http://www.litespeedtech.com/litespeed-web-server-downloads.html
  12. N

    scripts are being killed of by litespeed after 60 seconds

    for php and lsapi version, run /usr/local/lsws6/fcgi-bin/lsphp5 -i, here's an example: ~>/usr/local/lsws/fcgi-bin/lsphp5 -i|head phpinfo() PHP Version => 5.3.25 System => Linux new-host 2.6.18-308.1.1.el5 #1 SMP Wed Mar 7 04:17:30 EST 2012 i686 Build Date => Jun 16 2013 16:55:52 Configure...
  13. N

    Problem in connection

    there are three unix/linux commands: chown chgrp chmod
  14. N

    scripts are being killed of by litespeed after 60 seconds

    what's the lsws version ? php version and lsapi version ? http or https ?
  15. N

    XenForo bug with Litespeed

    we need reproduce the issue first. the website now running apache: http://canyoncollective.com/
  16. N

    [Resolved] Build Matching PHP 5.3.25 with LSAPI

    update: muiruri's issue has been resolved about 1 week ago. here's the summary: the easyapache build path on his server is /usr/home/cpeasyapache/src instead of /home/cpeasyapache/src. so build matching php not working properly from the beginning. after made following change...
  17. N

    Problem in connection

    check the permission, see if "lsadm" user can access /home/music3nt/public_html/
  18. N

    Cache not obeying .htaccess rules

    try remove CacheEnable see if work as expected. also, try to remove L from RewriteRule .*
  19. N

    Problem in connection

    try to adjust Server->Security-> Static Requests/second Dynamic Requests/second to limit one IP's download
Top