Apache reverse proxy (forwardowanie strony z innego serwera)
Wersja z dnia 16:49, 8 wrz 2009 autorstwa 89.74.150.46 (dyskusja) (Utworzył nową stronę „ nano /etc/apache2/sites-available/pocztaMAIN2.conf <pre> <VirtualHost 192.168.0.112:80> ServerAdmin admin@mojserwer.eu ServerName poczta.starepro.info ServerAlias w…”)
nano /etc/apache2/sites-available/pocztaMAIN2.conf
<VirtualHost 192.168.0.112:80> ServerAdmin admin@mojserwer.eu ServerName poczta.starepro.info ServerAlias www.poczta.starepro.info ServerAlias www.poczta.opzsgu.pl ServerAlias poczta.opzsgu.pl ErrorLog /var/log/apache2/poczta.starepro.info-error.log CustomLog /var/log/apache2/poczta.starepro.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