To address the current apache vulnerability (CVE-2011-3192) I am trying to mitigate with setenvif as referenced here.
Is there any way to have this apply to all the virtual hosts instead of adding those statements to each vhost?
|
To address the current apache vulnerability (CVE-2011-3192) I am trying to mitigate with setenvif as referenced here. Is there any way to have this apply to all the virtual hosts instead of adding those statements to each vhost? |
||||
|
|
|
If you are running Apache on *nix, you can use
If you sastify with it, 'really' edit with |
|||
|
|
|
Server config is a valid context for |
|||
|
|
Expanding on 'Shane Madden's answer: If you're talking about applying this mitigation:
BOTH of these are available in 'server config' context: http://httpd.apache.org/docs/current/mod/mod_headers.html#requestheader http://httpd.apache.org/docs/2.2/mod/mod_setenvif.html#setenvif |
|||
|
|