Hello Linux/apache experts:

I hope someone can point me in right direction to configure the http server on linux as follow:

Configure the Web server to see if it can use http to download ftp files. That way people getting a file from:

ftpCOLON SLASH SLASHftp.hostname/pub/liu/Inv-GPCE09.pdf

would use

httpCOLON SLASH SLASHftp.hostname/pub/liu/Inv-GPCE09.pdf

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).

Thank you in adavnce.. TQ