You want files accessible through a web server ?
You need to install Apache, point the root of the apache server to the folder you want to share by editing the httpd.conf file (or apache.conf)
However, you should put some kind of password protection in place. You can easily do this using .htaccess and .htpassword files for simple authentication.