diff options
author | Bob Beck <beck@cvs.openbsd.org> | 2001-03-29 10:21:59 +0000 |
---|---|---|
committer | Bob Beck <beck@cvs.openbsd.org> | 2001-03-29 10:21:59 +0000 |
commit | 2b3dc365d4b023a5259d936c068cb5df3426967b (patch) | |
tree | b1346522cde73ec5b607759538d83c41556a8fb5 /usr.sbin/httpd/htdocs/manual/mod/mod_expires.html | |
parent | 818340ddb467ba6a4dbdf09a24dc1f0199231090 (diff) |
Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headers
and mod_expire
Diffstat (limited to 'usr.sbin/httpd/htdocs/manual/mod/mod_expires.html')
-rw-r--r-- | usr.sbin/httpd/htdocs/manual/mod/mod_expires.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/httpd/htdocs/manual/mod/mod_expires.html b/usr.sbin/httpd/htdocs/manual/mod/mod_expires.html index b15dd950204..20c6444eff6 100644 --- a/usr.sbin/httpd/htdocs/manual/mod/mod_expires.html +++ b/usr.sbin/httpd/htdocs/manual/mod/mod_expires.html @@ -38,6 +38,11 @@ REL="Help" HREF="module-dict.html#ModuleIdentifier" REL="Help" ><STRONG>Module Identifier:</STRONG></A> expires_module +<BR> +<A +HREF="module-dict.html#Compatibility" +REL="Help" +><STRONG>Compatibility:</STRONG></A> Available in Apache 1.2 and later. </P> @@ -164,7 +169,7 @@ REL="Help" <A HREF="directive-dict.html#Syntax" REL="Help" - ><STRONG>Syntax:</STRONG></A> ExpiresActive <EM>boolean</EM> + ><STRONG>Syntax:</STRONG></A> ExpiresActive on|off <BR> <A HREF="directive-dict.html#Context" @@ -273,7 +278,6 @@ REL="Help" <P> <STRONG>Example:</STRONG> </P> - <P> <PRE> ExpiresActive On # enable expirations ExpiresByType image/gif A2592000 # expire GIF images after a month @@ -282,7 +286,6 @@ REL="Help" # week from the time they were # changed, period </PRE> - </P> <P> Note that this directive only has effect if <CODE>ExpiresActive On</CODE> has been specified. It overrides, for the specified MIME |