Re: How start apache?


Subject: Re: How start apache?
From: nathan r. hruby (nhruby@arches.uga.edu)
Date: Thu Feb 07 2002 - 09:39:34 MST


On Thu, 7 Feb 2002, mafrota wrote:

> Hello guys
>
> I am a newbie YDL user.
> I made a full installation on my iMac.
> So Apache Mysql and PHP were installed...I hope :)
> I wanna know how I start apache http server?
> Is it automatically?
> I type on the browser "localhost" and I received "Could not connect to host
> localhost"
> I think apache is not started.
> Wait for help
>

Do the following:
su -
<type in your root password when prompted>
service httpd start
chkconfig httpd on
exit

The "service" command will start apache for you
the "chkconfig" command will make sure that apache is started at every
boot

If you need to start MySQL, you can do the same, just replace "httpd" with
"mysqld"

-n

-- 
......
nathan hruby - nhruby@arches.uga.edu
computer support specialist
department of drama and theatre
http://www.drama.uga.edu/
......



This archive was generated by hypermail 2a24 : Thu Feb 07 2002 - 09:55:53 MST