You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Niu Kun <ha...@gmail.com> on 2008/07/30 18:06:19 UTC

[users@httpd] Can I make https reverse proxy with mod_proxy?

Dear all,

I've got a lot of subdomains.
And I'll have to make a reverse proxy server with which the browser will 
connect to the proxy with https and the reverse proxy server will 
connect to my real web server with https, too.
Since I've got a lot of subdomains, can I make use of some kind of 
proxypass filter so that the proxy server will match some kind of 
pattern in ProxyPass and connect to my real web server.

Thanks in advance for any advice and appreciate any reply.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] Can I make https reverse proxy with mod_proxy?

Posted by Eric Covener <co...@gmail.com>.
On Wed, Jul 30, 2008 at 12:06 PM, Niu Kun <ha...@gmail.com> wrote:
> Dear all,
>
> I've got a lot of subdomains.
> And I'll have to make a reverse proxy server with which the browser will
> connect to the proxy with https and the reverse proxy server will connect to
> my real web server with https, too.
> Since I've got a lot of subdomains, can I make use of some kind of proxypass
> filter so that the proxy server will match some kind of pattern in ProxyPass
> and connect to my real web server.
>
> Thanks in advance for any advice and appreciate any reply.

http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypassmatch
http://httpd.apache.org/docs/2.2/mod/mod_ssl.html#sslproxyengine

Or, mod_rewrite if you want to determine the backend hostname based on
the frontend URL (I think)


-- 
Eric Covener
covener@gmail.com

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org