You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/05/08 11:39:27 UTC

DO NOT REPLY [Bug 8903] New: - CONNECT Proxy not working

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8903>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8903

CONNECT Proxy not working

           Summary: CONNECT Proxy not working
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: PC
        OS/Version: Windows 9x
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_proxy
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: jserna@tid.es


I have instaled the precompiled version of Apache Web Server 2.0.36. The only 
configuration modifications made are:

- Uncomment use of proxy modules

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so

- Use of proxy directives

#
# Proxy Server directives. Uncomment the following lines to
# enable the proxy server:
#
<IfModule mod_proxy.c>
ProxyRequests On

AllowCONNECT  443 4081

<Proxy *>
    Order deny,allow
#    Deny from all
#    Allow from .tid
    Allow from all
</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

#
# To enable the cache as well, edit and uncomment the following lines:
# (no cacheing without CacheRoot)
#
#CacheRoot "C:/Archivos de programa/Apache Group/Apache2/proxy"
#CacheSize 5
#CacheGcInterval 4
#CacheMaxExpire 24
#CacheLastModifiedFactor 0.1
#CacheDefaultExpire 1
#NoCache a-domain.com another-domain.edu joes.garage-sale.com

</IfModule>
# End of proxy directives.


HTTP proxy works fine, but I seem unable to access HTTPS pages via proxy. When 
accesing a valid https URL inside my domain (https://brisa.tid:4081/) the Web 
browser (Netscape 4.7 or IE 5.5) hangs for a while before informing that the 
document accesed is empty.

Access log shows:

1.0.25.254 - - [08/May/2002:10:29:49 +0100] "CONNECT brisa.tid:4081 HTTP/1.0" 
200 -
1.0.25.254 - - [08/May/2002:10:40:53 +0100] "CONNECT brisa.tid:4081 HTTP/1.0" 
200 -
1.0.25.254 - - [08/May/2002:11:22:12 +0100] "CONNECT brisa.tid:443 HTTP/1.0" 
200 -

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org