I know how to configure Web Server in Linux/Windows but now the problem is with hosting files. The files I need to host is around 200 MB each and there are around 1000 files. In this scenario, can anyone suggest me how to setup a website that enable download for these files for user?
My problem is : 1. Can the file put it in external harddisk via USB connection? Will it make access slow, because I am intending for possibility of hot swap. 2. Is one web server enough? Do I need to have multiple web server? What about File server, I dont really understand the concept of File Server and the different with hosting it in Web server? 3. Architecture problem, my intention is to have 8 usb port in the same web server (by buying more USB Card), each port is attaching to an external harddisk, and there is one web server that read from these external harddisk. Is it possible? How to design the hardware architecture for this?