<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2600.0" name=GENERATOR></HEAD>
<BODY style="FONT-FAMILY: Arial" text=#000000 bgColor=#ffffff>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Correction, the httpd.conf file should read like
this:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2><IfModule mod_proxy.c></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2> ProxyRequests On</FONT></DIV>
<DIV><FONT size=2> <Directory
proxy:*><BR> Order
deny,allow<BR> Deny from
all<BR> Allow from
All<BR> </Directory></FONT></DIV>
<DIV><FONT size=2> ProxyVia Off</FONT></DIV>
<DIV><FONT size=2> CacheRoot
"/usr/local/apache/proxy"<BR> CacheSize
25<BR> ProxyVia Off</FONT></DIV>
<DIV><FONT size=2> CacheRoot
"/usr/local/apache/proxy"<BR> CacheSize
25<BR> CacheGcInterval 4<BR> CacheMaxExpire
24<BR> CacheLastModifiedFactor 0.1<BR>
CacheDefaultExpire 1</FONT></DIV>
<DIV><FONT size=2> #NoCache *</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=2> ProxyPass /rt <A
href="http://192.168.10.7/rt2">http://192.168.10.7/rt2</A><BR>
ProxyPassReverse /rt <A
href="http://192.168.10.7/rt2">http://192.168.10.7/rt2</A></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></IfModule><BR></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>On our RT server I have apache's httpd.conf
file configured like this:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Alias /rt2 /rt2/WebRT/html/ <BR>PerlRequire /rt2/bin/webmux.pl
<BR><Location /rt2> <BR> SetHandler perl-script <BR>
PerlHandler RT::Mason <BR> Allow from All <BR></Location>
</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>My problem is whenever I try to access RT I get a 'page not
found error'. </FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>You can try it here: <A
href="http://www.andrewpea.com/rt">http://www.andrewpea.com/rt</A></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I checked the apache log and found the following:</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>[Tue Mar 5 15:46:25 2002] [error] [client 63.255.228.33]
File does not exist: /usr/local/apache/htdocs/rt2<BR></FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>The ProxyPass directive doesn't seem to be working. Does
anyone have any ideas about what I've done wrong here?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks again -</FONT></DIV>
<DIV><FONT size=2>Bruce</FONT></DIV></BODY></HTML>