Changes

Jump to navigation Jump to search
Proxy Pass heading menu indents
Line 1: Line 1: −
===Proxy Pass===
+
==Proxy Pass==
   −
====ProxyPass a domain====
+
===ProxyPass a domain===
    
This section covers ProxyPass directives in the "domains" database
 
This section covers ProxyPass directives in the "domains" database
Line 34: Line 34:  
What happens is that the browser connects to the SME server, then negotiates SSL (verifies the certificate and starts encrypting the connection), then sends the request (hostname + URL). Apache in the SME server then proxies the connection (creates the connection to the internal webserver, passes the request, passes back the response). There's no way that the internal server's certificate can be presented to the browser and used to enable encryption.
 
What happens is that the browser connects to the SME server, then negotiates SSL (verifies the certificate and starts encrypting the connection), then sends the request (hostname + URL). Apache in the SME server then proxies the connection (creates the connection to the internal webserver, passes the request, passes back the response). There's no way that the internal server's certificate can be presented to the browser and used to enable encryption.
   −
====ProxyPass a alias/directory/location====
+
===ProxyPass a alias/directory/location===
    
This section covers the db settings in the "accounts" database that generate ProxyPass directives in httpd.conf
 
This section covers the db settings in the "accounts" database that generate ProxyPass directives in httpd.conf
Line 65: Line 65:  
http://forums.contribs.org/index.php/topic,40075.0.html
 
http://forums.contribs.org/index.php/topic,40075.0.html
   −
====ProxyPass for Exchange Outlook Web Access====
+
===ProxyPass for Exchange Outlook Web Access===
    
Users wishing to implement this setup are strongly advised to read in full this forum thread http://forums.contribs.org/index.php/topic,40075.0.html from which the following information was obtained.
 
Users wishing to implement this setup are strongly advised to read in full this forum thread http://forums.contribs.org/index.php/topic,40075.0.html from which the following information was obtained.
624

edits

Navigation menu