Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
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.