Search results

  1. I

    [Resolved]lsws + mod_geoip + modsec = fail

    fisher006, LSWS is following what the modsec team write out to that log. You will need to ask upstream for that to be included and then it would filter through to LSWS.
  2. I

    mod_pagespeed porting to litespeed?

    Ouch! Okay, thank you for the update.
  3. I

    mod_pagespeed porting to litespeed?

    May we ask what the state of using external modules in LSWS Ent 5 is please based on http://open.litespeedtech.com/mediawiki/index.php/Help:Modules:PageSpeed#Building_the_LiteSpeed_PageSpeed_module ?
  4. I

    Crazy Caching

    Input error detected. Please resolve the error(s). when nulling the path
  5. I

    Crazy Caching

    How does one completely stop LSWS from trying to cache anything ? We once enabled via LSWC -> Configuration -> Server -> Cache but had to disable for WordPress sites. Even with that disabled it still seems to cache :( This is causing a real headache but am sure its probably a setting we have...
  6. I

    RFE: Enable RBL support for ModSecurity

    Appeared to be working okay but then LSWS stopped serving requests. Have downgraded to 5.07 for the time being. How best could we help to debug ?
  7. I

    Config Litespeed with HHVM FastCGI

    Hello redstrike, how are you fairing with HHVM under LS ? Does LS have the option/ability to fail-back to standard PHP if the daemon is not available ?
  8. I

    [Resolved] SNMP Bridge Issue

    Okay fixed the issue. Needed to change the regex to be: $found = preg_match_all("/REQ_RATE \[([^\]]*)\]: REQ_PROCESSING: ([0-9]+), REQ_PER_SEC: ([0-9]+\.[0-9]+), TOT_REQS: ([0-9]+)/i",$content,$result);
  9. I

    [Resolved] SNMP Bridge Issue

    Looking at class.litespeed_stats.php if I print the variable $found for the regex $found = preg_match_all("/REQ_RATE \[([^\]]*)\]: REQ_PROCESSING: ([0-9]+), REQ_PER_SEC: ([0-9]+), TOT_REQS: ([0-9]+)/i",$content,$result); it is always coming back as zero. $content definitely contains data when...
  10. I

    [Resolved] SNMP Bridge Issue

    Sorry to bring to the top an old post but have tried this again and still cannot get it to work. Help please ?
  11. I

    RFE: Enable RBL support for ModSecurity

    Hello mistwang, do you think this will be available in 5.0.6 as our LS instance is being hammered with rogue WP admin access, yet when running under Apache the RBL functionality was blocking it all.
  12. I

    Redirect Server Alias

    Thank you NiteWave will give it a try.
  13. I

    Redirect Server Alias

    Hello: on our Apache installation we have been using: RewriteEngine On RewriteCond %{HTTP_HOST} !^www.somesite.com [nocase] RewriteRule ^(.*)$ http://www.somesite.com$1 [last,redirect=301] so that any ServerAlias would be redirected to the primary site. Under LiteSpeed...
  14. I

    RFE: Enable RBL support for ModSecurity

    Thank you for the update mistwang.
  15. I

    RFE: Enable RBL support for ModSecurity

    How is @inspectFile coming along please ?
  16. I

    RFE: Enable RBL support for ModSecurity

    We very much wish to see the inclusion of @rbl support for ModSecurity so that we are able to fully leverage the Atomicorp RBL subscription feed we have purchased. We also build our own RBL data source that has been generated from a number of ingress points on our network that we would really...
  17. I

    RFE: GEO support for ModSecurity

    Ah that will explain it :) Will that be added ?
  18. I

    RFE: GEO support for ModSecurity

    Hello mistwang, Have upgraded to 5.0.4 and set up the LS native GeoIP DB in the control panel. No hits yet which has made me suspicious of whether it is working or not so I have switched on debugging and see: error_log:2015-08-05 12:55:00.116 [DEBUG] [/etc/httpd/modsecurity.d/innovot.conf:3]...
  19. I

    RFE: JSON logging for ModSecurity

    Correct, and as you manage your own code base it could be great kudos and helpful for enterprise integration ;)
  20. I

    RFE: GEO support for ModSecurity

    *stuff* perhaps an explanation would be helpful please ?
Top