Sziasztok!

van egy vhost apache-ban, ami igy nez ki:

#
# www.domain.hu
#
<VirtualHost x.x.x.x:80>
    SSLDisable
    ServerName www.domain.hu

    RewriteEngine On
    RewriteRule ^/CMS(.*)$ https://www.domain.hu/CMS$1 [R,L]

    ProxyVia on
    AllowCONNECT 80
    ProxyPass / http://www.domain.hu:81/
    ProxyPassReverse / http://www.domain.hu:81/

    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" 
\"%{User-agent}i\"" combined
    CustomLog /main_log combined
    ErrorDocument 404 /error.php
</VirtualHost>

ha proxy-zok az adott vhost-nak, akkor a redirecd nem tortenik meg :(

ha a RewriteRule a hatul futo (81-es porton) apache vhost-jaban van, 
akkor szepen megtortenik a redirect

kerdesem: miert ?

Koszi: Misi
_________________________________________________
linux lista      -      [email protected]
http://mlf2.linux.rulez.org/mailman/listinfo/linux

válasz