]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- grrrr, fixed mod_autoindex.conf separation
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Oct 2004 18:54:15 +0000 (18:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-httpd.conf -> 1.6
    apache1-mod_autoindex.conf -> 1.2

apache1-httpd.conf
apache1-mod_autoindex.conf

index 0c84778b603f382896a7cf5cfc89988bbdbb96da..963b0b75c192be97f58cc6128a0cf32fa7e44074 100644 (file)
@@ -495,8 +495,13 @@ ScriptAlias /cgi-bin/ "/home/services/apache/cgi-bin/"
 #
 
 #
-# Directives controlling the display of server-generated directory listings.
+# AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
+# information on the fly. Note: Not all browsers support this.
+# Despite the name similarity, the following Add* directives have nothing
+# to do with the FancyIndexing customization directives above.
 #
+AddEncoding x-compress Z
+AddEncoding x-gzip gz
 
 #
 # AddLanguage allows you to specify the language of a document. You can
index a5ef5a5e8671b3eb81c92e22213e63edbd3f6aea..a023fcfef8b81dfc7587caeb36b80183f9b78f8a 100644 (file)
@@ -1,5 +1,9 @@
 LoadModule dir_module           modules/mod_autoindex.so
 
+#
+# Directives controlling the display of server-generated directory listings.
+#
+
 <IfModule mod_autoindex.c>
        #
        # FancyIndexing is whether you want fancy directory indexing or standard
@@ -77,14 +81,4 @@ LoadModule dir_module           modules/mod_autoindex.so
        #
        IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
 
-       #
-       # AddEncoding allows you to have certain browsers (Mosaic/X 2.1+) uncompress
-       # information on the fly. Note: Not all browsers support this.
-       # Despite the name similarity, the following Add* directives have nothing
-       # to do with the FancyIndexing customization directives above.
-       #
-       AddEncoding x-compress Z
-       AddEncoding x-gzip gz
-
 </IfModule>
-
This page took 0.65303 seconds and 4 git commands to generate.