Ray Bowles wrote:
>
> I just setup apache 1.3.11 with php and mysql support. I'm just a
> little stumped on how to get it to start at run time.
You mean at boot time?
Depending on how you built/installed it, there should be a
file called "apachectl" somewhere in the tree. "apachectl start"
starts the server, "apachectl stop" shuts it down, and
"apachectl graceful" tells it to reload the config file.
To add it to the boot-time startup, try something like this (Red Hat-
specific):
# ln -s /usr/local/apache/bin/apachectl /etc/rc.d/rc3.d/S81apache
or wherever it is.
> Apache's website was non help either.
What do you expect? It runs on over 100 different platforms;
we can't document platform-specific details. And redistributors
like Red Hat play games with the tree layout from release to
release, so it would be instantly out of date if we could. :-(
--
#ken P-)}
Ken Coar <http://Golux.Com/coar/>
Apache Software Foundation <http://www.apache.org/>
"Apache Server for Dummies" <http://Apache-Server.Com/>
Come to the first official Apache Software Foundation
Conference! <http://ApacheCon.Com/>
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************