summaryrefslogtreecommitdiff
path: root/htetc/handler.pl-1.0x
diff options
context:
space:
mode:
authorivan <ivan>2003-05-11 22:25:08 +0000
committerivan <ivan>2003-05-11 22:25:08 +0000
commit24426a8b0d8e42dd5d00115cd84bd5d786fc58c3 (patch)
treea6138675d4ae2b8feead3064a93b9de6ca078bab /htetc/handler.pl-1.0x
parent75500e2f75a32b3735999eaf5edde3e871911226 (diff)
handler.pl updates from Richard Siddall <richard.siddall@elirion.net>
Diffstat (limited to 'htetc/handler.pl-1.0x')
-rw-r--r--htetc/handler.pl-1.0x4
1 files changed, 2 insertions, 2 deletions
diff --git a/htetc/handler.pl-1.0x b/htetc/handler.pl-1.0x
index 768ebffec..8840b0816 100644
--- a/htetc/handler.pl-1.0x
+++ b/htetc/handler.pl-1.0x
@@ -30,8 +30,8 @@ use strict;
#
my $parser = new HTML::Mason::Parser;
my $interp = new HTML::Mason::Interp (parser=>$parser,
- comp_root=>'/var/www/masondocs',
- data_dir=>'/home/ivan/freeside_current/masondata',
+ comp_root=>'/var/www/freeside',
+ data_dir=>'/usr/local/etc/freeside/masondata',
out_mode=>'stream',
);
my $ah = new HTML::Mason::ApacheHandler ( interp => $interp,