From 828852c8814e9f8829305298b965f0a7f2c746a1 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 15 Mar 2007 13:54:01 +0000 Subject: [PATCH 1/1] New --- web/conf/apache1.3/newshawarma.conf | 37 +++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 web/conf/apache1.3/newshawarma.conf diff --git a/web/conf/apache1.3/newshawarma.conf b/web/conf/apache1.3/newshawarma.conf new file mode 100644 index 0000000..ac1b8e1 --- /dev/null +++ b/web/conf/apache1.3/newshawarma.conf @@ -0,0 +1,37 @@ +# $Id: newshawarma.conf,v 1.1 2007-03-15 13:54:01 mike Exp $ +# +# Sample configuration for running an IRSpy web-site under Apache 1.3. +# +# This is the configuration that I use on the live machine, +# newshawarma, which is a PC running Debian GNU/Linux 3.1. +# On this machine, the IRSpy software is at +# /home/mike/cvs/irspy +# +# This file can be included in the Apache configuration by adding a +# line like this to apache.conf or one of its included files: +# Include /home/mike/cvs/irspy/web/conf/apache1.3/newshawarma.conf +# +# When running on Debian, don't forget to +# install libapache-request-perl as well as libhtml-mason-perl, +# otherwise Mason will fail mysteriously. + + + ServerName irspy.indexdata.com + ErrorLog /var/log/apache/irspy-error.log + CustomLog /var/log/apache/irspy-access.log combined + DocumentRoot /home/mike/cvs/irspy/web/htdocs + + SetHandler perl-script + PerlHandler HTML::Mason::ApacheHandler + + PerlAddVar MasonCompRoot "private => /home/mike/cvs/irspy/web/htdocs" + PerlSetVar MasonDataDir /home/mike/cvs/irspy/web/data + PerlSetVar IRSpyLibDir /home/mike/cvs/irspy/lib + PerlSetEnv PERL5LIB /home/mike/cvs/irspy/lib + + AuthType Basic + AuthName "IRSpy Administration" + AuthUserFile /home/mike/cvs/irspy/web/conf/htpasswd + Require user admin + + -- 1.7.10.4