Is it possible to create a website using HTTP which list all of the contains of my NFS shared drive to the public ?
my goal is to provide file access through HTTP to all of my NFS shared drive that i dedicate for public access.
Thanks.
|
feedback
|
|
Sure, just make sure that mod_autoindex is enabled, and then in your Apache config, just make sure your NFS directory is within your apache DocumentRoot (or a proper alias created), and then allow Indexes for wherever you have your NFS path:
| |||||||||
feedback
|