Hola, instale el slackware 9 y el apache 1.3.27 funcionaba perfecto entonces me decidi a instalar php y lo hice de la siguiente manera, baje el ultimo php de php.net y puse esta secuencia:
#./configure --with-apxs=/usr/sbin/apxs --with-zlib
# make
# make install
Tardo bastante y al parecer no hubo problemas despues configure el httpd.conf asi:
LoadModule php4_module modules/libphp4.so
AddModule mod_php4.c
# For example, the PHP3 module (not part of the Apache distribution)
# will typically use:
#AddType application/x-httpd-php3 .php3 .phtml .php
AddType application/x-httpd-php4 .php4 .phtml .php .php3
AddType application/x-httpd-php4-source .phps
# The following is for PHP/FI (PHP2):
#AddType application/x-httpd-php .phtml
hice un documento .php de informacion y quiere descargarlo, puse un archivo php de mi web y funciono, pero el info se me descargaba toque algo y me salio todo .php en modo texto lo deje tal poco estaba y despues de eso cualquier fichero .php intenta descargarmelo como si no reconociera esa extencion.
Haber si alguien me puede ayudar, he intentado ya de todo
Un Saludo, espero sus respuestas