ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> httpd-users
httpd-users
[users@httpd] Problem using apache as a reverse proxy for https
by Frank Rittinger other posts by this author
Dec 14 2006 2:57AM messages near this date
Re(2): [users@httpd] apache & php | Re: [users@httpd] Problem using apache as a reverse proxy for https
Hello list,

I'm trying to get apache2 working as a reverse proxy. 

Regular HTTP requests just work fine, but I can't get it working for
HTTPS requests.

On startup of apache, I get the following error in the logs:
You configured HTTP(80) on the standard HTTPS(443) port!

Although, I just want to pass on the requests, do I still have to set up
SSL support properly? 

I have such a vhosts definition:

<VirtualHost 10.1.2.45:443> 
      SSLProxyEngine on
	ProxyRequests Off
      ProxyPreserveHost On
      ProxyPass / https://10.1.2.27:443/
      ProxyPassReverse / https://10.1.2.27:443/
      ServerName test.com:443
</VirtualHost> 

Apache 2.0.x on SuSE Linux 9.3. With modules proxy, ssl, proxy_connect,
proxy_http.

I searched the web for a while now and can't find any relevant answers.

Am I missing something, or does just not work?

Thanks in advance,

Frank Rittinger

---------------------------------------------------------------------
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@[...].org
   "   from the digest: users-digest-unsubscribe@[...].org
For additional commands, e-mail: users-help@httpd.apache.org
Thread:
Frank Rittinger
Joshua Slive
Frank Rittinger
Joshua Slive

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved