"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

Apache ProxyPass-Directive

DJ_Cyberdance 20.10.2008 - 16:41 1138 0
Posts

DJ_Cyberdance

Here to stay
Avatar
Registered: Jun 2002
Location: Vesterålen
Posts: 1838
Hallo!
Ich möchte einen Vhost auf Apache2, der Anfragen an einen Rechner im internen Netz weiterleitet. Dazu gibt es ProxyPass, allerdings funktioniert das nicht so wies sollte...

Code:
<VirtualHost *:*>
        ProxyPreserveHost On
        ProxyPass / [url]http://192.168.0.10:8080/[/url]
        ProxyPassReverse / [url]http://192.168.0.10:8080/[/url]
        ServerName mein.server.name
</VirtualHost>

Ich bekomme prinzipiell einen 403 Forbidden-Fehler. Zu diesem findet Google eine Lösung - die dafür tausendfach: Nebst dem proxy-Modul auch das proxy_http und _ftp-Modul aktivieren. Die sind bei mir allerdings bereits aktiviert (und Apache mehrfach neugestartet, auch klar).

Aber auch die Log-Files meinen das hier:

Code:
[Mon Oct 20 16:06:34 2008] [warn] proxy: No protocol handler was valid for the URL /. 
If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.

Ich habe aber bestimmt alle proxy-Module mit a2enmod enabled... irgendwelche Ideen?
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz