[rt-users] Working configuration of RT3 and RTFM

ODHIAMBO Washington wash at wananchi.biz
Tue Aug 19 01:11:37 EDT 2003


* Josh <kulm at shadowlink.net> [20030818 23:06]: wrote:
> Can anyone tell me a configuration of RT3 and RTFM that works 100%?  All 
> details would be nice, RT3 version, RTFM version, perl version, apache 
> version, mod_perl/other version.
> 
> I can't seem to get RTFM working perfectly with my current setup: 4.7- 
> RELEASE FreeBSD, Apache 2.0.45, mod_perl 1.99_08-dev, perl 5.8.0


Hello Josh,

I use Apache-2.0.45, mod_perl-1.99_08, perl-5.8.0, MySQL-4.0.13
I am usingg FreeBSD 5.1-RELEASE.

beastie% /usr/local/apache2/bin/httpd -l
Compiled in modules:
  core.c
  prefork.c
  http_core.c
  mod_so.c

My rt is at https://rt3.wananchi.com

It's not in production. We run rt-2.0.15 in production. This RT3 setup is
just for testing and monitoring/testing changes as the developers tweak them.

My Config looks like this:

<VirtualHost *:443>
        DocumentRoot /opt/rt3/share/html
        ServerName rt3.wananchi.com
        AddDefaultCharset UTF-8
        ErrorLog logs/rt3-error.log
        PerlModule Apache2 Apache::compat

        PerlModule Apache::DBI
        PerlRequire /opt/rt3/bin/webmux.pl

  <LocationMatch />
   AddHandler perl-script .html
   PerlHandler RT::Mason
  </LocationMatch>
</VirtualHost>



        cheers
       - wash 
+----------------------------------+-----------------------------------------+
Odhiambo Washington, wash at wananchi.com	. WANANCHI ONLINE LTD (Nairobi, KE)  |
http://ns2.wananchi.com/~wash/		. 1ere Etage, Loita Hse, Loita St.,  |
GSM: (+254) 722 743 223			. # 10286, 00100 NAIROBI             |
+---------------------------------+------------------------------------------+
"Oh My God! They killed init! You Bastards!"  
						 --from a /. post



More information about the rt-users mailing list