Support library-type and country searches.
[irspy-moved-to-github.git] / web / conf / apache1.3 / newshawarma-proxy.conf
1 # $Id: newshawarma-proxy.conf,v 1.1 2007-03-22 11:44:51 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 LoadModule proxy_module /usr/lib/apache/1.3/libproxy.so
8 <VirtualHost 83.133.64.64>
9     ServerName irspy.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>