Search results

  1. A

    Issue with SetEnvIf

    Has this been fixed in the latest update?
  2. A

    mod_pagespeed porting to litespeed?

    Looks like its trying but has issues. I have mod_security2 and mod_unique_id enabled and get these errors: 2016-01-01 09:02:17.589 ERROR [ModSecurity] unknown server variable while parsing: FILES_NAMES 2016-01-01 09:02:17.681 ERROR [ModSecurity] unknown server variable while parsing...
  3. A

    [Resolved] Issue with mod_headers

    Did you fix this in the latest release?
  4. A

    mod_pagespeed porting to litespeed?

    I would like to see this as well, once v5 comes out with support of third party modules, please provide a wiki/info page on how to setup litespeed to use mod_pagespeed/
  5. A

    [Resolved] Issue with mod_headers

    Its not in the .htaccess, we dont want to use this in the .htaccess as this wouldnt make sense. We want it to be server wide and by server so it has to be in a file: /etc/httpd/conf.d/server-identify.conf Server 1 gets: /etc/httpd/conf.d/server-identify.conf: <IfModule mod_headers.c> Header...
  6. A

    [Resolved] Issue with mod_headers

    When will this get fixed?
  7. A

    Issue with SetEnvIf

    When will this get fixed? This is really important
  8. A

    Issue with SetEnvIf

    Also the php code you gave us works for checkout, but breaks the login to the admin area and the client couldnt login to the admin area, so the only work around is the apache SetEnvIf.
  9. A

    [Resolved] Issue with mod_headers

    I have the following and it doesnt work, I do not see the header in the HTTP response from litespeed. <IfModule mod_headers.c> Header set X-SGServer "web1" </IfModule>
  10. A

    Issue with SetEnvIf

    Can you add the ability to override it via such a line, as its important to have it in the .htaccess file then in the code directly due to code updates or even other software behind SSL load babalancers lacners that are not magento.
  11. A

    Issue with SetEnvIf

    m running the latest version of Litespeed Web Server Enterprise v4.2.6 and I have a apache .htaccess file, a load balancer in front of a litespeed cluster and im running magento. Sites SSLs are accelerated at the load balancer and so when magento redirects to HTTPs it needs to think its already...
  12. A

    [Resolved] Issue with mod_headers

    Im running the latest version of Litespeed Web Server Enterprise v4.2.6 and I have a apache file that worked fine in apache, but is not working with Litespeed, I checked the headers and the server header is not removed and the new header X-WebServer is not added to the HTTP request. We need this...
Top