RE: [PHP-DB] Apache not compiling php

2001-03-01 Thread Javier Morquecho Morquecho
original- De: Mike Hammonds [mailto:[EMAIL PROTECTED]] Enviado el: Jueves 1 de Marzo de 2001 12:04 PM Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] Asunto: [PHP-DB] Apache not compiling php ** Reply Requested When Convenient ** I have Apache 1.3.14 (DSO) & php-3.0.18 installed on RH6.

RE: [PHP-DB] Apache not compiling php

2001-03-01 Thread Andy Flisher
> I had put the proper lines in httpd.conf, and in php.ini > AddType application/x-httpd-php .php > AddType application/x-httpd-php-source .phps > all my php3 files are working but the browsers give the plain > text php code. Ok, 1st guess time here, you compiled with apxs so an apache module,

[PHP-DB] Apache not compiling php

2001-03-01 Thread Mike Hammonds
** Reply Requested When Convenient ** I have Apache 1.3.14 (DSO) & php-3.0.18 installed on RH6.2 I installed php-4.0.4pl1 like this ./configure \ --with-apxs=/usr/sbin/apxs \ --with-config-file-path=/etc/http/conf \ --enable-versioning \