If you get this message
httpd: [warn] module php5_module is already loaded, skipping
when you restart Apache this means that you call
LoadModule php5_module /usr/lib/apache/libphp5.so
two times or may you call it in the main conf file:
/etc/httpd/conf/httpd.conf
and in:
/etc/httpd/conf/extra/httpd-phpmodules.conf
So you should remove one of them.