19.17. mod_headersThe mod_headers module allows administrators to merge, remove, or replace customizable HTTP response headers to be distributed with documents from the server.
Header <set|append|add|unset>:header [value] [server config, or within <VirtualHost> or <Directory>, or .htaccess] This directive allows administrators to merge, remove, or replace HTTP headers that are transmitted with server documents. The header action performed is specified after the Header directive; it can be one of four choices:
Headers such as Date and Server cannot be overridden using this directive. Copyright © 2003 O'Reilly & Associates. All rights reserved. |
|