Re: [users@httpd] Load Balancer with HTTPS

2011-03-08 Thread Daniel Holth
The header allows a properly configured back end to generate https:// URLs instead of http:// URLs when it is being accessed securely.

Re: [users@httpd] Load Balancer with HTTPS

2011-03-08 Thread Daniel Holth
The back end is only speaking http, but if it were to generate e.g. a redirect it would need to redirect to https://something instead of http://something . The 'https?' header preserves that information.

[users@httpd] mod_filter and inflate

2011-02-15 Thread Daniel Holth
Is it possible to apply the inflate filter twice (incorrectly) in the same filter chain, or does a second 'inflate' have no effect? Thanks, Daniel Holth

[users@httpd] Compressing content from a reverse proxy using mod_filter

2011-02-11 Thread Daniel Holth
gzipinflate2 CONTENT_SET FilterProvider gzip deflate req=Accept-Encoding $gzip FilterProvider gzipinflate inflate resp=Content-Type $application/ FilterChain +gzip +gzipinflate /Location Thanks, Daniel Holth