<div class="smallfont"><strong>http access to ftp-able files</strong> </div>
<hr size="1">

<div>Hello Linux/apache experts on RT: <br><br>I hope someone can point me in right direction to configure the <a class="kLink" id="KonaLink1" onmouseover="adlinkMouseOver(event,this,1);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,1);" onmouseout="adlinkMouseOut(event,this,1);" href="http://www.linuxforums.org/forum/#" target="_top"><font style="FONT-WEIGHT: 400; FONT-SIZE: 12px; COLOR: blue! important; FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif; POSITION: static" color="blue"><span class="kLink" style="FONT-WEIGHT: 400; FONT-SIZE: 12px; COLOR: blue! important; BORDER-BOTTOM: blue 1px solid; FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif; POSITION: relative; BACKGROUND-COLOR: transparent">http </span><span class="kLink" style="FONT-WEIGHT: 400; FONT-SIZE: 12px; COLOR: blue! important; BORDER-BOTTOM: blue 1px solid; FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif; POSITION: relative; BACKGROUND-COLOR: transparent">server</span></font><span class="preLoadWrap" id="preLoadWrap1" style="POSITION: relative"><font color="#003d7d"> </font>
<div id="preLoadLayer1" style="DISPLAY: none; Z-INDEX: 4000; LEFT: -18px; POSITION: absolute; TOP: -22px"><font color="#003d7d"><img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="22" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" width="22"></font></div>
</span></a>on linux as follow:<br><br>Configure the <a class="kLink" id="KonaLink2" onmouseover="adlinkMouseOver(event,this,2);" style="POSITION: static; TEXT-DECORATION: underline! important" onclick="adlinkMouseClick(event,this,2);" onmouseout="adlinkMouseOut(event,this,2);" href="http://www.linuxforums.org/forum/#" target="_top"><font style="FONT-WEIGHT: 400; FONT-SIZE: 12px; COLOR: blue! important; FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif; POSITION: static" color="blue"><span class="kLink" style="FONT-WEIGHT: 400; FONT-SIZE: 12px; COLOR: blue! important; BORDER-BOTTOM: blue 1px solid; FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif; POSITION: relative; BACKGROUND-COLOR: transparent">Web </span><span class="kLink" style="FONT-WEIGHT: 400; FONT-SIZE: 12px; COLOR: blue! important; BORDER-BOTTOM: blue 1px solid; FONT-FAMILY: Verdana,Helvetica, Arial, sans-serif; POSITION: relative; BACKGROUND-COLOR: transparent">server</span></font><span class="preLoadWrap" id="preLoadWrap2" style="POSITION: relative"> 
<div id="preLoadLayer2" style="DISPLAY: none; Z-INDEX: 4000; LEFT: -18px; POSITION: absolute; TOP: -22px"><img style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height="22" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" width="22"></div>
</span></a>to see if it can use http to download ftp files. That way people getting a file from:<br><br>ft<a href="ftp://ftp.hostname/pub/liu/Inv-GPCE09.pdf">p://ftp.hostname/pub/liu/Inv-GPCE09.pdf</a><br><br>would use<br>
<br><a href="http://ftp.hostname/pub/liu/Inv-GPCE09.pdf">http://ftp.hostname/pub/liu/Inv-GPCE09.pdf</a><br><br>to download it. The actual files are in /var/ftp. Configure the Directory directive to only allow file reading and directory listing (no CGIs or symlinks).<br>
<br>Thank you in adavnce.. TQ</div>