From eaeabd3fa3cfdebbbb789f1bd45c4c4f4ff341e9 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 2 May 2007 13:54:40 +0000 Subject: [PATCH] New, identical to xeno.conf except for name. --- web/conf/apache1.3/rafa.conf | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 web/conf/apache1.3/rafa.conf diff --git a/web/conf/apache1.3/rafa.conf b/web/conf/apache1.3/rafa.conf new file mode 100644 index 0000000..5b44dfb --- /dev/null +++ b/web/conf/apache1.3/rafa.conf @@ -0,0 +1,40 @@ +# $Id: rafa.conf,v 1.1 2007-05-02 13:54:40 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. + + + 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 + PerlInitHandler Apache::Reload + PerlSetVar ReloadAll Off + PerlSetVar ReloadModules "ZOOM::IRSpy::Utils" + + AuthType Basic + AuthName "IRSpy Administration" + AuthUserFile /usr/local/src/cvs/irspy/web/conf/htpasswd + Require user admin + + -- 1.7.10.4