LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   host 8009 ajp13? (https://www.linuxquestions.org/questions/linux-security-4/host-8009-ajp13-748501/)

loba09 08-18-2009 02:12 PM

host 8009 ajp13?
 
hi..
use
i try to scan(nmap) my computer but i see...

PORT STATE SERVICE VERSION
902/tcp open ssl/vmware-auth VMware Authentication Daemon 1.10 (Uses VNC, SOAP)
8009/tcp open ajp13?
8222/tcp open http VMware Server http config 2
8333/tcp open ssl/unknown
Device type: general purpose
Running: Linux 2.6.X
OS details: Linux 2.6.17 - 2.6.20
Network Distance: 0 hops

what means ajp13...but i search in google that a host for tomcat2...i not install tomcat in mycomputer??
and how i close it....??or filtering??..

please help thanks...

bathory 08-18-2009 05:46 PM

ajp13 is used by apache and mod_jk in order to serve jsp pages via tomcat. Without tomcat it shouldn't listen on the default port 8009
You can take a look at the apache config and comment out anything regarding modjk, or you can run
Code:

netstat -tanpl|grep 8009
to find the PID and the program associated with it and stop it.

Regards

loba09 10-25-2009 12:05 PM

Quote:

Originally Posted by bathory (Post 3648642)
ajp13 is used by apache and mod_jk in order to serve jsp pages via tomcat. Without tomcat it shouldn't listen on the default port 8009
You can take a look at the apache config and comment out anything regarding modjk, or you can run
Code:

netstat -tanpl|grep 8009
to find the PID and the program associated with it and stop it.

Regards

ok i get it..thanks bro


All times are GMT -5. The time now is 03:03 PM.