[rt-users] Perl install problems
Drew Barnes
barnesaw at ucrwcu.rwc.uc.edu
Tue Jul 26 01:02:42 EDT 2005
Quoting Miles Scruggs <rt at garnetweb.com>:
> I would really appreciate it if someone could help me out, I have dug
> through the docs, and haven't received much help from this list
>
> Please someone help me, I really would like to use this system but I need to
> get it working first.
>
...snip...
> > >Here is my conf.d/rt.conf commented out lines just represent attempts to
> > >try different things. Thanks.
> > >
> > ><VirtualHost IP:80>
> > > ServerName rt.host.com:80
> > > ServerAdmin "email at com.com"
> > > DocumentRoot /usr/local/rt3/share/html
> > >
> > > <IfModule mod_ssl.c>
> > > SSLEngine off
> > > </IfModule>
I don't use this in my setup. ^^
> > > # these four lines apply to Apache2+mod_perl2 only: {{{
> > > PerlSetVar MasonArgsMethod CGI
I do not use this line at all in mine. ^^
> > > PerlModule Apache2 Apache::compat
> > > RewriteEngine On
> > > RewriteRule ^(.*)/$ $1/index.html
> > > # }}}
> > >
> > > PerlModule Apache::DBI
> > > #PerlRequire /usr/local/rt3/bin/webmux.pl
You definitely need this line. ^^
I also put the RewriteRule here.
> > > <Location />
> > > SetHandler perl-script
Keep this. ^^
> > > PerlHandler ModPerl::Registry
> > > Options ExecCGI
I don't use the 2 lines above this. ^^
> > > #PerlHandler RT::Mason
But you definitely need this. ^^
> > > </Location>
> > > <Directory /usr/local/rt3/share/html>
> > > Options -Includes +ExecCGI
> > > </Directory>
I don't use this <Directory> part.. ^^
> > ></VirtualHost>
> > >
>
>
> _______________________________________________
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
>
> Be sure to check out the RT Wiki at http://wiki.bestpractical.com
>
More information about the rt-users
mailing list