Thanks. I fixed that but got the same issue.

<Location />
  Order allow,deny
  Allow from all

  SetHandler modperl
  PerlResponseHandler Plack::Handler::Apache2
  PerlSetVar psgi_app /opt/rt4/sbin/rt-server
</Location>
<Perl>
  use Plack::Handler::Apache2;
  Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");
</Perl>

Starting httpd: Syntax error on line 12 of /etc/httpd/conf.d/rt4.conf:
Can't locate object method "Config" via package "RT" at /opt/rt4/sbin/rt-server 
line 94.\n\t(in cleanup) Error while loading /opt/rt4/sbin/rt-server: Can't 
locate object method "Config" via package "RT" at /opt/rt4/sbin/rt-server line 
94.\n

Any further suggestions appreciated.

--------
RT Training Sessions (http://bestpractical.com/services/training.html)
* Boston  March 5 & 6, 2012

Reply via email to