summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2003-05-11 22:25:15 +0000
committerivan <ivan>2003-05-11 22:25:15 +0000
commit6360ce64700953f0665aad92d009eaa7401ebbf0 (patch)
tree023b6948b2bd8734e2b0c26818b83711fbc9227e /htetc
parenta5c62dfdff61cde56fd92011c51482ba5985eba7 (diff)
handler.pl updates from Richard Siddall <richard.siddall@elirion.net>
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl2
-rw-r--r--htetc/handler.pl-1.0x4
2 files changed, 3 insertions, 3 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 3e37b7e..976787a 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 768ebff..8840b08 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,