This is a discussion on Apache 2 & Perl within the Apache Web Server forums, part of the Web Server and Related Forums category; I'm sure that it must be a configuration problem, but I keep getting an internal error when using a ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm sure that it must be a configuration problem, but I keep getting an
internal error when using a Perl script on my server. I recently (re)installed Redhat 9 after a recent crash, and then installed Apache 2.0.49 and the latest mod_perl from source. When I run this test page: http://www.comparity.net/per/time.pl I get the correct output (the current date & time), together with the following: OK The server encountered an internal error or misconfiguration and was unable to complete your request. with the message to please contact me to do something about it. I had this problem before the crash, and managed to fix it, but cannot work out how ... My httpd.conf has the following: LoadModule perl_module modules/mod_perl.so PerlModule Apache2 ... Alias /perl /data/www/perl <Directory /data/www/perl> SetHandler perl-script PerlResponseHandler ModPerl::Registry PerlOptions +ParseHeaders Options +ExecCGI Allow from all </Directory> Any ideas? Thanks, Mark |
|
|||
|
|
|
|||
|
mark <mark@manngo.example.net> wrote:
> The server encountered an internal error or misconfiguration > and was unable to complete your request. Check your error_log file, it will give you some more clues about what can the prpblem be. Davide -- | Give me the Luxuries, and the Hell with the Necessities! | | | |
|
|||
|
Davide Bianchi wrote:
> Check your error_log file, it will give you some more clues about > what can the prpblem be. > Davide Have done. There is no sign of an error. (I do get error messages from other sources, but none from this.) Thanks, Mark |