Search results

  1. M

    Debian kFreeBSD

    See if there is freeBSD6 compatible libraries available. If you can still use freebsd ports, get misc/compat6x package installed. No plan to support kFreeBSD.
  2. M

    Slew of WordPress 503s Constantly with LiteSpeed

    Just follow the procedure to let PHP dump a core file when crash, then try to figure out what cause it to crash. Sometime, it is the memory limit of lsphp5 external app, increase the limit see if it helps or not, check error_log and stderr.log first.
  3. M

    [solved] PHP mode questions

    LSWS uses LSAPI regardless what you use in Apache. Just check phpinfo() page, it shows "LiteSpeed V5.5" disabling exec in /usr/local/lib/php.ini does not affect Litespeed WHM plugin.
  4. M

    Enable Request Filtering?

    http://www.gotroot.com/mod_security+rules 1.9/2.0/2.1 rules are still available, just not maintained, without new rules added. our next build of 4.1RC4 should be able to work with 2.5 rules, you can give it a try if you want.
  5. M

    mod_sed?

    Sorry, it is NOT compatible.
  6. M

    mod_sed?

    No, mod_sed is (not) compatible with LSWS.
  7. M

    Enable Request Filtering?

    should use 1.9 or 2.0/2.1 ruleset, not the 2.5 ruleset. 2.5 ruleset will be supported in LSWS 4.1 release.
  8. M

    Enable Request Filtering?

    No, you do not need to enable request filter if you load Apache httpd.conf, it is controlled by mod_sec configuration in httpd.conf.
  9. M

    [Closed] EAProc WaitQ

    If it is under normal CGI context, it runs as normal CGI, script handler configuration has no effect. You need to remove the CGI context, and use the script handler.
  10. M

    Filtering Hack Attempts Via Http Auth

    use SecFilterSelective or new "SecRule" directive.
  11. M

    Opcode Cache

    You can use command as often as you want "find /dev/shm -type f -mtime +1 -delete" It removes files more than 1 day old. For eAccelerator, you may not need to clean it, it should take care of it itself.
  12. M

    Connection Limit - how to handle proxy servers

    Yes, if the proxy send "x-forworded-for" request header.
  13. M

    Connection Limit - how to handle proxy servers

    http://www.litespeedtech.com/docs/webserver/config/security/#accessControl_allow add that IP with trailing "T".
  14. M

    SilverStripe Errors

    LiteSpeed PHP supports open_basedir, however, it is likely a PHP internal bug, access to /var/www/clients/client10/web47/web/.htaccess/_config.php should be allowed, as /var/www/clients/client10/web47/web is in the allow list. Maybe you should try another version of PHP, if still break, report...
  15. M

    [Solved] Multiple Versions of PHP using suexec?

    suEXEC capable suffixes are : "php, php4, php5, php53, phtml, php6, fastphp". avoid "php52".
  16. M

    Problems with Magento Cacheing

    Looks like you are using PHP suEXEC with servers running enterprise. those cache folders are managed by PHP script.
  17. M

    [Closed] EAProc WaitQ

    It could be any suffix.
  18. M

    Trial License Error

    Your server has started to use trial key 30 days ago. Not allowed to use trial key any more.
  19. M

    [Closed] EAProc WaitQ

    it is only for perl script only.
  20. M

    [Closed] EAProc WaitQ

    convert CGI to fastCGI, try our FCGI perl daemon, https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:eek:ther-ext-apps:apache-mod-perl-equivalent
Top