Search results

  1. M

    [Resolved] mod_userdir no longer works with LSWS 5.0.7

    ruid2, mpm_itk, itk has been blacklisted automatically in latest release, so you do not need to do that manually now.
  2. M

    [Resolved] LS not compressing certain files

    Please update to the latest build mof 5.0.7, the size limit has been increased to 1MB. so the large css file will be always compressed. /usr/local/lsws/admin/misc/lsup.sh -f -v 5.0.7
  3. M

    [Resolved] LS not compressing certain files

    That's due the file size is larger than 400KB. Litespeed does the compression in background to avoid blocking of event loop. However, the compressed file should be cached until the file has been updated or the cached copy being removed. Seems server need to constantly compress that file again...
  4. M

    mod_pagespeed porting to litespeed?

    Probably in 5.2 release which will port over the module API from OpenLiteSpeed. may start to work on it in first quarter 2016. We need to make 5.1 rock solid first.
  5. M

    PageSpeed Module for LiteSpeed Web Server?

    It is going to take a while. maybe sometime the first quarter of 2016. We need to take care of 5.1 release first.
  6. M

    Does setenvif work in LS 5.0 ?

    There was a bug in Header set ... env=xxxx Please update to the latest 5.0.7 build to get it fixed.
  7. M

    PageSpeed Module for LiteSpeed Web Server?

    It is only available for openlitespeed right now. PageSpeed could be added to our 5.2 release as it require bigger internal changes.
  8. M

    Does setenvif work in LS 5.0 ?

    Yes it should work.
  9. M

    [Resolved]lsws + mod_geoip + modsec = fail

    We need to follow the official mod_security format, cannot add something arbitrary to the log message.
  10. M

    Multiple certificates per domain/host ?

    There is an option in tuning tab to turn on multi-cert support, do you have it enabled? The RSA cipher is probably added automatically to make sure the cipher is HTTP/2 ready. You may need to patch source code to turn if off if you want.
  11. M

    [Resolved]lsws + mod_geoip + modsec = fail

    Does Apache's audit log have the GEO COUNTRY code in part A? As there is no clear definition of format of audit log part A, litespeed does not log the GEO COUNTRY code logged there. We can update our log format to include that.
  12. M

    Multiple certificates per domain/host ?

    The naming is important. you can use keyFile /httpd/ssl/server.key certFile /httpd/ssl/server.crt rename the rsa pair to server.key/crt. then just rename DSA pair to server.key.dsa server.crt.dsa no need to list the dsa pair in the configuration.
  13. M

    [Resolved] LS not compressing certain files

    304 response does not have a response body.So, content-encoding header wont be there. Try a full reload. let us know the exact URL. we can test as well.
  14. M

    [Resolved]lsws + mod_geoip + modsec = fail

    Your need to configure GeoIP database in LiteSpeed native configuration. SecGeoLookupDB does not work.
  15. M

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

    We tested it, working fine with your first configuration. Please check error log, there could be something wrong with your vhost configuration. or the listener to vhost mapping was not configured correctly. Turn on debug logging to check how the request was handled.
  16. M

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

    For Litespeed native vhost configuration, you can create a redirect context.
  17. M

    can't set 'Forced Type', undefined MIME Type handler/no-handler

    It could be cuased by ser's PHP code, or a PHP internal bug, either way, may not be some thing can be easily fixed by yourself.
Top