On Sat, 24 Nov 2001, Raymond Norton wrote: > I am using RedHat 7.1 and a newer version of Apache. I am running Request > Tracker on the same box. I tried to follow the docs on setting this up, but > I have a glitch. Request Tracker is supposed to come up by entering > http://domainname/rt2, Mrtg stuff is supposed to be viewed by > http://domainname/mrtg. My normal web site is to come up by > http://domainname.com. I had the exact same problem with my Apache config, here is what i did to solve it: in the Virtual host section add the following directive: NameVirtualHost www.domainname.com and then add a virtual host for each of the main page, the mrtg and the rt2 > > At this point Request Tracker comes up with http://domainname and > http://domainname/rt2 and Mrtg images can be viewed at > http://domainname/mrtg, but html docs cannot be pulled up. At this point my > default web site does not come up regardless of what URL I enter. it apears to me that rt2 and mrtg are not really virtual hosts; they are more like directories of the main page, why not just use symlinks? -munir > > I would appreciate someone who can look at my httpd.conf, and help me > straighten this out. > > Raymond Norton