Veamos que ahora tengo otro error con el apache.
Ya lo instale en mi distro, apache 2.2.4 y php 5.2, todo bien, pero cuando ingreso al localhost, me sale que no encuentra la página.
Al ejecutar el comando
apachectl restart me sale el siguiente mensaje...
Cita: httpd: apr_sockaddr_info_get() failed for slack-theghost
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
httpd not running, trying to start
cuando le doy
apachectl stop me sale
Cita: httpd: apr_sockaddr_info_get() failed for slack-theghost
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
httpd (no pid file) not running
y cuando le doy
apachectl start me sale
Cita: httpd: apr_sockaddr_info_get() failed for slack-theghost
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
tengo que modificar algo en el httpd.conf??? y que parte?
Saludos
The Ghost