X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Fcartney-dev.conf;h=dbc28d6b52d5ce9b639581c8860f155ed28504ea;hb=HEAD;hp=6442e68abffe97b9cf704bce7ea4ca8208d72d75;hpb=57aedb4d4d9d9f5c7cc637b6d3878bd7a16640b7;p=irspy-moved-to-github.git diff --git a/web/conf/apache2.0/cartney-dev.conf b/web/conf/apache2.0/cartney-dev.conf index 6442e68..dbc28d6 100644 --- a/web/conf/apache2.0/cartney-dev.conf +++ b/web/conf/apache2.0/cartney-dev.conf @@ -4,7 +4,7 @@ # 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 +PerlSwitches -I/Users/mike/git/work/irspy/lib -I/Users/mike/git/work/ZOOM-Perl/blib/lib -I/Users/mike/git/work/ZOOM-Perl/blib/arch # Empirally, it seems that including this next line prevents the bug # in which some but not all requests result in the error: @@ -20,9 +20,9 @@ PerlModule Apache2::Request 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 + ErrorLog /var/log/apache2/irspy-error.log + CustomLog /var/log/apache2/irspy-access.log combined + DocumentRoot /Users/mike/git/work/irspy/web/htdocs SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler @@ -30,17 +30,24 @@ PerlModule Apache2::Request PerlSetVar MasonArgsMethod mod_perl - PerlAddVar MasonCompRoot "private => /usr/local/src/git/irspy/web/htdocs" + PerlAddVar MasonCompRoot "private => /Users/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 /Users/mike/git/work/irspy/lib AuthType Basic AuthName "IRSpy Administration" - AuthUserFile /usr/local/src/git/irspy/web/conf/htpasswd + AuthUserFile /Users/mike/git/work/irspy/web/conf/htpasswd Require user admin + + ProxyRequests off + + Order deny,allow + Allow from all + + ProxyPass /toroid/ http://localhost:12367/ + ProxyPassReverse /toroid/ http://localhost:12367/