Does going from a static installation to a module installation via Apache require apache to be re-built.
1st installation:
php -> ./configure --with-apache=...
make && make install
apache -> ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
make && make install
Needed:
php -> ./configure --with-apxs=...
make && make install
If anyone knows whether there is anyway of refraining from re-building apache I would be very grateful.
Thanks in advance.
Maz