HTPP -> HTTPS mit mod_rewrite und proxypass

Alles, was den Apache betrifft, kann hier besprochen werden.

HTPP -> HTTPS mit mod_rewrite und proxypass

Postby tick25806 » 29. April 2011 12:15

Hallo *,

ist folgendes möglich ?
Das umlenken auf https und das benutzen von proxypass ? Ich habe gelesen das Proxypass kein https kann.



NameVirtualHost 1.1.1.1

<VirtualHost 1.1.1.1>
CustomLog /var/log/apache2/1.1.1.1.log combined
ServerName www.Domainname.de
RewriteEngine On
RewriteRule ^(/.*)$ https://192.168.1.11/web/login$1 [P]
RewriteLog "/var/log/apache2/rewrite.log"
RewriteLogLevel 2
ProxyPreserveHost On
ProxyPassReverse / https://192.168.1.11/web/login/
</VirtualHost>


Danke im voraus

Gruss

Tick
tick25806
 
Posts: 3
Joined: 31. July 2009 11:04

Return to Apache

Who is online

Users browsing this forum: No registered users and 17 guests