On Sat, 18 May 2002, Dave Rolsky wrote:
 
> So now that I'm not segfaulting any more, the problem I'm having is with
> the "Apache->request" method, which seems to always return undef, even
> during a request.

for any location that uses Apache->request, you need to configure:

<Location ...>
    PerlOptions +GlobalRequest
    ...
</Location>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to