Thanks for the reply Kevin.<div><br></div><div>I get "Not Found.  The requested URL/rt/ was not found on this web server." in Firefox.</div><div><br></div><div>And "Oops!  This Link appears to be broken!"  in Chrome.</div>

<div><br></div><div>It's not even an RT error at that point, so something gets seriously broken with whatever I am doing!<br clear="all">--<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 Tue, Feb 8, 2011 at 2:51 PM, Kevin Falcone <span dir="ltr"><<a href="mailto:falcone@bestpractical.com">falcone@bestpractical.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">> If I change my httpd.conf to something referenced in web_deployment.pod such<br>
> as:<br>
><br>
>     <IfModule !mpm_netware_module><br>
>     <IfModule !mpm_winnt_module><br>
>     #User rt<br>
>     #Group www<br>
>     </IfModule><br>
>     </IfModule><br>
><br>
>     <VirtualHost <a href="http://rt.example.com" target="_blank">rt.example.com</a>><br>
>         ServerRoot /usr<br>
>         ServerAdmin root@localhost<br>
><br>
>         LoadModule authz_host_module modules/mod_authz_host.so<br>
>         LoadModule env_module modules/mod_env.so<br>
>         LoadModule alias_module modules/mod_alias.so<br>
>         LoadModule perl_module modules/mod_perl.so<br>
><br>
>         # optional apache logs for RT<br>
>         # ErrorLog /opt/rt4/var/log/apache2.error<br>
>         # TransferLog /opt/rt4/var/log/apache2.access<br>
>         # LogLevel debug<br>
><br>
>         AddDefaultCharset UTF-8<br>
>         PerlSetEnv RT_SITE_CONFIG /opt/rt4/etc/RT_SiteConfig.pm<br>
><br>
>         RedirectMatch permanent (.*)/$ $1/index.html<br>
><br>
>         DocumentRoot "/opt/rt4/share/html"<br>
>         <Directory "/opt/rt4/share/html"><br>
>             Order allow,deny<br>
>             Allow from all<br>
><br>
>             SetHandler perl-script<br>
>             PerlResponseHandler Plack::Handler::Apache2<br>
>             PerlSetVar psgi_app /opt/rt4/sbin/rt-server<br>
>         </Directory><br>
>     <Perl><br>
>         use Plack::Handler::Apache2;<br>
>         Plack::Handler::Apache2->preload("/opt/rt4/sbin/rt-server");<br>
>     </Perl><br>
>     </VirtualHost><br>
><br>
> My RT site doesn't run at all!  I have libapache2-mod-perl2 installed.<br>
<br>
</div></div>What errors do you get?<br>
<br>
The mod_perl doc may want some of the cleanups I added to the fastcgi<br>
section<br>
<font color="#888888"><br>
-kevin<br>
</font></blockquote></div><br></div>