php installation with static apache
Hello All,
I have been given a task in which I have to install php with apache as static. I have installed apache using the following command.
./configure --disable-so --prefix=/path/to/installation/folder
this gives me the output without mod_so with httpd -l command.
Can someone help me configure php with static apache and does static apache support php 5.
Regards,
Shane Caldeiro
|