This is a step by step guide on installing apache with PHP, APC and MySQL. APC- Advance php cache. This tutorial will works for fedora/redhat/centos.
Install Apache httpd
[root@localhost ~]# yum -y install httpd
Start httpd service
[root@localhost ~]#
/etc/init.d/httpd
start
[ OK ]
[root@localhost ~]# ps -ef |
grep http
root 2011
1 0 11:46 ?
00:00:00 /usr/sbin/httpd
apache 2013 2011 0 11:46
? 00:00:00
/usr/sbin/httpd
apache 2014 2011 0 11:46 …