Marzo 13th, 2010
Desde hace un tiempo estoy viendo en el log de apache unas entradas que no entiendo. Son de este tipo:
XXX.XXX.XXX.XXX – – [13/Mar/2010:14:22:21 +0100] “GET /http://www.gothic-jewellery.co.uk/articles/http://www.gothic-jewellery.co.uk/fring-v3-voip-in-your-mobil/http://www.gothic-jewellery.co.uk/ HTTP/1.1″ 302 511 “-” “-”
XXX.XXX.XXX.XXX – – [13/Mar/2010:14:49:56 +0100] “GET /thewill2diet.infoarticles/thewill2diet.infofring-v3-voip-in-your-mobil/thewill2diet.info HTTP/1.1″ 302 511 “-” “-”
XXX.XXX.XXX.XXX – – [13/Mar/2010:15:31:26 +0100] “GET /ebookfile.infoarticles/ebookfile.infofring-v3-voip-in-your-mobil/ebookfile.info HTTP/1.1″ 302 511 “-” “-”
XXX.XXX.XXX.XXX – – [...]
Filed under: apache, internet, linux, logs, operating systems | No Comments
Mayo 26th, 2009
Los Etags son un mecanismo para que los servidores webs y los navegadores determinen si la copia del compomente que reside en la cache del navegador coincide con la original en el servidor ( con componentes nos referimos a componentes de una página web: imágenes, scripts, hojas de estilo, etc.) Los Etags fueron añadidos como [...]
Filed under: apache, etags | No Comments
Septiembre 15th, 2008
Este es un ejemplo de cómo configurar el formato de los logs de apache ( definidos en la directiva LogFormat ). Proporciona mucha información extra e incluso en servidores con un gran volumen de tráfico sólo añade un poco de overhead, pero para la información que proporciona, merece la pena.
%V The server name according to [...]
Filed under: Uncategorized, apache, configuration | No Comments
Agosto 3rd, 2006
http://httpd.apache.org/docs/2.0/vhosts/examples.html
Several configuration examples about how to create virtual hosts:
name based host on one ip, one several ips, running different sites in different ports, ip based virtual hosts,…
Filed under: apache, configuration, linux, server, web | No Comments