From owner-freebsd-questions Tue Jul 11 0: 9:52 2000 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.nwlink.com (smtp.nwlink.com [209.20.130.57]) by hub.freebsd.org (Postfix) with ESMTP id D533337B8E6 for ; Tue, 11 Jul 2000 00:09:49 -0700 (PDT) (envelope-from jcwells@nwlink.com) Received: from utah (jcwells@utah.nwlink.com [209.20.130.41]) by smtp.nwlink.com (8.9.3/8.9.3) with SMTP id AAA25647; Tue, 11 Jul 2000 00:09:47 -0700 (PDT) Date: Tue, 11 Jul 2000 00:21:35 -0700 (PDT) From: "Jason C. Wells" X-Sender: jcwells@utah To: Praveen Cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <09784044E77FD311B7B8009027B0D5DDA7C0@COSERVE-BDC1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 10 Jul 2000, Praveen wrote: > The webserver on freebsd is down. > How to start it manually > > Thank you > Praveen Assuming you are using apache, run... # apachectl start or # httpdctl start or # httpsdctl start or # /usr/local/etc/rc.d/apache.sh or Whatever it happens to be on your box. These are just some idead to get you started. Thank you, Jason C. Wells To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message