Changes between Initial Version and Version 1 of jazz/08-04-25


Ignore:
Timestamp:
Apr 22, 2008, 12:30:02 PM (17 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/08-04-25

    v1 v1  
     1{{{
     2#!diff
     3--- proxy.conf.dpkg     2008-04-22 06:22:16.000000000 +0200
     4+++ proxy.conf  2008-04-22 05:48:46.000000000 +0200
     5@@ -4,12 +4,18 @@
     6
     7         ProxyRequests Off
     8
     9-        <Proxy *>
     10-                AddDefaultCharset off
     11-                Order deny,allow
     12-                Deny from all
     13-                #Allow from .example.com
     14-        </Proxy>
     15+        #<Proxy *>
     16+        #        AddDefaultCharset off
     17+        #        Order deny,allow
     18+        #        Deny from all
     19+        #        #Allow from .example.com
     20+        #</Proxy>
     21+
     22+       # 2008-04-21: Jazz add this for pootle website
     23+       <Proxy localhost:8080>
     24+               Order Allow,Deny
     25+               Allow from localhost
     26+       </Proxy>
     27
     28         # Enable/disable the handling of HTTP/1.1 "Via:" headers.
     29         # ("Full" adds the server version; "Block" removes all outgoing Via: headers)
     30}}}