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
 sh 1.2.3.4:* ESTABLISHED
sh 1.2.3.4:* ESTABLISHEDtcp 0 0 WASTE.COM
 sh 1.2.3.4:* ESTABLISHED
sh 1.2.3.4:* ESTABLISHEDFor "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

