Hello!
I've been setting up OTRS on my system for evaluation purposes, and I
must say that this is a great looking project!
However, I ran into a little hiccup - the documentation states (for
installing with mod_perl):
*)
With mod_perl (speed!):
=======================
Add this to the mod_perl stuff section in httpd.conf
[...]
Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
Alias /otrs/ "/opt/otrs/bin/cgi-bin/"
SetHandler perl-script
PerlHandler Apache::Registry
Options ExecCGI
PerlSendHeader On
PerlSetupEnv On
</Location>
The part that my system was disagreeable to was the PerlHandler
Apache::Registry bit. Searching the web a bit, I found that the solution
to my problem was to replace that entire line with:
PerlResponseHandler ModPerl::Registry
That said, I believe it's only because I'm running Apache 2.xx+, with a
corresponding mod_perl, etc.
Allowing that this is what I think it is (a 'bug' in the documentation),
should I file a bug report against the docs, or have I mistakenly done
something erroneous?
Please let me know.. ;) I've left my config at the bottom, in case it
sheds more light.
Cheers!
My config is as follows:
Apache 2.0.49
mod_perl 1.99_14
Perl/v5.6.1
Debian, Kernel Version: 2.4.26
OTRS Version: 1.2.3-01