Dear tomcat team,

how can i avoid that ajp13 listens on the official server IP
 8009/tcp open  ajp13
It should for security reasons only listen on localhost.

I have apache-tomcat-6.0.16 with mod_jk1.2.21 and apache 2.2.4 on OpenSuse 10.3
Here is my configuration:

server.xml:
<Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />

workers.properties:
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13

Thanks,
Marcel

--
Marcel Ruff
http://www.xmlBlaster.org




---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to