[rt-users] I've re-ip'ed my machine and RT does not function correctly

Russell Mosemann mose at ns.cune.edu
Fri Mar 18 16:05:50 EST 2005


On Fri, 18 Mar 2005, Ennis William McCaffrey wrote:

> NameVirtualHost 24.106.37.220
> NameVirtualHost 172.16.0.16

NameVirtualHost *

> <VirtualHost 24.106.37.220 172.16.0.16>

<VirtualHost *>

Don't forget that things get accessed on the internal interface, as
well.  Just avoid the hassles of addresses and use a wildcard.

>    PerlSetVar MasonArgsMethod CGI

I don't have the PerlSetVar above.

>    RewriteEngine On
>    RewriteRule ^(.*)/$ $1/index.html

We don't require the Rewrite rules above.  The rest matches what we have
here.

----
Russell Mosemann, Ph.D. * Computing Services * Concordia University, Nebraska
"A penny saved is a penny earned."  "Penny wise, pound foolish."




More information about the rt-users mailing list