Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

mod_perl-1.26

Quote Reply
mod_perl-1.26
Hi

When Apache starts, everything is fine (Telling GT mail loaded etc). Also, webserver (Apache) puts out that mod_perl is installed. However, as soon as I add



<Location /mail/admin>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options +ExecCGI
</Location>




the admin area only shows defailt IE error: Page cannot be shown (Canīt find server, or DNS-error). As soon as comment out the above lines with #, it works fine again.



What can be wrong ?
Quote Reply
Re: [areh] mod_perl-1.26 In reply to
Does anything show up in the server's error log?

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] mod_perl-1.26 In reply to
Have checked error_log for Apache, nothing shows up there. Does mod_perl have itīs own ?
Quote Reply
Re: [areh] mod_perl-1.26 In reply to
Yes; it's often called perl_error_log, or something along those lines.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com