Deberías tener una línea como esta también <IfDefine HAVE_PHP> LoadModule php_module modules/mod_php.so </IfDefine> <IfDefine HAVE_PHP3> LoadModule php3_module modules/libphp3.so </IfDefine> <IfDefine HAVE_PHP4> LoadModule php4_module modules/libphp4.so </IfDefine>
Saludos Jaime -----Mensaje original----- De: Hugo Arturo Figueroa Rodríguez [mailto:[EMAIL PROTECTED] Enviado el: Jueves, 25 de Marzo de 2004 14:01 Para: Discusion de Linux en Castellano Asunto: Re: servidor apache no lee .php editaste php.ini? On Wed, 2004-03-24 at 11:21, Juan andres Ramirez wrote: > Hola lista: > Instale apache-1.3.29, php4-4.3.4, mysql-4.0.18, todo de apt de debian. > Edite el /etc/apache/httpd.conf: > # And for PHP 4.x, use: > # > AddType application/x-httpd-php .php .php3 .php4 .phtml .inc .pinc > AddType application/x-httpd-php-source .phps > <IfModule mod_dir.c> > DirectoryIndex index.php index.html index.htm index.shtml index.cgi > </IfModule> > Descomente como veran estas lineas, reinicio apache, pero aun asi no me > reconoce el php, el explorer me tira el siguiente mensaje: > No es posible ver este tipo de archivo directamente en el navegador: > application/x-httpd-php > Sugerencias???, gracias!!!

