Posted by Jerry Stuckle on 05/11/07 11:37
Prince of Code wrote:
> Hey all,
>
> I would like to build php within apache itself so that it makes my
> sysadmin life easy. Is there a way to acomplish that ? I would like to
> do it for windows and for linux.
>
> Thx
> ~Prince~
>
Yes, you can do it. But you'll have to recompile Apache yourself,
telling it to include PHP. And any time you update either Apache or PHP
you'll have to recompile Apache. And you'll still need your php.ini
file, etc.
Unless you have a very good reason for needing them together, I would
think this would be harder than adding a single "LoadModule" statement
to your Apache config.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|