X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Fxeno-dev.conf;h=3cf283136887d601058d1147c8f537e9e991bba5;hb=HEAD;hp=ab274ecc5df5d9b22307ab3a70fbf632bacdf96b;hpb=91e7f3ccc0d76c715013d2f5df9b1cacec9e31c9;p=irspy-moved-to-github.git diff --git a/web/conf/apache2.0/xeno-dev.conf b/web/conf/apache2.0/xeno-dev.conf index ab274ec..3cf2831 100644 --- a/web/conf/apache2.0/xeno-dev.conf +++ b/web/conf/apache2.0/xeno-dev.conf @@ -1,11 +1,17 @@ -# This is the configuration that I use on the development machine xeno +# This is the configuration that I (Mike) use on the development +# machine xeno, which is a Ubuntu 9.10 box. ServerName x.irspy.indexdata.com + + Allow from all + Require all granted + + ErrorLog /var/log/apache2/irspy-error.log CustomLog /var/log/apache2/irspy-access.log combined - DocumentRoot /usr/local/src/git/irspy/web/htdocs + DocumentRoot /home/mike/git/work/irspy/web/htdocs SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler @@ -13,20 +19,20 @@ PerlSetVar MasonArgsMethod mod_perl - PerlAddVar MasonCompRoot "private => /usr/local/src/git/irspy/web/htdocs" + PerlAddVar MasonCompRoot "private => /home/mike/git/work/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 + PerlSetVar IRSpyLibDir /home/mike/git/work/irspy/lib + PerlSetEnv IRSPY_COUNTER_FILE /home/mike/git/work/irspy/zebra/db/counter - # We need +Parent to make PerlSwitches -I work properly ... don't ask. - PerlOptions +Parent - PerlSwitches -I/usr/local/src/git/irspy/lib + # We need +Parent to make PerlSwitches -I work properly ... don't ask. + PerlOptions +Parent + PerlSwitches -I/home/mike/git/work/irspy/lib -I/home/mike/git/work/perl-indexdata-utils/lib AuthType Basic AuthName "IRSpy Administration" - AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd + AuthUserFile /home/mike/git/work/irspy/web/conf/htpasswd Require user admin