Ultra quick install:
apache dir: (from README.configure)
./configure --prefix=/www \
--enable-modules=most \
--enable-shared=max
make
make install
php dir
./configure --with-apxs=/www/bin/apxs \
--with-other-options
make
make install
edit your httpd.conf file as needed for your server, then...
'apachectl start' should bring up the server.