Results 1 to 1 of 1
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 ...
- 10-13-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 1
http access to ftp-able files
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


Reply With Quote