X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Fcartney-dev.conf;h=f20f0bece2b4236d801d7722bd4c10afc3da5782;hb=419ded94e62f86cf55e18200d209f8a06704ff91;hp=7f3ae9836978571ea28332c31de6c57bd2a5c9f6;hpb=3449efcc9b1fd02f9ccbe3808f54c39b7b6c8fda;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 7f3ae98..f20f0be 100644 --- a/web/conf/apache2.0/cartney-dev.conf +++ b/web/conf/apache2.0/cartney-dev.conf @@ -5,6 +5,13 @@ # on running HTML::Mason-based sites under the apache2 port for Macs. 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 @@ -35,5 +42,13 @@ PerlModule Apache2::Request 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/