[rt-users] RT3 is very slow (Tom?? Hur?n)

Paul D. Eden peden at americanphysicians.net
Thu Mar 18 10:13:52 EST 2004


Thanks, that's helpful.

Does anyone have a working apache2/fastcgi configuration they are
willing to share?

Paul

On Thu, 2004-03-18 at 07:57, Tomáš Hurýn wrote:
> 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>




More information about the rt-users mailing list