Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 122718

Summary: OTRS 2.0.4 mod_perl
Product: Gentoo Linux Reporter: Jens Hauser <jenshauser>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: VERIFIED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.1   
Hardware: x86   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

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