[rt-users] RT 3.6.1 install question
Frank Saxton
frankie at easyrider.com
Thu Sep 7 21:07:06 EDT 2006
A little more info about my Apache setup (which worked OK with the
vanilla 3.6.1 install, although I never tried to actually use it)
I'm sure this is a very simple fix to httpd.conf (if I only knew what it was..)
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin Frankie at Easyrider.com
ServerName patrol.vigilancemonitoring.com
DocumentRoot /opt/rt3/share/html/
AddDefaultCharset UTF-8
addHandler fastcgi-script .fcgi
#ScriptAlias /rt/ /opt/rt3/bin/mason_handler.fcgi/
<Directory "/opt/rt3/share/html">
Options FollowSymLinks ExecCGI
AllowOverride None
</Directory>
Alias /NoAuth/images /opt/rt3/share/html/NoAuth/images
ScriptAlias /rt/ /opt/rt3/bin/mason_handler.fcgi/
</VirtualHost>
FastCgiIpcDir /tmp
FastCgiServer /opt/rt3/bin/mason_handler.fcgi -idle-timeout 120 -processes 4
[root at patrol rt-3.6.1]# tail /var/log/httpd/error_log
[Thu Sep 07 17:56:49 2006] [notice] Digest: done
[Thu Sep 07 17:56:49 2006] [notice] LDAP: Built with OpenLDAP LDAP SDK
[Thu Sep 07 17:56:49 2006] [notice] LDAP: SSL support unavailable
[Thu Sep 07 17:56:49 2006] [notice] FastCGI: process manager
initialized (pid 13840)
[Thu Sep 07 17:56:49 2006] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" started (pid 13841)
[Thu Sep 07 17:56:49 2006] [notice] mod_python: Creating 4 session
mutexes based on 256 max processes and 0 max threads.
[Thu Sep 07 17:56:49 2006] [notice] Apache/2.0.53 (Fedora) configured
-- resuming normal operations
[Thu Sep 07 17:56:50 2006] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" started (pid 13850)
[Thu Sep 07 17:56:51 2006] [warn] FastCGI: server
"/opt/rt3/bin/mason_handler.fcgi" started (pid 13853)
[Thu Sep 07 17:56:52 2006] [warn] FastCGI: server "/opt/rt3/bin/mason_handler.fc
More information about the rt-users
mailing list