introductioninstalling redhatunix commandsediting filesssh
sitemapapacheftptcp/ipmisc-notesresources
installing apache 1.3.XX on redhat 6.2 or 7.x
In a terminal window change users to the superuser account "root".  "$ su -" press enter and type the root account password.  The rest of this will be done in that terminal or any other that is logged in as root.

first - If you have apache installed from your redhat installation remove it.  To check if the Apache rpm is installed "# rpm -qa | grep apache".  To remove the rpm "# rpm -e apache".  If that errors and says there are some dependencies, remove them. "# rpm -e name goes here".

preparing apache for ssl ssi support
basic apache installation working with ssi's in html
post install tweaking rotating log files
perl support password protection
php support sample apache config file

In a terminal window change users to the superuser account "root".  "$ su -" press enter and type the root account password.  The rest of this will be done in that terminal or any other that is logged in as root.