Tema: PHP y apache
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 22/03/2012, 17:26
Avatar de calakra
calakra
 
Fecha de Ingreso: septiembre-2009
Mensajes: 182
Antigüedad: 15 años, 2 meses
Puntos: 0
Información PHP y apache

Hola a Pues soy algo nuevo en esto de php y apache.

Aqui les va mi problema, lo que pasa es que he instalado apache y php en unas carpetas c:\server\apache y c:\Server\php5 respectivamente me comentan que para que pueda leer php el servidr apache debo agregar las siguientes lineas

LoadModule php5_module "c:/php/php5apache2_2.dll"
<IfModule php5_module>
AddType application/x-httpd-php .php
PHPIniDir c:/php/
DirectoryIndex index.php index.html
</IfModule>


en mi caso puse lo siguiente (por las carpetas)

LoadModule php5_module "c:/server/php5/php5apache2_2.dll"
<IfModule php5_module>
AddType application/x-httpd-php .php
PHPIniDir c:/php
DirectoryIndex index.php index.html
</IfModule>

Y ya, solo tengo que hacer el archivo info.php.

La primera vez que lo hice no hubo problema y si me lo leyo, pero cuadno regrese el servidor estaba muerto y ya no quiere "prender" me sale un mensaje "the requested operaqtion has failed"

ve voy al archivo error de apache y sale el siguiente mensaje

httpd.exe: Could not reliably determine the server's fully qualified domain name, using 172.20.9.45 for ServerName
[Thu Mar 22 17:28:53 2012] [warn] pid file C:/Server/Apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?

Estoy usando apache 2.2
php 5
windows 7

Que creen que sea, llevo mas de 3 horas tratando de solucionar y nada de nada!!!

Espero me puedan ayudar

Última edición por calakra; 22/03/2012 a las 17:33 Razón: mas informacion