okay; ich hatte eine falsche mod_perl.so
anderes prob:
PerlModule Apache::Registry
<Location />
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On
allow from all
</Location>
bring im error.log
[Thu Jul 01 16:27:34 2004] [error] Can't load Perl module Apache::Registry for server saknt.dialogika.de:80, exiting...
wenn ich die Zeile
PerlModule Apache::Registry
entferne, bekomm ich folgenden Fehler:
[Thu Jul 01 16:23:35 2004] [error] failed to resolve handler `Apache::Registry'
[Thu Jul 01 16:23:35 2004] [error] [client 192.54.36.191] Can't locate loadable object for module Apache::Constants in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib . C:/Program Files/Apache Group/Apache2/ C:/Program Files/Apache Group/Apache2/lib/perl) at C:/Perl/site/lib/mod_perl.pm line 14\nCompilation failed in require at C:/Perl/site/lib/Apache.pm line 6.\nBEGIN failed--compilation aborted at C:/Perl/site/lib/Apache.pm line 6.\nCompilation failed in require at C:/Perl/site/lib/Apache/Registry.pm line 2.\nBEGIN failed--compilation aborted at C:/Perl/site/lib/Apache/Registry.pm line 2.\nCompilation failed in require at (eval 2) line 3.\n
Module existieren! Ideen?