From: Mike Taylor Date: Wed, 20 Sep 2006 13:20:46 +0000 (+0000) Subject: New X-Git-Tag: CPAN-v1.02~54^2~1034 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=553995fcdbd1f280ded0ea73eefcdcdc4d85c23e;hp=7997cc43ead24da7f35ce3d12fe3a07589bcbc41 New --- diff --git a/web/conf/apache1.3/test.conf b/web/conf/apache1.3/test.conf new file mode 100644 index 0000000..86c7309 --- /dev/null +++ b/web/conf/apache1.3/test.conf @@ -0,0 +1,29 @@ +# $Id: test.conf,v 1.1 2006-09-20 13:20:46 mike Exp $ +# +# Sample configuration for running an IRSpy web-site under Apache 1.3. +# +# This is the configuration that I use on the staging machine, +# test, which is a PC running Debian GNU/Linux 3.1. +# On this machine, the IRSpy software is at +# /usr/local/src/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 /usr/local/src/cvs/irspy/web/conf/apache1.3/test.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 /usr/local/src/cvs/irspy/web/logs/error.log + CustomLog /usr/local/src/cvs/irspy/web/logs/access.log combined + DocumentRoot /usr/local/src/cvs/irspy/web/htdocs + + SetHandler perl-script + PerlHandler HTML::Mason::ApacheHandler + + PerlAddVar MasonCompRoot "private => /usr/local/src/cvs/irspy/web/htdocs" + PerlSetVar MasonDataDir /usr/local/src/cvs/irspy/web/data +