[PHP-INSTALL] How can I make work PHP like module not cgi?

2003-12-04 Thread Quique
Hi, we have a web server developed by us, how can we make work it with PHP like module not cgi? Saludos Quique

[PHP-INSTALL] Installing on Redhat

2003-12-04 Thread Mike Morton
Trying to do a compile/install on redhat: ./configure --with-mysql --with-apxs --with-mcrypt Using apache 1.3.29, php 4.3.4 The configure goes perfectly, and in the make: /bin/sh /root/WORK/php-4.3.4/libtool --silent --preserve-dup-deps --mode=compile gcc -I/usr/include/httpd -Isapi/apache/ -I

[PHP-INSTALL] Re: Installing on Redhat

2003-12-04 Thread Michael Mauch
Mike Morton wrote: > Trying to do a compile/install on redhat: > > ./configure --with-mysql --with-apxs --with-mcrypt > > Using apache 1.3.29, php 4.3.4 Are you sure that you really are using Apache 1.3.29, not 2.x? And that the "apxs" in your PATH doesn't belong to Apache 2? > /root/WORK/php-