On Monday, September 13, 2004 2:42 PM
L. Mark Stone <[EMAIL PROTECTED]> wrote:
> Probably I missed something, so here's the otrs conf file.  Perhaps

You did. The trick is to NOT allow ModPerl & Co. become active in /otrs.
See the <Location /otrs> below.

> you or some other Apache2 guru on this list might have a suggestion.

I have - use this, or transfer to your conf correctly:

# OTRS
Alias otrs "/opt/otrs/bin/cgi-bin/"
Alias otrs-web "/opt/otrs/var/httpd/htdocs/"
<IfModule mod_perl.c>
  Perlrequire /opt/otrs/scripts/apache2-perl-startup.pl
</IfModule>
<Location /otrs>
  ErrorDocument 403 /otrs/index.pl
  DirectoryIndex index.pl
</Location>
<LocationMatch otrs.*\.pl>
  Options +ExecCGI
  SetHandler cgi-script
  <IfModule mod_perl.c>
    SetHandler  perl-script
    PerlHandler ModPerl::Registry
    PerlOptions +ParseHeaders
  </IfModule>
</LocationMatch>

> Thanks!

You're always welcome!

Robert Kehl

-- 
Mein Rechenschieber ist schon explodiert.
Holger Hieronymus zu den Chancen des HSV in der Champions League

_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support oder Consulting f�r Ihr OTRS System?
=> http://www.otrs.de/

Reply via email to