[rt-users] performance hints for a new rt3 install
Randy
randy at paries.me
Fri Jun 11 00:21:00 EDT 2010
Hello,
I have just installed rt-3.8.8 on a brand new box
i followed this install guide
<http://www.ptitov.net/2008/07/request-tracker-installation-o.html>
http://www.ptitov.net/2008/07/request-tracker-installation-o.html
everything seems to be working, but i want to make sure that by
following this doc i am configured the best for performance
this is the httpd.conf from the doc
<VirtualHost xxx.xxx.xxx.xxx:80>
ServerAdmin <mailto:webmaster at me.com> webmaster at me.com
DocumentRoot /home/rtx/
ServerName <http://rtx.me.com> rtx.me.com
ErrorLog logs/rtx.com-error_log
CustomLog logs/rtx.com-access_log combined
DocumentRoot /home/rtx/share/html
AddDefaultCharset UTF-8
PerlRequire /home/rtx/bin/ <http://webmux.pl> webmux.pl
<Directory /home/rtx/share/html>
Order allow,deny
Allow from all
SetHandler perl-script
PerlResponseHandler RT::Mason
</Directory>
</VirtualHost>
thanks for any help
Randy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20100610/4fa85ff9/attachment.htm>
More information about the rt-users
mailing list