Aha und dort muss ich dann auch das modÖ_rewrite nutzen um die folgende 
Bedingung zu erfüllen:

Also Aufruf http://server1.internedomäne.de/?ation=Count  soll über einen 
Webproxy weitergeleitet und umgeschrieben werden auf 
http://www.externerserver.de/?action=Count

-----Ursprüngliche Nachricht-----
Von: Mario Brandt [mailto:jbl...@gmail.com] 
Gesendet: Donnerstag, 5. Juli 2012 21:28
An: users-de@httpd.apache.org
Betreff: Re: Apache Proxy Einstellungen

Das ist eigentlich recht einfach zu lösen.

LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_connect_module 
modules/mod_proxy_connect.so LoadModule proxy_http_module 
modules/mod_proxy_http.so

Dann im vhost

ProxyPass / http://andererserver/
ProxyPassReverse / http://andererserver

Gruß
Mario/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-de-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-de-h...@httpd.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-de-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-de-h...@httpd.apache.org

Antwort per Email an