[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: [cobalt-users] How many "httpd" processes?
- Subject: [cobalt-users] RE: [cobalt-users] How many "httpd" processes?
- From: Volker Kindermann <listen@xxxxxxxx>
- Date: Wed Apr 5 08:20:11 2000
Hi Chad,
> There is no WebAdverts but what about the process "named"? What is that?
that's the DNS-Server. If you are running a nameserver, you need this
process. If you are not running your own nameserver you should stop this
with:
/etc/rc.d/init.d/named stop
and prevent it from being startet again:
mv /etc/rc.d/rc3.d/S??named /etc/rc.d/rc3.d/K??named
?? stands for a number, look at your system which number this is (often 55
on RaQ Servers).
-volker