am dienstag, 18. oktober 2005, mittags um 12:17 uhr hast du geschrieben:

> Hast du die Variable NameVirtualHost mit der Port Nummer in deiner conf
> stehen?

> NameVirtualHost IP:8080

Vielen Dank für den Tipp!

Nachdem ich in für den Standard-Host "NameVirtualHost *:80" angegeben
habe und für den Proxy "NameVirtualHost *:8080", erhalte ich beim
Neustart von Apache2 nur noch die Meldung "[warn] module
proxy_http_module is already loaded, skipping", was hoffentlich kein
Problem sein sollte (obwohl es mich etwas erstaunt, dass er dieses
Modul schon geladen hat).

Alle meine VHost-Seiten unter Port 80 kann ich problemlos erreichen.
Allerdings funktioniert mein Proxy unter Port 8080 immer noch nicht.

> was hast du denn noch in deiner conf stehen?

Hier sind alle Einträge, die jetzt in meiner proxy.conf stehen:

,----- [ /etc/apache2/mod-available/proxy.conf ]
|
| <IfModule mod_proxy.c>
|
| NameVirtualHost *:8080
| <VirtualHost *:8080>
| 
|       ProxyRequests On
| 
|       <Proxy *>
|               Order deny,allow
|               Deny from all
|               #Allow from .adslplus.ch 192.168.0 127.0.0.1 195.176.0
|       </Proxy>
|       
|       ProxyVia On
|       
|       CacheRoot "/var/cache/apache2/proxy"
|       CacheSize 5
|       CacheGcInterval 4
|       CacheMaxExpire 24
|       CacheLastModifiedFactor 0.1
|       CacheDefaultExpire 1
|       # Again, you probably should change this.
|       #NoCache a_domain.com another_domain.edu joes.garage_sale.com
| 
| </VirtualHost>
| 
| </IfModule>
`-----

-- 
lg bernhard






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

Antwort per Email an