Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 122718 - OTRS 2.0.4 mod_perl
Summary: OTRS 2.0.4 mod_perl
Status: VERIFIED DUPLICATE of bug 122717
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-13 11:55 UTC by Jens Hauser
Modified: 2006-02-13 11:57 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jens Hauser 2006-02-13 11:55:50 UTC
what about a file 
"/etc/apache2/modules.d/99_otrs.conf
with special care about the "#"-line.

Alias /otrs-web/ "/var/www/localhost/htdocs/otrs2/"
Alias /otrs2/ "/var/www/localhost/otrs-2.0.4/bin/cgi-bin/"

<Location /otrs2>
        SetHandler  perl-script
#       PerlHandler Apache::Registry
        PerlResponseHandler ModPerl::Registry
        Options ExecCGI
        PerlSendHeader On
        PerlSetupEnv On
</Location>
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-02-13 11:56:46 UTC

*** This bug has been marked as a duplicate of 122717 ***
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-02-13 11:57:16 UTC
CLOSED