ckevin
06-14-2001, 01:53 PM
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:ssh 1.2.3.4:* ESTABLISHED
tcp 0 0 WASTE.COM:ssh 1.2.3.4:* ESTABLISHED
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
netstat -vat | grep server
and here is the result:
tcp 0 0 WASTE.COM:domain *:* LISTEN
tcp 0 20 WASTE.COM:ssh 1.2.3.4:* ESTABLISHED
tcp 0 0 WASTE.COM:ssh 1.2.3.4:* ESTABLISHED
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
