Hello!I have a server (SuSE 9.1) with Apache 2 installed, compiled as threaded MPM. I've tried to install PHP as module, but it seems very hard to install PHP as module while Apache is threaded MPM. PHP INSTALL file suggests to install PHP as CGI but I don't know how to do it. Can you tell me a way?
This is how I compiled my PHP:./configure --with-apxs2=/usr/sbin/apxs2 --with-mysql --with-config-file-path=/etc/apache2 --prefix=/usr/local --enable-maintainer-zts
Thanks in advance. Luigi