How should we install Apache and PHP from practical point of view?
Should we:
1. Statically embed the PHP binary into the Apache binary, which has faster performance.
or
2. Installing Apache and PHP Using Apache's DSO Module
And also for the second scenario how often do we need recompile apache or add a module for development, practiacally speaking?
Thanks in advance.
Should we:
1. Statically embed the PHP binary into the Apache binary, which has faster performance.
or
2. Installing Apache and PHP Using Apache's DSO Module
And also for the second scenario how often do we need recompile apache or add a module for development, practiacally speaking?
Thanks in advance.