Talk:ManualApacheConfig/@comment-178.78.126.226-20120913162739

From Request Tracker Wiki
Revision as of 15:52, 6 April 2016 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Can someone help?

Invalid command 'PerlResponseHandler', perhaps misspelled or defined by a module not included in the server configuration


   <VirtualHost rt.domainname.com>        ### Optional apache logs for RT        # ErrorLog /opt/rt4/var/log/apache2.error        # TransferLog /opt/rt4/var/log/apache2.access        # LogLevel debug         AddDefaultCharset UTF-8         DocumentRoot "/usr/local/share/rt40/html/"        <Location />            Order allow,deny            Allow from all             SetHandler modperl            PerlResponseHandler Plack::Handler::Apache2            PerlSetVar psgi_app /usr/local/sbin/rt-server        </Location>        <Perl>            use Plack::Handler::Apache2;            Plack::Handler::Apache2->preload("/usr/local/sbin/rt-server");        </Perl>    </VirtualHost> Im using FreeBSD 9