[rt-users] RT on RedHat 9?
Emilio F Panighetti
emilio at dorial.com
Fri Jul 4 01:09:43 EDT 2003
Hello,
Did anybody try RT on RedHat 9, using standard CGI?
Created an Apache2 config like this:
<VirtualHost *>
ServerName myserver.mydomain.com
DocumentRoot /opt/rt3/share/html
AddDefaultCharset UTF-8
ScriptAlias /rt3-cgi/ "/opt/rt3/bin/"
Action html-mason /rt3-cgi/mason_handler.fcgi
<LocationMatch "\.html$">
SetHandler html-mason
</LocationMatch>
</VirtualHost>
So, if I try to access index.html, the web server should fork and
invoke something like this:
mason_handler.fcgi /opt/rt3/share/html/index.html
When executing it from the command line, it simply hangs, which is
exactly what apache seems to be doing when this is invoked.
mod_perl2 doesn't seem to work at all with apache 2.0.45 (Need it
instead of the stock RH9 Apache because of the LDAP module).
Thanks!
Emilio
More information about the rt-users
mailing list