X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fconf%2Fapache2.0%2Fcfspy.conf;h=10d46222aa5179f7311e4836481b902b82d47070;hp=5ac65cc0fe82a909e287c0ebfbc147c4d7655447;hb=49297a9db3e8aeae3a95efb21238c0252afc2455;hpb=f03b059ea5d713223a2237eab5468550783d6692 diff --git a/web/conf/apache2.0/cfspy.conf b/web/conf/apache2.0/cfspy.conf index 5ac65cc..10d4622 100644 --- a/web/conf/apache2.0/cfspy.conf +++ b/web/conf/apache2.0/cfspy.conf @@ -1,10 +1,8 @@ -# $Id: cfspy.conf,v 1.2 2009-04-15 18:23:02 wosch Exp $ +# $Id: cfspy.conf,v 1.4 2009-04-16 18:31:20 wosch Exp $ # # Sample configuration for running an IRSpy web-site under Apache 2.x. # -# This is the configuration that I use on the development machine, -# xeno, which is a Fujitu-Siemens SCENIC X102 PC running Ubuntu Linux -# release 6.06. On this machine, the IRSpy software is at +# This is the configuration that I use on the development machine us2 # /home/wosch/indexdata/irspy # # This file can be included in the Apache configuration by adding a @@ -14,6 +12,11 @@ # When running on Ubuntu (and probably Debian), don't forget to # install libapache-request-perl as well as libhtml-mason-perl, # otherwise Mason will fail mysteriously. +# +# For Apache 2.x +# sudo apt-get install libxml-libxslt-perl +# sudo apt-get install libhtml-mason-perl +# sudo apt-get install libapache2-request-perl #NameVirtualHost 192.168.1.75 @@ -27,6 +30,9 @@ SetHandler perl-script PerlHandler HTML::Mason::ApacheHandler + + PerlSetVar MasonArgsMethod mod_perl + PerlAddVar MasonCompRoot "private => /home/wosch/indexdata/irspy/web/htdocs" PerlSetVar MasonDataDir /home/wosch/indexdata/irspy/web/data PerlSetVar IRSpyLibDir /home/wosch/indexdata/irspy/lib