Search results

  1. C

    Denying access to error_log not working?

    He said it's explicitly ignored for performance. @George what sort of performance hit is this really taking? In a shared environment it's usual to have PHP error logging enabled. In the interim you could adjust the rule so it's not ignored. IE removing the $ regex or using a FilesMatch...
  2. C

    [solved] HTTP Strict Transport Security (HSTS) Support

    As mentioned in the initial thread yes it's trivial to add however I believe the point of the LSWS admin interface is to help less experienced users manage their website(s). As a result it would be a quick addition - it would also give HSTS more exposure in general which would be a good thing.
  3. C

    [solved] HTTP Strict Transport Security (HSTS) Support

    Would it be possible to get support for HSTS as more browsers are starting to support it (Chrome, et all)? It's a simple header addition similar to expires. https://secure.wikimedia.org/wikipedia/en/wiki/HTTP_Strict_Transport_Security#Limitations The particular part of interest is the...
Top