proba un: dpkg-reconfigure apache
eso te pregunta cosas, incluso sobre los modulos. Saludos Ram El mié, 21-12-2005 a las 10:49 -0300, fer escribió: > Ok, los pasos que me distes ya los habia hecho (hice los deberes, busque por > googles las posibles soluciones), pero te comento que en mi server, la linea > LoadModule busca el libphp4.so en etc/apache/libexec, y en realidad esta en > /usr/lib/apache/1.3/libph4.so, podra ser ese el error? habra elgun modulito > pinchado?, otra caso cuando arranca, no lo habia notado antes tira el > siguiente mensaje: > > > [warn] module mod_php4.c is already added, skipping > . > > y el server arranca solo q sin el interpret php (rayos) > > esto te dice algo? > > Un abrazo > > Fer > > > ----- Original Message ----- > From: "Arino Omar" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Wednesday, December 21, 2005 9:50 AM > Subject: RE: [LUG.ro] phpmyadmin > > > > 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre > de fer > > Enviado el: Miércoles, 21 de Diciembre de 2005 08:17 a.m. > > Para: [email protected] > > 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 > > > > > > _______________________________________________ > > Lugro mailing list > > [email protected] > > http://www.lugro.org.ar/mailman/listinfo/lugro > > > > _______________________________________________ > Lugro mailing list > [email protected] > http://www.lugro.org.ar/mailman/listinfo/lugro > -- Ramiro Caire - r.caire{en}coopvgg.com.ar Registered GNU/Linux User #293247 Asociación de Nuevas Tecnologías - http://www.ant.org.ar GNU/Linux User Group Rosario - http://www.lugro.org.ar Jabber: ramiro{en}lugro.org.ar _______________________________________________ Lugro mailing list [email protected] http://www.lugro.org.ar/mailman/listinfo/lugro
