[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Chili - necessary on Cobalt?
- Subject: Re: [cobalt-users] Chili - necessary on Cobalt?
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon Apr 8 22:42:03 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Tue, 09 Apr 2002, Paul Warner wrote:
> I do not use ASP/Chili on any of the sites on my Raq. I have disabled the
> ASP administrative server via the GUI, but I still have 10 processes hanging
> about (these have even survived a reboot on the last pkg/upgrade). Is there
> an internal function for Chili for the Raq itself (like Postgres)? Is there
> a way to completely disable the ASP? It seems like a bad idea to run a
> service which you have no plans of using from a memory/process/security
> argument - am I wasting my time chasing these?
>
as root
run # ckhconfig --list | grep asp
if they are 'on' then run
chkconfig --level 345 asp-apache-3000 off
chkconfig --level 345 asp-admin-5100 off
This will keep them off when you reboot.
Then
run # /etc/rc.d/init.d/asp-admin-5100 stop
and # /etc/rc.d/init.d/asp-apache-3000 stop
this should turn off the running processes.
--
Gerald Waugh
http://www.frontstreetnetworks.com
Front Street Networks LLC - 203-785-0699
229 Front Street, Ste. #C, New Haven CT, 06513-3203