Thread apache und seine einstellungen (11 answers)
Opened by esskar at 2004-07-01 13:50

esskar
 2004-07-01 18:30
#30792 #30792
User since
2003-08-04
7321 Artikel
ModeratorIn

user image
okay; ich hatte eine falsche mod_perl.so

anderes prob:

Code: (dl )
1
2
3
4
5
6
7
8
9
PerlModule Apache::Registry

<Location />
SetHandler perl-script
PerlHandler Apache::Registry
Options +ExecCGI
PerlSendHeader On
allow from all
</Location>


bring im error.log

Code: (dl )
[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
Code: (dl )
PerlModule Apache::Registry
entferne, bekomm ich folgenden Fehler:

Code: (dl )
1
2
[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?

View full thread apache und seine einstellungen