RE: [otrs] How do I make it use mod_perl? (speeeeed)

Hi!
Just to say here, We moved to mod_perl on our FreeBSD Server and, gosh, it´s
otrs on steroids!
Speed improvement is, I assume 100000 times faster ,)
greetz,
Thomas W. Horna
-----Ursprüngliche Nachricht-----
Von: Martin Edenhofer [mailto:martin@edenhofer.de]
Gesendet: Donnerstag, 3. April 2003 23:41
An: otrs@otrs.org
Betreff: Re: [otrs] How do I make it use mod_perl?
mod_perl and OTRS (of course you need a working apache with mod_perl).
-=> README.webserver
[...]
*)
With mod_perl (speed!):
=======================
Add this to the mod_perl stuff section in httpd.conf
[...]
Alias /otrs/ "/opt/otrs/bin/cgi-bin/"

On Wed, Apr 09, 2003 at 11:21:51AM +0200, Horna, Thomas wrote:
Just to say here, We moved to mod_perl on our FreeBSD Server and, gosh, it´s otrs on steroids! Speed improvement is, I assume 100000 times faster ,)
Jepp! mod_perl is fine! Precompiled perl modules. :) PS: There is also a nice tuning option if you use the 'Perlrequire' script in httpd.conf (e. g. "Perlrequire /opt/otrs/scripts/apache-perl-startup.pl"). -=> Establish datababase connections on process startup (httpd)!!! -=> saves time == speed .-) /opt/otrs/scripts/apache-perl-startup.pl [...] use Apache (); use Apache::DBI (); Apache::DBI->connect_on_init('DBI:mysql:otrs', 'otrs', 'some-pass'); [...] (see also: README.webserver)
Thomas W. Horna
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- Noch 158 Tage bis zum Gäubodenvolksfest! ;-)
participants (2)
-
Horna, Thomas
-
Martin Edenhofer