On Fri, Jun 08, 2012 at 10:07:16PM +0200, Natxo Asenjo wrote: > On Fri, Jun 8, 2012 at 5:34 PM, Thomas Sibley <[email protected]> wrote: > > My rt.conf apache virtual host config: > > FastCgiServer /opt/rt4/sbin/rt-server -processes 5 -idle-timeout 300 > > <VirtualHost *:80> > ServerName rt.domain.tld > ### Optional apache logs for RT > # Ensure that your log rotation scripts know about these files > ErrorLog /opt/rt4/var/log/apache2.error > TransferLog /opt/rt4/var/log/apache2.access > LogLevel debug > > AddDefaultCharset UTF-8 > > Alias /NoAuth/images/ /opt/rt4/share/html/NoAuth/images/ > ScriptAlias / /opt/rt4/sbin/rt-server.fcgi/ > > DocumentRoot "/opt/rt4/share/html" > <Location /> > Order allow,deny > Allow from all > > Options +ExecCGI > AddHandler fastcgi-script fcgi > </Location> > > </VirtualHost>
Your FastCgiServer line looks different from the one in docs/web_deployment.pod. -kevin
pgp8crFtZbcBG.pgp
Description: PGP signature
