X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fconf%2Fapache1.3%2Fnewshawarma.conf;fp=web%2Fconf%2Fapache1.3%2Fnewshawarma.conf;h=0000000000000000000000000000000000000000;hp=1e0e5e65ecd97cf06e02fd3090dfdb3cdecc2269;hb=b48c1ef0258d5e03bc9b0a39da00b4de61140a8f;hpb=af0cf9a9aa647a551db86990cd4fbf97d8b084ad diff --git a/web/conf/apache1.3/newshawarma.conf b/web/conf/apache1.3/newshawarma.conf deleted file mode 100644 index 1e0e5e6..0000000 --- a/web/conf/apache1.3/newshawarma.conf +++ /dev/null @@ -1,45 +0,0 @@ -# $Id: newshawarma.conf,v 1.4 2009-05-26 07:29:56 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. -# -# And do NOT attempt to install ZAP on the same apache, that is known -# to fail! - - - ServerName irspy.indexdata.com - ErrorLog /var/log/apache-irspy/irspy-error.log - CustomLog /var/log/apache-irspy/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 - - - - - ServerName targettest.indexdata.com - Redirect permanent / http://irspy.indexdata.com/ -