asked on
ASKER
ASKER
ASKER
Linux is a UNIX-like open source operating system with hundreds of distinct distributions, including: Fedora, openSUSE, Ubuntu, Debian, Slackware, Gentoo, CentOS, and Arch Linux. Linux is generally associated with web and database servers, but has become popular in many niche industries and applications.
TRUSTED BY
For your situation:
ln -s /usr/local/apache2/bin/apa
Then edit apachectl and add this to the top
# chkconfig: - 85 15
# description: Apache is a World Wide Web server. It is used to serve HTML files and CGI.
This makes the script redhat compatible.
then "chkconfig httpd on" to make it start on boot (and shut down automatically too).