[rt-users] perlbrew/cpanm installation on centos 6

Kevin Falcone falcone at bestpractical.com
Fri Jun 8 18:57:57 EDT 2012


On Fri, Jun 08, 2012 at 10:07:16PM +0200, Natxo Asenjo wrote:
> On Fri, Jun 8, 2012 at 5:34 PM, Thomas Sibley <trs at bestpractical.com> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120608/4d6f3c13/attachment.sig>


More information about the rt-users mailing list