Apache Server configuration support - for a https request I got a http response

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > July 2006 > for a https request I got a http response





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author for a https request I got a http response
Skoff

2006-07-18, 7:31 am

Hey !

I build a redirect with (using suse 10 and apache2)

ProxyPass /bah/ http://192.172.0.2/bah/
ProxyPassReverse /bah/ http://192.172.0.2/bah/

from one Apache to an other Apache in the httpd.conf and ssl.conf.

It works with http but not with https! (a ssl-certifiklation is
installed)

I try this without a success in the ssl.conf

ProxyPass /bah/ https://1192.172.0.2/bah/
ProxyPassReverse /bah/ https://192.172.0.2/bah/

On my browser window i got the error message
-----------------------
The request cannot be answered, because in the server an internal
mistake has appeared. The server is either overloaded, or a mistake in
a CGI script has appeared.

Error 500
..............................................

but why?

When I try:

ProxyPass /bah/ http://192.172.0.2/bah/
ProxyPassReverse /bah/ http://192.172.0.2/bah/

in the ssl.conf too the response is http and not https:
example
https://www.mywebpage.com/LogIn.jsp (do login)

response
http://www.mywebpage.com/mystartpage.jsp


Any answer for me?

skoff

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2009 webservertalk.com