X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fconf%2Fapache1.3%2Fxeno.conf;fp=web%2Fconf%2Fapache1.3%2Fxeno.conf;h=0000000000000000000000000000000000000000;hp=7391a843aabfae811ca00e1f39232128edc832ef;hb=b48c1ef0258d5e03bc9b0a39da00b4de61140a8f;hpb=af0cf9a9aa647a551db86990cd4fbf97d8b084ad diff --git a/web/conf/apache1.3/xeno.conf b/web/conf/apache1.3/xeno.conf deleted file mode 100644 index 7391a84..0000000 --- a/web/conf/apache1.3/xeno.conf +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: xeno.conf,v 1.9 2008-08-29 18:58:13 mike Exp $ -# -# Sample configuration for running an IRSpy web-site under Apache 1.3. -# -# This is the configuration that I use on the development machine, -# xeno, which is a Fujitu-Siemens SCENIC X102 PC running Ubuntu Linux -# release 6.06. 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/xeno.conf -# -# When running on Ubuntu (and probably Debian), don't forget to -# install libapache-request-perl as well as libhtml-mason-perl, -# otherwise Mason will fail mysteriously. - -NameVirtualHost 192.168.1.75 - - - ServerName x.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 - -