X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache1.3%2Ftest.conf;fp=web%2Fconf%2Fapache1.3%2Ftest.conf;h=0000000000000000000000000000000000000000;hb=b48c1ef0258d5e03bc9b0a39da00b4de61140a8f;hp=255bd3ea37fc3f94e97dc04295954ad31bd33194;hpb=af0cf9a9aa647a551db86990cd4fbf97d8b084ad;p=irspy-moved-to-github.git diff --git a/web/conf/apache1.3/test.conf b/web/conf/apache1.3/test.conf deleted file mode 100644 index 255bd3e..0000000 --- a/web/conf/apache1.3/test.conf +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: test.conf,v 1.5 2007-02-20 18:51:37 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 /var/log/apache/irspy-error.log - CustomLog /var/log/apache/irspy-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 - PerlSetVar IRSpyLibDir /usr/local/src/cvs/irspy/lib - PerlSetEnv PERL5LIB /usr/local/src/cvs/irspy/lib - - AuthType Basic - AuthName "IRSpy Administration" - AuthUserFile /usr/local/src/cvs/irspy/web/conf/htpasswd - Require user admin - -