[rt-users] Confused with Apache 2.x and RT3
Phil Homewood
pdh at snapgear.com
Wed Aug 13 07:45:41 EDT 2003
JChen at paymentone.com wrote:
> I finally satisfied all dependencies and have the Apache running.
> My setting on my Red hat 9 box is Apache 2.x with Fastcgi and I'm
> wondering if I need mod_perl1 or 2 installed?
Neither. If you're using fastcgi, you don't need mod_perl.
mod_perl1 doesn't work with apache2, and mod_perl2 is still
in pre-release stage and not supported for RT.
> Secondly, I do not
> believe the draft manual I have downloaded from BestPractical applies to
> my scenario. What should I change or add to get it to work? Below is
> the example Best Practical gave.
Try this:
<VirtualHost *>
DocumentRoot /opt/rt3/share/html
ServerName rt.example.com
Alias /NoAuth/images/ /opt/rt3/share/html/NoAuth/images/
<IfModule mod_fastcgi.c>
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
</IfModule>
</VirtualHost>
--
Phil Homewood, Systems Janitor, http://www.SnapGear.com
pdh at snapgear.com Ph: +61 7 3435 2810 Fx: +61 7 3891 3630
SnapGear - Custom Embedded Solutions and Security Appliances
More information about the rt-users
mailing list