X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Fcartney-dev.conf;fp=web%2Fconf%2Fapache2.0%2Fcartney-dev.conf;h=37a4a55dc5699fa60d077ae50b2065442511ba75;hb=724c141a2063fb59f1621bea208290e81189a788;hp=0000000000000000000000000000000000000000;hpb=ac513b2c07a411d6dd350d3509b8b424153be999;p=irspy-moved-to-github.git diff --git a/web/conf/apache2.0/cartney-dev.conf b/web/conf/apache2.0/cartney-dev.conf new file mode 100644 index 0000000..37a4a55 --- /dev/null +++ b/web/conf/apache2.0/cartney-dev.conf @@ -0,0 +1,38 @@ +# This is the configuration that I (Mike) use on the development +# machine cartney, which is a MacBook Pro +# +# See comments in mk2-config-cmc/apache/cmc-dev-mac.conf for details +# on running HTML::Mason-based sites under the apache2 port for Macs. + +PerlSwitches -I/usr/local/src/git/irspy/lib + + + ServerName x.irspy.indexdata.com + + Allow from all + + + ErrorLog /opt/local/apache2/logs/irspy-error.log + CustomLog /opt/local/apache2/logs/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 + + + AuthType Basic + AuthName "IRSpy Administration" + AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd + Require user admin + + +