I want to compile linux 7.2 to run PHP fast.
It seems like I do my php make first with --with-apache and then build apache using the lib that was created from the php build
or...
I can use --with-apxs2=/usr...
to make PHP as a module that get loaded via the apache .conf file...
is that right?
and if there anything special I have to do when building apache to get it regognize and include the lib that was build in by php ???
thanks