While debugging an issue on one of my apache
webservers with lsof, I noticed the following:

httpd     16679     http   23u  IPv4 0x30008c5fa88    
   0t0      UDP *:41034 (Idle)
httpd     16679     http   27u  IPv4 0x30008bf4d20    
   0t0      UDP *:* (Unbound)
httpd     16679     http   28u  IPv4 0x30009526088    
   0t0      UDP *:* (Unbound)
httpd     16679     http   29u  IPv4 0x300084f32e8    
   0t0      UDP *:* (Unbound)
httpd     16679     http   30u  IPv4 0x30009590e68    
   0t0      UDP *:* (Unbound)
httpd     16679     http   31u  IPv4 0x300094087f0    
   0t0      UDP *:* (Unbound)
httpd     16679     http   32u  IPv4 0x30008edf0d0    
   0t0      UDP *:* (Unbound)

What does this mean? Is Apache listening for UDP
requests? If so, why?

   Richard

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to