wiki:jazz/08-04-25

Version 1 (modified by jazz, 16 years ago) (diff)

--

  • proxy.conf

    old new  
    44
    55        ProxyRequests Off
    66
    7         <Proxy *>
    8                 AddDefaultCharset off
    9                 Order deny,allow
    10                 Deny from all
    11                 #Allow from .example.com
    12         </Proxy>
     7        #<Proxy *>
     8        #        AddDefaultCharset off
     9        #        Order deny,allow
     10        #        Deny from all
     11        #        #Allow from .example.com
     12        #</Proxy>
     13
     14       # 2008-04-21: Jazz add this for pootle website
     15       <Proxy localhost:8080>
     16               Order Allow,Deny
     17               Allow from localhost
     18       </Proxy>
    1319
    1420        # Enable/disable the handling of HTTP/1.1 "Via:" headers.
    1521        # ("Full" adds the server version; "Block" removes all outgoing Via: headers)