No, but maybe I put it in the wrong place:<div><br></div><div><div><VirtualHost *:80></div><div>ServerName <a href="http://rt.carthage.edu">rt.carthage.edu</a></div><div>ServerAdmin <a href="mailto:mcrc@carthage.edu">mcrc@carthage.edu</a></div>

<div><br></div><div># config for your main content</div><div>DocumentRoot /var/www</div><div><Directory /var/www></div><div># here and in other places goes config</div><div># of your main host</div><div></Directory></div>

<div># as RT is out of document root then we want alias</div><div># and should define directory access</div><div><br></div><div>Alias /rt/ /opt/rt3/share/html/</div><div><Directory /opt/rt3/share/html/></div><div>Order allow,deny</div>

<div>Allow from all</div><div><b>Options indexes</b></div><div><b>DirectoryIndex index.html</b></div><div></Directory></div><div><br></div><div>PerlRequire /opt/rt3/bin/<a href="http://webmux.pl">webmux.pl</a></div>

<div><Location /rt/></div><div>AddDefaultCharset UTF-8</div><div>SetHandler perl-script</div><div>PerlHandler RT::Mason</div><div></Location></div><div></VirtualHost></div><div><br></div>--<br>Max McGrath<br>

Asst. Network Admin/Systems Specialist<br>Carthage College<br>262-552-5512<br><a href="mailto:mmcgrath@carthage.edu">mmcgrath@carthage.edu</a><br>
<br><br><div class="gmail_quote">On Fri, Aug 6, 2010 at 12:51 PM, Jesse Vincent <span dir="ltr"><<a href="mailto:jesse@bestpractical.com">jesse@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
<br>
<br>
On Fri, Aug 06, 2010 at 12:50:20PM -0500, Max McGrath wrote:<br>
> Yup, that worked!<br>
<br>
Ok. If you add<br>
<br>
Options indexes<br>
DirectoryIndex index.html<br>
<br>
to the RT directory's configuration in apache, does going to /m/ work?<br>
<div><div></div><div class="h5"><br>
><br>
> And Page not found is gone!  Awesome!<br>
><br>
> Here's my config...<br>
> --<br>
> Max McGrath<br>
> Asst. Network Admin/Systems Specialist<br>
> Carthage College<br>
> 262-552-5512<br>
> <a href="mailto:mmcgrath@carthage.edu">mmcgrath@carthage.edu</a><br>
><br>
><br>
> On Fri, Aug 6, 2010 at 12:44 PM, Jesse Vincent <<a href="mailto:jesse@bestpractical.com">jesse@bestpractical.com</a>>wrote:<br>
><br>
> ><br>
> ><br>
> ><br>
> > On Fri, Aug 06, 2010 at 12:43:10PM -0500, Max McGrath wrote:<br>
> > > Thanks Jesse.<br>
> > ><br>
> > > I downloaded it and did the following:<br>
> > ><br>
> > ><br>
> > >     # perl Makefile.PL<br>
> > >     # make<br>
> > >     # make install<br>
> > ><br>
> > > then i restarted apache.<br>
> > ><br>
> > > This is what I get:<br>
> > ><br>
> > > This webpage has a redirect loop.<br>
> > ><br>
> > > The webpage at *<a href="http://rt.carthage.edu/rt//m/*" target="_blank">http://rt.carthage.edu/rt//m/*</a> has resulted in too many<br>
> > > redirects. Clearing your cookies for this site or allowing third-party<br>
> > > cookies may fix the problem. If not, it is possibly a server<br>
> > configuration<br>
> > > issue and not a problem with your computer.<br>
> ><br>
> > Ok. If you go to /m/index.html, does it work right?<br>
> ><br>
> > And can you send along your apache configuration?<br>
> ><br>
> ><br>
<br>
</div></div>> <VirtualHost *:80><br>
> ServerName <a href="http://rt.carthage.edu" target="_blank">rt.carthage.edu</a><br>
> ServerAdmin <a href="mailto:mcrc@carthage.edu">mcrc@carthage.edu</a><br>
><br>
> # config for your main content<br>
> DocumentRoot /var/www<br>
> <Directory /var/www><br>
> # here and in other places goes config<br>
> # of your main host<br>
> </Directory><br>
> # as RT is out of document root then we want alias<br>
> # and should define directory access<br>
><br>
> Alias /rt/ /opt/rt3/share/html/<br>
> <Directory /opt/rt3/share/html/><br>
> Order allow,deny<br>
> Allow from all<br>
> </Directory><br>
><br>
> PerlRequire /opt/rt3/bin/<a href="http://webmux.pl" target="_blank">webmux.pl</a><br>
> <Location /rt/><br>
> AddDefaultCharset UTF-8<br>
> SetHandler perl-script<br>
> PerlHandler RT::Mason<br>
> </Location><br>
> </VirtualHost><br>
<font color="#888888"><br>
<br>
--<br>
</font></blockquote></div><br></div>