RE: Insecure $ENV{PATH} while running with -T at Mail/Mailer/sendmail.pm

2004-04-30 Thread Alexander.Farber
Hi Stas, thanks for your reply. I've forgotten to mention it, but I have already tried BEGIN { delete @ENV{qw(PATH IFS CDPATH ENV BASH_ENV)}; $ENV{PATH} = '/bin:/usr/bin'; } And also the values '' and '/' for $ENV{PATH}. Unfortunately the error message when I'm sending mail

Printing the called address without PATH_INFO and QUERY_STRING

2004-04-30 Thread Alexander.Farber
Hi, this is probably somewhere in the docs, but I can't find it... Would some kind sould please advise me, how to print the hostname and the called script in the error message below? # Extract port, user, default database from PATH_INFO $port = $1 if $r-path_info() =~ /\/port=(\d+)/i;

RE: Insecure $ENV{PATH} while running with -T at Mail/Mailer/sendmail.pm

2004-04-30 Thread Alexander.Farber
Hi Stas, sorry for not replying - too much pressure at work and I have to finish my mod_perl-script (a Continuus trigger) tonight. I don't have time to install Apache::Reload, but I've tried to create a test case for you - running: package Testcase; BEGIN { delete @ENV{qw(IFS CDPATH

RE: Insecure $ENV{PATH} while running with -T at Mail/Mailer/sendmail.pm

2004-04-30 Thread Alexander.Farber
I've also tried removing Apache::StatINC from everywhere in the httpd.conf: #PerlModule Apache::StatINC PerlModule Testcase Location /testcase SetHandler perl-script PerlHandler Testcase #PerlInitHandler Apache::StatINC #PerlSetVar StatINCDebug On /Location and still get the same

Specifying custom man/ and lib/ for libapreq install

2004-04-13 Thread Alexander.Farber
Hi, I am trying to install Apache::Request version 1.3: boccm01:libapreq-1.3 {657} /appl/continuus/ccm-5.1-SunOS/gscm/bin/httpd -v Server version: Apache/1.3.27 (Unix) boccm01:libapreq-1.3 {658} uname -a SunOS boccm01 5.8 Generic_108528-23 sun4u sparc