]> git.pld-linux.org Git - packages/apache.git/commitdiff
apache 2 config
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Apr 2002 19:15:53 +0000 (19:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_proxy.conf -> 1.1.4.1

apache-mod_proxy.conf

index cd7d435f34a533e18d903e7682e38c18cb01802b..04a411d810a9d1c7012225b5cf96cbbe02ee3958 100644 (file)
@@ -1,33 +1,35 @@
+#
 # Proxy Server directives. Uncomment the following lines to
 # enable the proxy server:
 #
-#<IfModule mod_proxy.c>
-#ProxyRequests On
+<IfModule mod_proxy.c>
+ProxyRequests On
 #
-#<Directory proxy:*>
-#      Order deny,allow
-#      Deny from all
-#      Allow from .your_domain.com
-#</Directory>
+#<Proxy *>
+#    Order deny,allow
+#    Deny from all
+#    Allow from .your-domain.com
+#</Proxy>
 
 #
 # Enable/disable the handling of HTTP/1.1 "Via:" headers.
 # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
 # Set to one of: Off | On | Full | Block
 #
-#ProxyVia On
+ProxyVia On
 
 #
 # To enable the cache as well, edit and uncomment the following lines:
 # (no cacheing without CacheRoot)
 #
-CacheRoot "/var/cache/www/apache"
+CacheRoot "/var/cache/apache"
 CacheSize 5
 CacheGcInterval 4
 CacheMaxExpire 24
 CacheLastModifiedFactor 0.1
 CacheDefaultExpire 1
-#NoCache a_domain.com another_domain.edu joes.garage_sale.com
+#NoCache a-domain.com another-domain.edu joes.garage-sale.com
 
-#</IfModule>
+</IfModule>
 # End of proxy directives.
+
This page took 0.156144 seconds and 4 git commands to generate.