[rt-users] RT on RedHat 9?

vince cagud vcagud at chikka.org
Fri Jul 4 01:39:45 EDT 2003


hi. what i did is compile apache-1.3.2x series, with mod_perl and run it
on localhost:8080. then i use apache2 with virtual hosts and mod_rewrite
or mod_proxy to enable clients to connect to rt. granted that there is
the extra load of the second web server, still it gives me the best of
both worlds as my users can still use apache2.

hth,

-- vince.

On Fri, 2003-07-04 at 13:09, Emilio F Panighetti wrote:
> 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
> 
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-users
> 
> Have you read the FAQ? The RT FAQ Manager lives at http://fsck.com/rtfm




More information about the rt-users mailing list