[rt-users] About to give up on RT!!
Jim Rowan
jim.rowan at starcore-dsp.com
Fri Nov 21 15:30:02 EST 2003
I presume that you have DNS set up so that localhost.localdomain
resolves to 192.168.148.100. If not, do so -- or fix the ServerName
directive to have the real name that you use.
One other possible problem is that your <Location> directive does not
have a path; I think you have to say:
<Location /> instead.
There are many ways to do this, but I suspect apache doesn't know to
send the requests to the virtualhost. You didn't give us the rest of
the info, but here's one way to do it:
Put this:
NameVirtualHost *:80
just above (outside) the <VirtualHost > stanza.
Start the stanza like this:
<VirtualHost *:80> instead of naming the IP address.
If you do the above, then all requests to port 80 will go to that
VirtualHost stanza; if you're not using apache for anything else then
that is what you want.
> -----Original Message-----
> From: Matthew Kasa [mailto:nessusred at yahoo.com]
> Sent: Friday, November 21, 2003 2:13 PM
> To: rt-users at lists.fsck.com
> Subject: [rt-users] About to give up on RT!!
>
>
> Here's my situation, I have MySql, Apache and RT
> successfully installed and ready to go but I can't get
> RT's web interface up and going. When I go to
> localhost.localdomain, I get the default apache webserver
> test page. Can anyone PLEASE help me out and take a look at
> my httpd.conf file and advise for any errors or mishaps. I
> will gladly give any informaiton you would like. I have
> attached it below. Thanks you so much in advance.
>
> <VirtualHost 192.168.148.100>
> ServerName localhost.localdomain
> DocumentRoot /opt/rt3/share/html
> AddDefaultCharset UTF-8
>
>
> PerlModule Apache::DBI
> PerlRequire /opt/rt3/bin/webmux.pl
>
>
> <Location>
> SetHandler perl-script
> PerlHandler RT::Mason
> </Location>
> </VirtualHost>
>
>
> __________________________________
> Do you Yahoo!?
> Free Pop-Up Blocker - Get it now
> http://companion.yahoo.com/
> _______________________________________________
> rt-users mailing list
> rt-users at lists.fsck.com
> http://lists.fsck.com/mailman/listinfo/rt-> users
>
> Have you
> read the FAQ? The RT FAQ Manager lives at
> http://fsck.com/rtfm
>
More information about the rt-users
mailing list