From: Mike Taylor Date: Thu, 27 Jul 2006 16:18:22 +0000 (+0000) Subject: New X-Git-Tag: CPAN-v1.02~1147 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=e61eb57b633ca447866c02baa28c0001f0ab5ca5 New --- diff --git a/web/conf/apache1.3/xeno.conf b/web/conf/apache1.3/xeno.conf new file mode 100644 index 0000000..a2cb7f9 --- /dev/null +++ b/web/conf/apache1.3/xeno.conf @@ -0,0 +1,29 @@ +# $Id: xeno.conf,v 1.1 2006-07-27 16:18:22 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 /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 + diff --git a/web/data/obj/.cvsignore b/web/data/obj/.cvsignore new file mode 100644 index 0000000..873de48 --- /dev/null +++ b/web/data/obj/.cvsignore @@ -0,0 +1,2 @@ +* +.__obj_create_marker diff --git a/web/logs/.cvsignore b/web/logs/.cvsignore new file mode 100644 index 0000000..cbe462c --- /dev/null +++ b/web/logs/.cvsignore @@ -0,0 +1,2 @@ +access.log +error.log