installing PHP to work w/ Apache
ok i have installed apache now i need to install php to use apache. any help would be great. i guess what i need would be the correct ./configure options i should run.
if it helps below i will include my apache configure options. I can recompile if needed.
./configure --prefix=/usr --sbindir=/usr/sbin --libexecdir=/usr/lib/apache \
--sysconfdir=/etc/apache --includedir=/usr/include/apache \
--datadir=/var/www --localstatedir=/var/www
--logfiledir=/var/log/apache --runtimedir=/var/run \
--enable-module=all --enable-shared=max \
--disable-module=auth_db --disable-module=auth_dbm \
--server-uid=apache --server-gid=apache
thanks,
crippler909