From: Wolfram Schneider Date: Tue, 6 Apr 2010 13:29:21 +0000 (+0000) Subject: die apache1.3, die! X-Git-Tag: CPAN-v1.02~148^2~51 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=b48c1ef0258d5e03bc9b0a39da00b4de61140a8f die apache1.3, die! --- diff --git a/web/conf/apache1.3/newshawarma-proxy.conf b/web/conf/apache1.3/newshawarma-proxy.conf deleted file mode 100644 index 1df7db1..0000000 --- a/web/conf/apache1.3/newshawarma-proxy.conf +++ /dev/null @@ -1,16 +0,0 @@ -# $Id: newshawarma-proxy.conf,v 1.3 2007-06-25 10:39:22 mike Exp $ -# -# A very simple configuration to proxy the IRSpy server to a separate -# Apache instance running on the same host. This separation is useful -# to isolate IRSpy from other sites' errors and vice versa. - - - ServerName irspy.indexdata.com - ServerAlias targettest.indexdata.com - ProxyPass / http://irspy.indexdata.com:81/ - ProxyPassReverse / http://irspy.indexdata.com:81/ - - # These are the logs for the proxying operation - ErrorLog /var/log/apache/irspy-error.log - CustomLog /var/log/apache/irspy-access.log combined - diff --git a/web/conf/apache1.3/newshawarma.conf b/web/conf/apache1.3/newshawarma.conf deleted file mode 100644 index 1e0e5e6..0000000 --- a/web/conf/apache1.3/newshawarma.conf +++ /dev/null @@ -1,45 +0,0 @@ -# $Id: newshawarma.conf,v 1.4 2009-05-26 07:29:56 mike Exp $ -# -# Sample configuration for running an IRSpy web-site under Apache 1.3. -# -# This is the configuration that I use on the live machine, -# newshawarma, which is a PC running Debian GNU/Linux 3.1. -# On this machine, the IRSpy software is at -# /home/mike/cvs/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/mike/cvs/irspy/web/conf/apache1.3/newshawarma.conf -# -# When running on Debian, don't forget to -# install libapache-request-perl as well as libhtml-mason-perl, -# otherwise Mason will fail mysteriously. -# -# And do NOT attempt to install ZAP on the same apache, that is known -# to fail! - - - ServerName irspy.indexdata.com - ErrorLog /var/log/apache-irspy/irspy-error.log - CustomLog /var/log/apache-irspy/irspy-access.log combined - DocumentRoot /home/mike/cvs/irspy/web/htdocs - - SetHandler perl-script - PerlHandler HTML::Mason::ApacheHandler - - PerlAddVar MasonCompRoot "private => /home/mike/cvs/irspy/web/htdocs" - PerlSetVar MasonDataDir /home/mike/cvs/irspy/web/data - PerlSetVar IRSpyLibDir /home/mike/cvs/irspy/lib - PerlSetEnv PERL5LIB /home/mike/cvs/irspy/lib - - AuthType Basic - AuthName "IRSpy Administration" - AuthUserFile /home/mike/cvs/irspy/web/conf/htpasswd - Require user admin - - - - - ServerName targettest.indexdata.com - Redirect permanent / http://irspy.indexdata.com/ - diff --git a/web/conf/apache1.3/rafa.conf b/web/conf/apache1.3/rafa.conf deleted file mode 100644 index 5b44dfb..0000000 --- a/web/conf/apache1.3/rafa.conf +++ /dev/null @@ -1,40 +0,0 @@ -# $Id: rafa.conf,v 1.1 2007-05-02 13:54:40 mike Exp $ -# -# Sample configuration for running an IRSpy web-site under Apache 1.3. -# -# 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 -# /usr/local/src/cvs/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 /usr/local/src/cvs/irspy/web/conf/apache1.3/xeno.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. - - - ServerName x.irspy.indexdata.com - ErrorLog /var/log/apache/irspy-error.log - CustomLog /var/log/apache/irspy-access.log combined - DocumentRoot /usr/local/src/cvs/irspy/web/htdocs - - SetHandler perl-script - PerlHandler HTML::Mason::ApacheHandler - - PerlAddVar MasonCompRoot "private => /usr/local/src/cvs/irspy/web/htdocs" - PerlSetVar MasonDataDir /usr/local/src/cvs/irspy/web/data - PerlSetVar IRSpyLibDir /usr/local/src/cvs/irspy/lib - PerlSetEnv PERL5LIB /usr/local/src/cvs/irspy/lib - PerlInitHandler Apache::Reload - PerlSetVar ReloadAll Off - PerlSetVar ReloadModules "ZOOM::IRSpy::Utils" - - AuthType Basic - AuthName "IRSpy Administration" - AuthUserFile /usr/local/src/cvs/irspy/web/conf/htpasswd - Require user admin - - diff --git a/web/conf/apache1.3/test.conf b/web/conf/apache1.3/test.conf deleted file mode 100644 index 255bd3e..0000000 --- a/web/conf/apache1.3/test.conf +++ /dev/null @@ -1,37 +0,0 @@ -# $Id: test.conf,v 1.5 2007-02-20 18:51:37 mike Exp $ -# -# Sample configuration for running an IRSpy web-site under Apache 1.3. -# -# This is the configuration that I use on the staging machine, -# test, which is a PC running Debian GNU/Linux 3.1. -# On this machine, the IRSpy software is at -# /usr/local/src/cvs/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 /usr/local/src/cvs/irspy/web/conf/apache1.3/test.conf -# -# When running on Debian, don't forget to -# install libapache-request-perl as well as libhtml-mason-perl, -# otherwise Mason will fail mysteriously. - - - ServerName irspy.indexdata.com - ErrorLog /var/log/apache/irspy-error.log - CustomLog /var/log/apache/irspy-access.log combined - DocumentRoot /usr/local/src/cvs/irspy/web/htdocs - - SetHandler perl-script - PerlHandler HTML::Mason::ApacheHandler - - PerlAddVar MasonCompRoot "private => /usr/local/src/cvs/irspy/web/htdocs" - PerlSetVar MasonDataDir /usr/local/src/cvs/irspy/web/data - PerlSetVar IRSpyLibDir /usr/local/src/cvs/irspy/lib - PerlSetEnv PERL5LIB /usr/local/src/cvs/irspy/lib - - AuthType Basic - AuthName "IRSpy Administration" - AuthUserFile /usr/local/src/cvs/irspy/web/conf/htpasswd - Require user admin - - diff --git a/web/conf/apache1.3/xeno.conf b/web/conf/apache1.3/xeno.conf deleted file mode 100644 index 7391a84..0000000 --- a/web/conf/apache1.3/xeno.conf +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: xeno.conf,v 1.9 2008-08-29 18:58:13 mike Exp $ -# -# Sample configuration for running an IRSpy web-site under Apache 1.3. -# -# 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 -# /usr/local/src/cvs/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 /usr/local/src/cvs/irspy/web/conf/apache1.3/xeno.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. - -NameVirtualHost 192.168.1.75 - - - ServerName x.irspy.indexdata.com - ErrorLog /var/log/apache/irspy-error.log - CustomLog /var/log/apache/irspy-access.log combined - DocumentRoot /usr/local/src/cvs/irspy/web/htdocs - - SetHandler perl-script - PerlHandler HTML::Mason::ApacheHandler - - PerlAddVar MasonCompRoot "private => /usr/local/src/cvs/irspy/web/htdocs" - PerlSetVar MasonDataDir /usr/local/src/cvs/irspy/web/data - PerlSetVar IRSpyLibDir /usr/local/src/cvs/irspy/lib - PerlSetEnv PERL5LIB /usr/local/src/cvs/irspy/lib - - AuthType Basic - AuthName "IRSpy Administration" - AuthUserFile /usr/local/src/cvs/irspy/web/conf/htpasswd - Require user admin - -