| ||||
Como corrijo este error De verdad necesito ayuda con esto ya que ni siquiera puedo darle start a apache. cada vez que le doy start (después de haber configurado el httpd.conf y demás archivos de php tal como está en muchos manuales) me sale que: make_sock: could not bind to address 0.0.0.0:80, no listening sockets available.... unable to open logs. de verdad q puedo hacer ante esto?
__________________ Visita Viajés y Cosas Así |
| ||||
gracias por contestar appletalk. Mirá que no tengo linux. Tengo XP. lo que no tengoclaro es donde me puedo ir a arreglar ese problemita del puerto 80.
__________________ Visita Viajés y Cosas Así |
| |||
Eso no es una solucion, tiene que escuchar en el puerto 80 o sino va a tener que especificarlo cada vez que intente conectarse. Quizas instalo dos Apache, o ya lo tiene corriendo, o tiene un IIS =P HTTP/1.1 RFC:
Código:
http://www.faqs.org/rfcs/rfc2616 3.2.2 http URL The "http" scheme is used to locate network resources via the HTTP protocol. This section defines the scheme-specific syntax and semantics for http URLs. http_URL = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]] If the port is empty or not given, port 80 is assumed. The semantics are that the identified resource is located at the server listening for TCP connections on that port of that host, and the Request-URI for the resource is abs_path (section 5.1.2). The use of IP addresses in URLs SHOULD be avoided whenever possible (see RFC 1900 [24]). If the abs_path is not present in the URL, it MUST be given as "/" when used as a Request-URI for a resource (section 5.1.2). If a proxy receives a host name which is not a fully qualified domain name, it MAY add its domain to the host name it received. If a proxy receives a fully qualified domain name, the proxy MUST NOT change the host name. |
| ||||
Cita: IOk, vamos a suponer que es la 2da, que lo tengo corriendo. le doy http://localhost/ y no me sale nada.. a que se debe?
Iniciado por Appletalk Quizas instalo dos Apache, o ya lo tiene corriendo, o tiene un IIS =P
__________________ Visita Viajés y Cosas Así |
| ||||
Bueno, he tomado una desicion, a ver si desinstalo el apache y empezar desde 0 a ver como me irá esta vez. Como dato, es necesario desinstalar el php si desinstalo el apache debido a la configuracion ya hecha en el php.ini? como puedo desinstalar el iis en todo caso? gracias por su ayuda
__________________ Visita Viajés y Cosas Así |
| |||
Instalate esto: www.apachefriends.org/en/ Yo tengo experiencia con Apache en Unix y sin embargo me resulta 20 veces mas comodo bajarme ese paquete. |