From: Mike Taylor Date: Thu, 26 Apr 2007 14:38:02 +0000 (+0000) Subject: Run on localweb address rather then localhost. X-Git-Tag: CPAN-v1.02~54^2~409 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=c709cdcb435cac8dfc5b129ce735df1754208cd6;hp=5ffcdb88057319217d93ee6a3a5d8dfa4187c6f3 Run on localweb address rather then localhost. --- diff --git a/web/conf/apache1.3/xeno.conf b/web/conf/apache1.3/xeno.conf index f2d6ce0..a3fd46f 100644 --- a/web/conf/apache1.3/xeno.conf +++ b/web/conf/apache1.3/xeno.conf @@ -1,4 +1,4 @@ -# $Id: xeno.conf,v 1.7 2007-02-20 18:51:37 mike Exp $ +# $Id: xeno.conf,v 1.8 2007-04-26 14:38:02 mike Exp $ # # Sample configuration for running an IRSpy web-site under Apache 1.3. # @@ -15,7 +15,9 @@ # 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