[rt-users] Help httpd.conf
Zhiming Liu
liuzmus at yahoo.com
Sun Jun 18 22:23:36 EDT 2006
Hi, Installed RT3.4.4 on RHEL3, modified httpd.conf:
<VirtualHost localhost:80>
ServerAdmin root
ServerName localhost
DocumentRoot /opt/rt3/share/html/
AddDefaultCharset UTF-8
# Adding the following for RT (the ticket tracker)
AddHandler fastcgi-script fcgi
<Directory "/opt/rt3/share/html">
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>
# Pass through requests to for noauth
Alias /NoAuth/images
/opt/rt3/share/html/NoAuth/images
ScriptAlias / /opt/rt3/bin/mason_handler.fcgi/
</VirtualHost>
FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi
-idle-timeout 120 -processes 4
Tried http://localhost, RT doesn't work. Thanks for
help, Zhiming.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
More information about the rt-users
mailing list