Do not load proxy_module -- main configuration already does this.
[irspy-moved-to-github.git] / web / conf / apache1.3 / newshawarma-proxy.conf
1 # $Id: newshawarma-proxy.conf,v 1.3 2007-06-25 10:39:22 mike Exp $
2 #
3 # A very simple configuration to proxy the IRSpy server to a separate
4 # Apache instance running on the same host.  This separation is useful
5 # to isolate IRSpy from other sites' errors and vice versa.
6
7 <VirtualHost 83.133.64.64>
8     ServerName irspy.indexdata.com
9     ServerAlias targettest.indexdata.com
10     ProxyPass         / http://irspy.indexdata.com:81/
11     ProxyPassReverse  / http://irspy.indexdata.com:81/
12
13     # These are the logs for the proxying operation
14     ErrorLog     /var/log/apache/irspy-error.log
15     CustomLog    /var/log/apache/irspy-access.log combined
16 </VirtualHost>