I have a dedicated server that runs Apache, MySQL and other programs in it which are neccesary to serve Django application.
Now I want to setup SVN, a development server, bugzilla (issue tracking) systems to the same machine and I have already installed them.
I can reach the bugzilla by http://IP_ADD:8080 and I think I can serve other system from different ports.
However, I would like to ask for a predetermined username and password while anyone try to reach these ports on my machine.
How can I do such security or what is the best way to do such things in dedicated server ?
Thanks