RE: server_root question...

2001-02-05 Thread Joseph Crotty
be started perl -cx reports syntax is OK Any ideas would be greatly appreciated. -Original Message- From: Stathy Touloumis [mailto:[EMAIL PROTECTED]] Sent: Monday, February 05, 2001 10:51 AM To: Joseph Crotty; [EMAIL PROTECTED] Subject: RE: server_root question... If you want to use a pe

RE: server_root question...

2001-02-05 Thread Stathy Touloumis
If you want to use a perl function ( Apache::server_root_relative() ) then you have to use a Perl block. This might work : PerlSetEnv SERVER_ROOT \ Apache::server_root_relative() But this seems so much easier : $ENV{'SERVER_ROOT'} = Apache::server_root_relative() > Maybe its too early or

server_root question...

2001-02-05 Thread Joseph Crotty
Hey all, Maybe its too early or whatever. How would you go about setting $ENV{SERVER_ROOT} without using . I was trying PerlSetEnv SERVER_ROOT Apache::server_root_relative() in perl.conf, but no go. Any ideas? Joe Crotty