|
PHP
Apache Home:
How to get Apache 2.xx to run as a service under Redhat 8.0. First, you have to get apache source. Go to www.apache.org and download it from a mirror near you, then follow the instructions. I have some simple compilation instructions here.
So, you have apache installed and can run it. But it won't auto-start on boot like you want it to,
because you compiled it and and didn't get it setup like it would have if you installed it from rpm.
The even more better way is to use chkconfig. Checkout the chkconfig man page for details. [root@www root]# chkconfig --help chkconfig version 1.3.8 - Copyright (C) 1997-2000 Red Hat, Inc. This may be freely redistributed under the terms of the GNU Public License. usage: chkconfig --list [name] chkconfig --add Under debian, you use update-rc.d.
|
||||||||||||||||
Compile apache Compile php module Index Ip aliasing Mysql from rpm <Run apache service> Virtual hosts crawl this
|
|||||||||||||||||