> From: Michael Peters 
> 
> Like Rhesa said, just make sure that the SetEnv and PerlSetEnv happen
> before either your startup.pl or the PerlModule directives.
> 
Michael,

This is from my httpd.conf file:

SetEnv  CAP_DEVPOPUP_EXEC 1
Include conf/perl.conf
PerlRequire conf/startup.pl

And to be extra paranoid, in my perl.conf:

<Location "/cms-bin">
       SetHandler     perl-script
       PerlSetEnv     CAP_DEVPOPUP_EXEC 1
       PerlHandler    Apache::Registry
       PerlSendHeader On
       allow from all
       Options        +ExecCGI
</Location>

I'm using Perl 5.8.0, mod_perl 1.29, Apache 1.3.33

Dan


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to