[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ttloop: read: Broken pipe & "Network server down" on save changes
- Subject: Re: [cobalt-users] ttloop: read: Broken pipe & "Network server down" on save changes
- From: Gerald Waugh <gerald@xxxxxxxxx>
- Date: Thu Dec 27 17:27:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Thursday 27 December 2001 07:56 pm, you wrote:
> hen I press Save under the Service Settings screen it says "Network
> server down". Anyone ever seen this before?
>
Look in the log files and see what it says,
do ps ax | grep httpd
See if httpd is running, if it isn't do
/etc/rc.d/init.d/httpd start
do ps ax | grep httpd see if it si running.
Then check the log files to see if it started without errors
Gerald