[rt-users] Deploying RT on apache2 in localhost
Luca Ferrari
fluca1978 at infinito.it
Tue Apr 28 07:52:15 EDT 2015
Hi,
the following are my values.
On Tue, Apr 28, 2015 at 11:24 AM, ABD EL MALEK BOUBARNOUS
> Set( $WebDomain, '?????' );
localhost
> Set( $WebPath, '??????' );
/rt4
> Set( $WebPort, '??????' );
>
80
> and what value should I put in the apache2 conf file ?
>
>
> <VirtualHost ????? >
> </VirtualHost>
ScriptAlias /rt4 /opt/rt4/sbin/rt-server.fcgi/
<Location /rt4>
Order allow,deny
Allow from all
Options +ExecCGI
AddHandler fastcgi-script fcgi
</Location>
Hope this helps.
Please in the following try to do your homework and don't crosspost
without a very good reason.
Luca
More information about the rt-users
mailing list