<!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.2715.400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all</FONT></DIV>
<DIV><FONT face=Arial size=2>I just installed and my test list is working 
fine.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I just cannot seem to get my web interface to 
work.I searched the archives and found what I thought to be theanswer to 
my&nbsp;problem.</FONT></DIV>
<DIV><FONT face=Arial size=2><A 
href="http://mail.python.org/pipermail/mailman-users/2002-January/017179.html">http://mail.python.org/pipermail/mailman-users/2002-January/017179.html</A></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>But to no avail</FONT></DIV>
<DIV><FONT face=Arial size=2>If I go to the test url all I get is the apache 
test page what is the right document root to specify and more importantly what 
must be in it ??</FONT></DIV>
<DIV><FONT face=Arial size=2>I use the default install of red-hat 
7.2</FONT></DIV>
<DIV><FONT face=Arial size=2>Something here is eluding me and it is positively 
driving me nuts :-)</FONT></DIV>
<DIV><FONT face=Arial size=2>Anything even just a kick to the right readme will 
be appreciated</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Tnx</FONT></DIV>
<DIV><FONT face=Arial size=2>Mozzi</FONT></DIV>
<DIV><FONT face=Arial 
size=2>-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;the important bits are</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR># DocumentRoot: The directory out of which you will serve your<BR># 
documents. By default, all requests are taken from this directory, but<BR># 
symbolic links and aliases may be used to point to other 
locations.<BR>#<BR>DocumentRoot "/var/www/html"&nbsp;&nbsp;&nbsp; <BR></DIV>
<DIV>#<BR>&nbsp;&nbsp;&nbsp; # ScriptAlias: This controls which directories 
contain server scripts.<BR>&nbsp;&nbsp;&nbsp; # ScriptAliases are essentially 
the same as Aliases, except that<BR>&nbsp;&nbsp;&nbsp; # documents in the 
realname directory are treated as applications and<BR>&nbsp;&nbsp;&nbsp; # run 
by the server when requested rather than as documents sent to the 
client.<BR>&nbsp;&nbsp;&nbsp; # The same rules about trailing "/" apply to 
ScriptAlias directives as to<BR>&nbsp;&nbsp;&nbsp; # 
Alias.<BR>&nbsp;&nbsp;&nbsp; #<BR>&nbsp;&nbsp;&nbsp; ScriptAlias /cgi-bin/&nbsp; 
"/home/mailman/cgi-bin/"</DIV>
<DIV>&nbsp;</DIV>
<DIV>#<BR>&nbsp;&nbsp;&nbsp; # "/var/www/cgi-bin" should be changed to whatever 
your ScriptAliased<BR>&nbsp;&nbsp;&nbsp; # CGI directory exists, if you have 
that configured.<BR>&nbsp;&nbsp;&nbsp; #<BR>&nbsp;&nbsp;&nbsp; &lt;Directory 
"/home/mailman/cgi-bin"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AllowOverride None<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Options 
None<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Order 
allow,deny<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Allow from 
all<BR>&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; #<BR>&nbsp;&nbsp;&nbsp; # Note that if you include a 
trailing / on fakename then the server will<BR>&nbsp;&nbsp;&nbsp; # require it 
to be present in the URL.&nbsp; So "/icons" isn't aliased in 
this<BR>&nbsp;&nbsp;&nbsp; # example, only "/icons/".&nbsp; If the fakename is 
slash-terminated, then the<BR>&nbsp;&nbsp;&nbsp; # realname must also be slash 
terminated, and if the fakename omits the<BR>&nbsp;&nbsp;&nbsp; # trailing 
slash, the realname must also omit it.<BR>&nbsp;&nbsp;&nbsp; 
#<BR>&nbsp;&nbsp;&nbsp; Alias /icons/ 
"/home/mailman/icons/"<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp; &lt;Directory 
"/home/mailman/cgi-bin/"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Options ExecCGI<BR>&nbsp;&nbsp;&nbsp; &lt;/Directory&gt;<BR>&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp; &lt;Directory 
"/home/mailman/archives/public/"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
Options FollowSymLinks<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
AllowOverride None<BR>&nbsp;&nbsp; &lt;/Directory&gt;</DIV></FONT></BODY></HTML>