<!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>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Is there any special location to add this info into 
httpd.conf, or can it be placed anywhere?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><VirtualHost your.ip.address><BR>DocumentRoot 
/path/to/rt2/WebRT/html<BR>ServerName your.rt.server.hostname<BR>PerlModule 
Apache::DBI<BR>PerlFreshRestart On<BR>PerlRequire 
/path/to/rt2/bin/webmux.pl<BR><Location /><BR> SetHandler perl-script<BR> 
PerlHandler RT::Mason<BR></Location><BR></VirtualHost><BR></DIV>
<DIV><FONT face=Arial size=2>Raymond</FONT></DIV></BODY></HTML>