> -------------------------------------------------
> Alias /otrs-web/ "/opt/otrs/var/httpd/htdocs/"
>   Alias /otrs/ "/opt/otrs/bin/cgi-bin/"
> 
>   <Location /otrs>
>     SetHandler  perl-script
>     PerlHandler Apache::Registry
>     Options ExecCGI
>     PerlSendHeader On
>     PerlSetupEnv On
>   </Location>
> -------------------------------------------------
> 

Hi Jeff,

Under mod_perl 2, the PerlHandler line should be replaced with:

  PerlResponseHandler ModPerl::Registry

I also use:

  PerlOptions +ParseHeaders
  PerlOptions +SetupEnv

rather than PerlSendHeader and PerlSetupEnv


hth
vittal
_______________________________________________
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 orr consulting for your OTRS system?
=> http://www.otrs.com/

Reply via email to