From f40821dd4d35fd9fa09de0e9965e491525724167 Mon Sep 17 00:00:00 2001 From: Wolfram Schneider Date: Tue, 6 Apr 2010 13:14:40 +0000 Subject: [PATCH] renamed --- web/conf/apache2.0/cfspy.conf | 52 ----------------------------------------- web/conf/apache2.0/irspy.conf | 52 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 52 deletions(-) delete mode 100644 web/conf/apache2.0/cfspy.conf create mode 100644 web/conf/apache2.0/irspy.conf diff --git a/web/conf/apache2.0/cfspy.conf b/web/conf/apache2.0/cfspy.conf deleted file mode 100644 index 10d4622..0000000 --- a/web/conf/apache2.0/cfspy.conf +++ /dev/null @@ -1,52 +0,0 @@ -# $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 us2 -# /home/wosch/indexdata/irspy -# -# This file can be included in the Apache configuration by adding a -# line like this to apache.conf or one of its included files: -# Include /home/wosch/indexdata/irspy/web/conf/apache2.0/cfspy.conf -# -# 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 - - - ServerName cfspy.indexdata.com - - ErrorLog /var/log/apache2/cfspy-error.log - CustomLog /var/log/apache2/cfspy-access.log combined - DocumentRoot /home/wosch/indexdata/irspy/web/htdocs - - 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 - PerlSetEnv PERL5LIB /home/wosch/indexdata/irspy/lib - - # We need +Parent to make PerlSwitches -I work properly ... don't ask. - PerlOptions +Parent - PerlSwitches -I/home/wosch/indexdata/irspy/lib - - - AuthType Basic - AuthName "IRSpy Administration" - AuthUserFile /home/wosch/indexdata/irspy/web/conf/htpasswd - Require user admin - - - diff --git a/web/conf/apache2.0/irspy.conf b/web/conf/apache2.0/irspy.conf new file mode 100644 index 0000000..10d4622 --- /dev/null +++ b/web/conf/apache2.0/irspy.conf @@ -0,0 +1,52 @@ +# $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 us2 +# /home/wosch/indexdata/irspy +# +# This file can be included in the Apache configuration by adding a +# line like this to apache.conf or one of its included files: +# Include /home/wosch/indexdata/irspy/web/conf/apache2.0/cfspy.conf +# +# 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 + + + ServerName cfspy.indexdata.com + + ErrorLog /var/log/apache2/cfspy-error.log + CustomLog /var/log/apache2/cfspy-access.log combined + DocumentRoot /home/wosch/indexdata/irspy/web/htdocs + + 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 + PerlSetEnv PERL5LIB /home/wosch/indexdata/irspy/lib + + # We need +Parent to make PerlSwitches -I work properly ... don't ask. + PerlOptions +Parent + PerlSwitches -I/home/wosch/indexdata/irspy/lib + + + AuthType Basic + AuthName "IRSpy Administration" + AuthUserFile /home/wosch/indexdata/irspy/web/conf/htpasswd + Require user admin + + + -- 1.7.10.4