[LUG.ro] phpmyadmin

Arino Omar lugro@lugro.org.ar
Wed, 21 Dec 2005 09:50:35 -0300


Probablemente tenes algún error en el archivo de configuración de APACHE.
No está encontrando el interprete PHP.
En la pagina del proyecto php tenes una explicación de cómo instalarlo, aca te paso los paso para Apache1.3 (creo que es la versión que tenes instalada), algo de esto te está faltando:

------------------

14. Edit your httpd.conf to load the PHP module.  The path on the right hand
    side of the LoadModule statement must point to the path of the PHP
    module on your system.  The make install from above may have already
    added this for you, but be sure to check.
        
    For PHP 4:
            
      LoadModule php4_module libexec/libphp4.so

    For PHP 5:
                      
      LoadModule php5_module libexec/libphp5.so
      
15. And in the AddModule section of httpd.conf, somewhere under the
    ClearModuleList, add this:
    
    For PHP 4:
    
      AddModule mod_php4.c
      
    For PHP 5:
    
      AddModule mod_php5.c

16. Tell Apache to parse certain extensions as PHP.  For example,
    let's have Apache parse the .php extension as PHP.  You could
    have any extension(s) parse as PHP by simply adding more, with
    each separated by a space.  We'll add .phtml to demonstrate.

      AddType application/x-httpd-php .php .phtml

    It's also common to setup the .phps extension to show highlighted PHP
    source, this can be done with:
    
      AddType application/x-httpd-php-source .phps

17. Use your normal procedure for starting the Apache server. (You must
    stop and restart the server, not just cause the server to reload by
    using a HUP or USR1 signal.)

-----------------------

Omar


-----Mensaje original-----
De: lugro-admin@lugro.org.ar [mailto:lugro-admin@lugro.org.ar] En nombre de fer
Enviado el: Miércoles, 21 de Diciembre de 2005 08:17 a.m.
Para: lugro@lugro.org.ar
Asunto: Re: [LUG.ro] phpmyadmin

Si esta instalado, es mas lo desinstale con apt-get remove, no tiro ningun
error, y lo volvi a instalar (como 6 o 7 veces creo) con apt-get install..,
y si yo tambien pienso que es el php que no esta funcionando, pero no tengo
ni idea de como hacerlo arrancar.

Un abrazo

Fer