[rt-users] RT3 is very slow (Tom?? Hur?n)
Tomáš Hurýn
thuryn at aplis.cz
Thu Mar 18 09:57:28 EST 2004
Yes, but I'm running Apache 1.3.29. Config is hear:
AddHandler fastcgi-script .fcgi
Alias /NoAuth/images/ /opt/rt3/schare/html/NoAuth/images/
FastCgiServer /opt/rt3/bin/mason_handler.fcgi
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
ScriptAliasMatch (.*/)$ /opt/rt3/bin/mason_handler.fcgi$1
ScriptAliasMatch (.*\.html)$ /opt/rt3/bin/mason_handler.fcgi$1
NameVirtualHost 127.0.0.1:443
<VirtualHost 127.0.0.1:443>
ServerName rt.domain
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
ServerAdmin root at domain
ErrorLog logs/ssl_error_log
TransferLog logs/ssl_access_log
SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:
+EXP:+eNULL
SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
<Files ~ "\.(cgi|shtml|phtml|php3?)$">
SSLOptions +StdEnvVars
</Files>
<Directory "/var/www/cgi-bin">
SSLOptions +StdEnvVars
</Directory>
SetEnvIf User-Agent ".*MSIE.*" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
CustomLog logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
</VirtualHost>
Dne čt 18. března 2004 15:48 Paul D. Eden napsal(a):
> Thanks for the info.
>
> Would you mind sharing your apache2/fastcgi configuration?
>
> I am setting up RT on RHEL3 and your configuration seems to be what I am
> looking for.
>
> Thanks,
>
> Paul Eden
>
> On Thu, 2004-03-18 at 06:07, HAM MI-IH / Torsten Brumm wrote:
> > Hi Tom,
> >
> > we had the same problem a month ago. We have fixed it by tuning the perl
> > environment. we had switched from mod_perl to fastCGI. Open a lot of
> > Fastcgi Prozesses for the lot of users (we have 1 process for 50 users)
> >
> > We had decreased the time for the steps down to < 2sek for a normal work
> > process
> >
> > Our Environment:
> >
> > 6000 User
> > 45000 Tickets
> > Dual Xeon 2400
> > 2 GB RAM
> >
> > APACHE 2
> > Perl 5.8.x
> > FastCGI
> > MySQL 4 (innodb)
> >
> > Hope this helps you, btw. you can contact me directly, i will give you
> > our configuration
>
> _______________________________________________
> rt-users mailing list
> rt-users at lists.bestpractical.com
> http://lists.bestpractical.com/mailman/listinfo/rt-users
>
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm
--
Tomáš Hurýn
More information about the rt-users
mailing list