Citat:
Originally posted by hnn@May 12 2007, 13:24
kör portforward istället???
|
Eh?
Har 1 IP utåt bara, kan inte forwarda port 80 till två olika servrar..
Så här ser mod_proxy configen ut ifall det gör saken bättre:
Kod:
<VirtualHost *>
ServerName tibbo.mine.nu
ProxyPass / http://192.168.0.113:80/
ProxyPassReverse / http://192.168.0.113:80/
ProxyPreserveHost On
#Fix for Apache bug 39499
SetEnv force-proxy-request-1.0 1
SetEnv proxy-nokeepalive 1
</VirtualHost>