[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Newer Apache for cobalt Raq2 (was Raq3)
- Subject: Re: [cobalt-users] Newer Apache for cobalt Raq2 (was Raq3)
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Tue Apr 24 12:21:34 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Elmer Fuddpucker" <elmer@xxxxxxxxxxxxxx> wrote
> On Mon, 23 Apr 2001, Jay Summers wrote:
>
> } running? Is there a scoreboard file or something that I have to clear out
> } before the new binary takes over? Or, is there something different to do at
> } compile time with the new Apache 1.3.19 release?
>
> Apache runs as a daemon. That means it's running even if it is not
> being used. Did you kill the original Apache? If not, that's what
> you need to do before starting the new one.
>
> I don't have an RAQ2 laying around but I believe the following might
> work /etc/rc.d/init.d/http stop
>
Close, try /etc/rc.d/init.d/httpd.init stop
You could also try /etc/rc.d/init.d/httpd.init status
to see what the status is.
Gerald