<!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.2800.1141" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi all,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Another week another challenge...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have setup password protection on our apache 
server, using mod_auth_pam. It works!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have set it at the root "/" level which applies 
to all sub-directories.</FONT></DIV>
<DIV><FONT face=Arial size=2>I am trying to overwrite this so that a particular 
directory is not prompted for a password. It still asks for a password however 
after making the following changes to httpd.conf:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;Directory /&gt;<BR>&nbsp;&nbsp;&nbsp; Options 
FollowSymLinks<BR>&nbsp;&nbsp;&nbsp; AllowOverride 
AuthConfig<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthType 
Basic<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AuthName "St Vincent's 
College Intranet"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; require 
valid-user<BR>&lt;/Directory&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&lt;Directory 
"/usr/local/apache/htdocs/sport"&gt;<BR>&nbsp;&nbsp;&nbsp; Options 
FollowSymLinks<BR>&nbsp;&nbsp;&nbsp; AllowOverride None<BR>&nbsp;&nbsp;&nbsp; 
Order deny,allow<BR>&nbsp;&nbsp;&nbsp; Allow from 
all<BR>&lt;/Directory&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anyone see a problem with this. Your expertise 
is appreciated...</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Cheers,</FONT></DIV>
<DIV><FONT face=Arial size=2>Tom.</FONT></DIV></BODY></HTML>