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
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
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