netstat problem
I have to remove the domain "WASTE.COM" from the server. I have done the command:netstat -vat | grep server
and here is the result:
tcp 0 0 WASTE.COM:domain *:* LISTEN
tcp 0 20 WASTE.COM

tcp 0 0 WASTE.COM

For "WASTE.COM:domain", I searched the Apache http.conf and can't find the WASTE.COM word inside.
Can you tell me which files have to modify in order to clearly remove the 'WASTE.COM' from my server?
Thanks,
Kevin