From: ivan Date: Sun, 11 May 2003 22:25:08 +0000 (+0000) Subject: handler.pl updates from Richard Siddall X-Git-Tag: freeside_1_5_0pre2~28 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=24426a8b0d8e42dd5d00115cd84bd5d786fc58c3 handler.pl updates from Richard Siddall --- diff --git a/htetc/handler.pl b/htetc/handler.pl index 9f2a483c2..481d5a2d9 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -38,7 +38,7 @@ use strict; my $ah = new HTML::Mason::ApacheHandler ( #interp => $interp, #auto_send_headers => 0, - comp_root=>'/var/www/masonside', + comp_root=>'/var/www/freeside', data_dir=>'/usr/local/etc/freeside/masondata', #out_mode=>'stream', ); 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,