From: Mike Taylor Date: Fri, 9 Apr 2010 11:24:09 +0000 (+0100) Subject: New X-Git-Tag: CPAN-v1.02~169 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=eb807ae555c62e35d292c9eeba18b36917615a82 New --- diff --git a/web/conf/apache2.0/xeno-dev.conf b/web/conf/apache2.0/xeno-dev.conf new file mode 100644 index 0000000..ab274ec --- /dev/null +++ b/web/conf/apache2.0/xeno-dev.conf @@ -0,0 +1,33 @@ +# This is the configuration that I use on the development machine xeno + + + ServerName x.irspy.indexdata.com + + ErrorLog /var/log/apache2/irspy-error.log + CustomLog /var/log/apache2/irspy-access.log combined + DocumentRoot /usr/local/src/git/irspy/web/htdocs + + SetHandler perl-script + PerlHandler HTML::Mason::ApacheHandler + + + PerlSetVar MasonArgsMethod mod_perl + + PerlAddVar MasonCompRoot "private => /usr/local/src/git/irspy/web/htdocs" + PerlSetVar MasonDataDir /tmp/irspy-mason + # IRSpyLibDir is used only to find source for online documentation + PerlSetVar IRSpyLibDir /usr/local/src/git/irspy/lib + PerlSetEnv PERL5LIB /usr/local/src/git/irspy/lib + + # We need +Parent to make PerlSwitches -I work properly ... don't ask. + PerlOptions +Parent + PerlSwitches -I/usr/local/src/git/irspy/lib + + + AuthType Basic + AuthName "IRSpy Administration" + AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd + Require user admin + + +