As title says, i need to add a service httpd to get the php and apache2 talking to one another it seems (by line in httpd.conf: AddType application/x-httpd-php .php)
I uninstalled the default httpd that was in CentOS 6.2, then did source install for apache2.2.21 (latest), same source install for php5.3.9.
My guess is they are not talking to each other since service httpd is not being recognized at all atm.
How do I link my current apache2 to work as httpd service that does not exist?
/etc/init.d/httpdscript for you, hence the lack ofservice httpd command– Tim Jan 19 at 18:37