i've tryed to emerge apache and mod_php like this, and it didn't work..
# emerge net-www/apache dev-php/mod_php
emerge gived me an error about the pdflib. i've done the following steps to make this work.
1, "emerge" pdflib-4.0.3 instead of pdflib-4.0.1-r3. this lib was giving
me some wierdo ./configure error with pdflib, so i tried to "emerge" the
newest pdflib package.
# ebuild /usr/portage/media-libs/pdflib/pdflib-4.0.3.ebuild merge
2, let's emerge all the three packages at one and we are ready to go !
# emerge apache mysql mod_php
3, we need to update the old /etc/apache/conf/apache.conf file
with the needed directives for apache.
# ebuild /var/db/pkg/dev-php/mod_php-4.2.3/mod_php-4.2.3.ebuild config"
4, finally edit /etc/conf.d/apache and add "-D PHP4".
i hope this helps.
jbrazio

