You are correct!<div><br></div><div>See...I told you I'm not good with Apache!</div><div><br></div><div>Anyways...when I go straight to my web server I get:</div><div><br></div><div><h1 style="font-family: 'Times New Roman'; font-size: medium; ">

It works!</h1><p style="font-family: 'Times New Roman'; font-size: medium; ">This is the default web page for this server.</p><p style="font-family: 'Times New Roman'; font-size: medium; ">The web server software is running but no content has been added, yet.</p>

<p style="font-family: 'Times New Roman'; font-size: medium; ">So, what do I need to do in my apache config to point it to wherever RT should be running?</p>--<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 3:34 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 class="im">On Tue, Feb 08, 2011 at 02:55:01PM -0600, Max McGrath wrote:<br>
>    Thanks for the reply Kevin.<br>
>    I get "Not Found. The requested URL/rt/ was not found on this web server." in Firefox.<br>
>    And "Oops! This Link appears to be broken!" in Chrome.<br>
>    It's not even an RT error at that point, so something gets seriously broken with whatever I am<br>
<br>
</div>I don't see anything in your config which would make /rt work<br>
<div class="im"><br>
>    On Tue, Feb 8, 2011 at 2:51 PM, Kevin Falcone <[2]<a href="mailto:falcone@bestpractical.com">falcone@bestpractical.com</a>> wrote:<br>
><br>
>      > 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>
</div>>      > <VirtualHost [3]<a href="http://rt.example.com" target="_blank">rt.example.com</a>><br>
<div><div></div><div class="h5">>      > 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>
>      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>
>      -kevin<br>
><br>
</div></div>> References<br>
><br>
>    Visible links<br>
>    1. mailto:<a href="mailto:mmcgrath@carthage.edu">mmcgrath@carthage.edu</a><br>
>    2. mailto:<a href="mailto:falcone@bestpractical.com">falcone@bestpractical.com</a><br>
>    3. <a href="http://rt.example.com/" target="_blank">http://rt.example.com/</a><br>
</blockquote></div><br></div>