From: "Frank Maas" <[EMAIL PROTECTED]>

Bram,

It looks very much as if you are not using mod_perl. Your code does not
contain handlers gives that away. So your problem is most likely not
going to be solved on this list. If you are really using mod_perl (and
not only using a mod_perl enabled httpd), please send us the configuration
file.

Regards,

Frank


Thank you for replying. I'm sure I am using mod_perl. This is a part of my httpd.conf file:
PerlRequire /Users/bram/Public/startup.pl
PerlTaintCheck On
PerlWarn On

Alias /mod_perl/ /Library/WebServer/mod_perl/

<Location /mod_perl>
SetHandler perl-script
PerlSendheader On
PerlHandler Apache::Registry
Options ExecCGI
</Location>

I am using perl 5.8.6.

_________________________________________________________________
Nieuw: Beeld en geluid met MSN Messenger 7.0 http://messenger.msn.nl/

Reply via email to