Actions
Bug #2068
closedmod_expire adding Cache-Control header
ASK QUESTIONS IN Forums:
Description
seems if mod_env combined with mod_expires to have such headers breaks:
expire.url = ( "/" => "access plus 5 weeks", ) setenv.add-response-header += ( "Cache-Control" => "public" )
Cache-Control: public Cache-Control: max-age=3024000
while the expected result is:
Cache-Control: public, max-age=3024000
Files
Added by glen over 15 years ago
Added by glen over 15 years ago
- Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2621 152afb58-edef-0310-8abb-c4023f1b3aa9
Added by glen about 14 years ago
- Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)
Actions
Also available in: Atom
- Combine Cache-Control header value in mod_expire to existing HTTP header if header already added by other modules (fixes #2068)