Hello
I would like to make a connection through an Apacheserver to another servers using SSL.
Using http and RewriteRule everthing works fine:
"RewriteRule ^/Proposal(.*)$ [P]"
When I convert the RewriteRule to https:
"RewriteRule ^/Proposal(.*)$ [P]"
it doesn`t work.
I tried it also adding:
"RewriteCond %{SERVER_PORT} !^443$"
but it did not work.
Is there a 'realworld' version of an httpd.conf/ssl.conf?
charly007
p.s.:
Apachelog-error:
"go-ahead with proxy request proxy: [OK]
init rewrite engine with requested uri /error/HTTP_INTERNAL_SERVER_ERROR.html.var"
I would like to make a connection through an Apacheserver to another servers using SSL.
Using http and RewriteRule everthing works fine:
"RewriteRule ^/Proposal(.*)$ [P]"
When I convert the RewriteRule to https:
"RewriteRule ^/Proposal(.*)$ [P]"
it doesn`t work.
I tried it also adding:
"RewriteCond %{SERVER_PORT} !^443$"
but it did not work.
Is there a 'realworld' version of an httpd.conf/ssl.conf?
charly007
p.s.:
Apachelog-error:
"go-ahead with proxy request proxy: [OK]
init rewrite engine with requested uri /error/HTTP_INTERNAL_SERVER_ERROR.html.var"