X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Fcartney-dev.conf;h=f20f0bece2b4236d801d7722bd4c10afc3da5782;hb=bd2f592e1e7cae6c69be6713f0dd2a0d3a210612;hp=37a4a55dc5699fa60d077ae50b2065442511ba75;hpb=ad62dbeab718ccd4f6696e1ab56ddcd5cc28262d;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 37a4a55..f20f0be 100644 --- a/web/conf/apache2.0/cartney-dev.conf +++ b/web/conf/apache2.0/cartney-dev.conf @@ -6,6 +6,14 @@ PerlSwitches -I/usr/local/src/git/irspy/lib +# Empirally, it seems that including this next line prevents the bug +# in which some but not all requests result in the error: +# Undefined subroutine &ZOOM::IRSpy::connect_to_registry +# (This ought not to make any difference, as the Apache2::Request +# module should of course get loaded from within IRSpy anyway, but you +# never know with Apache.) +PerlModule Apache2::Request + ServerName x.irspy.indexdata.com @@ -34,5 +42,13 @@ PerlSwitches -I/usr/local/src/git/irspy/lib AuthUserFile /usr/local/src/git/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/