WCM Forum

WCM Forum (http://www.wcm.at/forum/index.php)
-   Linux, UNIX, Open Source (http://www.wcm.at/forum/forumdisplay.php?f=13)
-   -   mod_rewrite proxying (http://www.wcm.at/forum/showthread.php?t=178967)

CM²S 22.11.2005 20:29

mod_rewrite proxying
 
hello,

<VirtualHost 1xx.yy.zzz.aaa:40080>
ServerAdmin host@test.com
DocumentRoot /var/www/proxy
# ErrorDocument 404 /
ServerName proxy1
RewriteEngine On
# RewriteCond %{HTTP_HOST} ^1xx.yy.yyy.aaa$
RewriteRule ^/(.*)$ https://%{HTTP_HOST}:44327/$1 [P]

RewriteLog /var/log/proxy/40080.rewrite
RewriteLogLevel 8
</VirtualHost>

ich möchte einen host, mit einer bestimmten software, die keine https requests absetzen kann auf https umleiten,

ciao
CM²S

CM²S 23.11.2005 22:33

proxy
 
mod_proxy geladen

Und aktiviert.....


Alle Zeitangaben in WEZ +2. Es ist jetzt 14:24 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© 2009 FSL Verlag