Antti Linno wrote:
> Hallo.
> As I was having problems with mod_perl as module and mysql+dbi, I was
> told to install mod_perl statically to apache and php as a module. I
> looked at install instructions and found static install or module install.
> But with static install how and when do I install PHP as a module.
> Any instructions, examples would help.
> Thanking in advance,
> Antti
Hi,
When you use configure for your httpd and share core and php module
As example my command to add include module
./configure \
--prefix=/usr/local/httpd_keyfactor \
--enable-module=so --enable-module=include \
--enable-module=ssl --activate-module=src/modules/perl/libperl.a \
--enable-module=perl --datadir=/home/httpd_keyfactor
Hope it's help you...