I have installed the latest WAMP server from http://www.wampserver.com/ on a VPS Windows 2003 machine for development purposes between a team of programmers that are geographically distributed around the world. We have also installed the CollabNet SVN server that is working over HTTP.
I am concerned about security - even though this is not supposed to be a SVN repository or web site accessible to the general public but my distributed team needs to access the web server remotely via their web browsers.
Since installing WAMP I put a password on the MYSQL database that I believe shouldn't be accessible if I switch the WAMP to online mode. But I am worried I need to do more to secure the system. Obviously I need to password protect the main root of the web server, and my team will switch it offline when not in use but when it is in use what else should I do to protect it?
Due to the nature of the application we are writing we must run on Windows so no answers involving Linux please :)
Thanks in advance!