Re: Accessing Global Configuration Directives

2001-02-10 Thread sterling
not sure quite what you're asking, but if you're looking for a global PerlSetVar/PerlAddVar type of thing - well, as of 1.21_01 i believe you can do it - as long as you have access to Apache::Server. Like in a child init handler: PerlAddVar foo bar PerlAddVar foo bar2 PerlChildInitHandler myC

Re: Apache::SubProcess failures

2001-02-10 Thread Steve Reppucci
Are you certain that your problem is in the output redirection? That message seems to indicate that the problem is in exec'ing /usr/bin/ls. Are you sure that it (ls) exists at that path, rather than just /bin/ls? On Sat, 10 Feb 2001, Aaron Kennedy wrote: > Hi all, > > I'm having some issues

Apache::SubProcess failures

2001-02-10 Thread Aaron Kennedy
Hi all, I'm having some issues involving directing the output of system() to the client. I'm trying to use Apache::Subprocess to over-ride system(). However, whenever I use it, I get the following errors in my Apache error log: --- test.pl --- use strict; use Apache::SubProcess qw(system); s

RE: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-10 Thread Eric Bellotti
Hello, I set BufferingOn = 1, Debug was already = 2. access-log reports a 500, 216.221.202.194 - - [10/Feb/2001:14:47:22 -0500] "GET /categories.asp HTTP/1.1" 500 578 error-log reports [Sat Feb 10 14:52:05 2001] [error] Null filename used at (eval 23) line 2. [Sat Feb 10 14:52:05 2001] [erro

Re: Sessions on win 32

2001-02-10 Thread harilaos
If you have an example on how it works with apache::session::file send it to me please, since we both have the same package it should work on mine too. Thanks siberian wrote: > > I must have missed it, exactly what problems are you having? It is better > to give a description of the problem so

Re: Apache::ASP and "Undefined subroutine &#::handler called."

2001-02-10 Thread Joshua Chamas
Eric Bellotti wrote: > > Hello, > > I am having some strange problems with my apache + mod_perl + mod_ssl + > Apache::ASP. > I compiled all 3 from the latest sources as explained in the mod_perl > directory. After some light brain surgery, I had an httpd with mod_perl > (EVERYTHING=1) and mod_s