* Alwin Michael Schronen <[EMAIL PROTECTED]> wrote:
> ich versuche über Apache2 auf Zope zuzugreifen.
> Ich erhalte folgende Fehlermeldung:
> 
> [Tue Oct 03 19:37:33 2006] [error] [client 192.168.1.102] attempt to 
> make remote request from mod_rewrite without proxy enabled: 
> proxy:http://localhost:8080/VirtualHostBase/http/gentoo-main:80/test/VirtualHostRoot/
>  
> 
> Wo oder wie kann ich proxy aktivieren???

Du benötigst die Apache-Module mod_proxy und mod_proxy_http. mod_rewrite
greift beim Einsatz Flags [P] auf Funktionen dieser Module zurück.

,----  http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html
| 'proxy|P' (force proxy) This flag forces the substitution part to be
| internally sent as a proxy request and immediately (rewrite processing
| stops here) put through the proxy module. 
| 
| [...]
| 
| Note: mod_proxy must be enabled in order to use this flag.
`----

Sebastian

--------------------------------------------------------------------------
                Apache HTTP Server Mailing List "users-de" 
      unsubscribe-Anfragen an [EMAIL PROTECTED]
           sonstige Anfragen an [EMAIL PROTECTED]
--------------------------------------------------------------------------

Antwort per Email an