> Eso no quiere decir que la página esté HECHA en php, eso sólo quiere
> decir que el apache de ese servidor, TIENE el mod_php HABILITADO.

Solo para ilustrar la diferencia: el wiki de RubyOnRails SI parece
a todas luces estar hecho en Ruby ¿porque?

a) No muestra los huevos (webos? jeje) de pascua..
b) Las respuestas del servidor son otras

[EMAIL PROTECTED]:~$ wget -S --spider
http://wiki.rubyonrails.org/rails/pages
--23:11:11--  http://wiki.rubyonrails.org/rails/pages
           => `pages'
Resolviendo wiki.rubyonrails.org... 70.84.143.109
Connecting to wiki.rubyonrails.org|70.84.143.109|:80... conectado.
Petición HTTP enviada, esperando respuesta...
  HTTP/1.1 200 OK
  Date: Sat, 11 Feb 2006 04:11:12 GMT
  Server: lighttpd/1.4.8
  Content-Type: text/html; charset=UTF-8
  ETag: "1911361526"
  Accept-Ranges: bytes
  Last-Modified: Sat, 11 Feb 2006 04:02:02 GMT
  Vary: Accept-Encoding
  X-Powered-By: The blood, sweat and tears of the fine, fine TextDrive
staff
  Served-By: TextDrive's Textpache
  Connection: close
Longitud: no especificado [text/html]
200 OK

En cambio:

~$ wget -S --spider http://www.rubyonrails.org/
--23:14:16--  http://www.rubyonrails.org/
           => `index.html.1'
Resolviendo www.rubyonrails.org... 70.84.143.109
Connecting to www.rubyonrails.org|70.84.143.109|:80... conectado.
Petición HTTP enviada, esperando respuesta...
  HTTP/1.1 200 OK
  Date: Sat, 11 Feb 2006 04:14:16 GMT
  Server: Apache
  X-Powered-By: PHP/5.0.3
  Vary: Accept-Encoding
  X-Powered-By: The blood, sweat and tears of the fine, fine TextDrive
staff
  Served-By: TextDrive's Textpache
  Keep-Alive: timeout=5, max=80
  Connection: Keep-Alive
  Content-Type: text/html; charset=UTF-8
Longitud: no especificado [text/html]
200 OK

Tambien parece que podria haber por ahi un setup de proxy frontal.

Saludos,

Antonio

_______________________________________________
Linux-plug mailing list
[email protected]
http://www.linux.org.pe/cgi-bin/mailman/listinfo/linux-plug

Responder a