<!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.1106" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Simon,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I would suggest that you use the Alias directive in 
httpd.conf</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>For example, if you want the /science/ section to 
be administered by the user "fred", then you could add the following line to the 
httpd.conf</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Alias /science/ 
/home/fred/science-www/</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Or whatever directory you want to contain the 
website for that section of the site. So you might have part of your httpd.conf 
that looks like:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Alias /science/ 
/home/fred/science-www/</FONT></DIV>
<DIV><FONT face=Arial size=2>Alias /maths/ /home/mary/maths-www/</FONT></DIV>
<DIV><FONT face=Arial size=2>Alias /english/ /home/bob/english-www/</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>(You could also put that in a file called, say, 
faculty.conf, and then include faculty.conf in your httpd.conf)</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>There are other ways -&nbsp;you could use 
mod_rewrite as well - but I think this is the easiest way...</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>Gary</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>----- Original Message ----- </FONT>
<DIV><FONT face=Arial size=2>From: "Simon Bryan" &lt;</FONT><A 
href="mailto:simon.bryan@olmc.nsw.edu.au"><FONT face=Arial 
size=2>simon.bryan@olmc.nsw.edu.au</FONT></A><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>To: &lt;</FONT><A 
href="mailto:lias@lists.linux.org.au"><FONT face=Arial 
size=2>lias@lists.linux.org.au</FONT></A><FONT face=Arial 
size=2>&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2>Sent: Friday, April 02, 2004 1:55 PM</FONT></DIV>
<DIV><FONT face=Arial size=2>Subject: [Lias] FTP Access</FONT></DIV></DIV>
<DIV><FONT face=Arial><BR><FONT size=2></FONT></FONT></DIV><FONT face=Arial 
size=2>&gt; Hi all,<BR>&gt; I want to be able to give various staff members the 
ability to maintain<BR>&gt; sections of our website - to do this they will need 
to be able to ftp the<BR>&gt; files from Dreamweaver. I don't want to give them 
access to the entire<BR>&gt; htdocs folder, just subfolders&nbsp; eg PE Teacher 
can access folder PE etc. In<BR>&gt; addition I only want them to get this 
access from the local LAN not over<BR>&gt; the internet.<BR>&gt; <BR>&gt; Is 
there an FTP server that will allow me to set this up in the config 
files?<BR>&gt; <BR>&gt; All I have found so far is that ftpuser lists those that 
can't login.<BR>&gt; <BR>&gt; One thought I had is that they ftp to their own 
home directories and I put<BR>&gt; a softlink between there and the real web 
directory.<BR>&gt; <BR>&gt; Any more clues for the clueless?<BR>&gt; <BR>&gt; 
<BR>&gt; -- <BR>&gt; Simon Bryan<BR>&gt; IT Manager<BR>&gt; OLMC 
Parramatta<BR>&gt; _______________________________________________<BR>&gt; lias 
mailing list<BR>&gt; </FONT><A href="mailto:lias@lists.linux.org.au"><FONT 
face=Arial size=2>lias@lists.linux.org.au</FONT></A><BR><FONT face=Arial 
size=2>&gt; </FONT><A href="http://lists.linux.org.au/listinfo/lias"><FONT 
face=Arial size=2>http://lists.linux.org.au/listinfo/lias</FONT></A><BR><FONT 
face=Arial size=2>&gt; </FONT></BODY></HTML>