i have this apache-php server runing with some php and mysql apps..
I also have this application that uses java and one module is running through RMI, and its automatically started by the init.d using a shell script...
then it's visible through a port (which is configured on the module java config file):
http://severipaddress:2000
I would like to know if there's a way to tell apache that i need this port to be secured through htaccess so a user / password can be asked before enter the application in:
http://severipaddress:2000
Is that possible?