Apache reverse proxy (forwardowanie strony z innego serwera)
Wersja z dnia 16:49, 8 wrz 2009 autorstwa 89.74.150.46 (dyskusja)
nano /etc/apache2/sites-available/pocztaMAIN2.conf
<VirtualHost 192.168.0.112:80> ServerAdmin admin@xxx.eu ServerName poczta.xxx.info ServerAlias www.poczta.xxx.info ServerAlias www.poczta.xxxx.pl ServerAlias poczta.xxx.pl ErrorLog /var/log/apache2/poczta.xxx.info-error.log CustomLog /var/log/apache2/poczta.xxx.info-access.log combined ProxyPass / http://192.168.0.60/ ProxyPassReverse / http://192.168.0.60/ ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> </VirtualHost>
Stosujemy
a2ensite pocztaMAIN2.conf
a2enmod proxy a2enmod proxy_connect a2enmod proxy_http