getting dugg 7

Posted by jan Wed, 04 Apr 2007 06:20:00 GMT

digg.com is currently having lighttpd.net on the front-page It looks like del.icio.us got also “infected” and its users joined right away

The rails-based mephisto-blog which is driving this site is generating static content which is served by lighty. Thanks to darix work on clean-url and mod-magnet impact on the site is minimal.

The usual morning starts with a coffee, reading mails and checking the referer-logs. That’s long story … reading log-files. Scrolling log-files are looking like the Matrix and are very relaxing.

As I don’t run a log-file analyzer I use a simple grep to scan the last few lines of the referer log:

$ tail -100000 .../access.log |\
   grep -v 'light_button' | \
   awk -F ' ' '{ print $11 }' |\
   grep -v '\(kneschke\|incremental\|lighttpd\.net\|/#"$\)' |\
   sort |\
   uniq -c |\
   sort -r -n | less

Usually we have mininova or rubyonrails sending us most of the referers over the day, but this morning we get:

   1081 "http://digg.com/" 
    963 "http://www.digg.com/" 
    615 "http://digg.com/linux_unix/lighttpd_Fast_Secure_and_Flexible_Web_Server" 
     84 "http://digg.com/news" 
     78 "http://www.digg.com/linux_unix/lighttpd_Fast_Secure_and_Flexible_Web_Server" 
     58 "http://www.digg.com/view/technology" 
     45 "http://www.digg.com/news" 
     42 "http://del.icio.us/" 
     35 "http://digg.com/view/technology" 
     33 "http://digg.com/view/all" 
     30 "http://www.digg.com/view/all" 
     21 "http://doggdot.us/" 
     15 "http://news.netcraft.com/" 
     14 "http://digg.com/linux_unix" 
     12 "http://www.digg.com" 
      8 "http://www.planetmysql.org/?offset=60" 
      8 "http://www.digg.com/linux_unix" 
      8 "http://diggriver.com/" 
Trackbacks

Use the following link to trackback from your own site:
http://blog.lighttpd.net/articles/trackback/3598

  1. lighttpd 1.4.15 From hangy.de‽
    Mein Lieblingswebserver lighttpd, oder einfach kurz lighty, wurde vor ein paar Tagen in der Version 1.4.15 veröffentlicht, welches ein Bugfix-Release für die am selben Tag veröffentlichte Version 1.4.14 ist. Beim Eintrag zu lighty 1.4.14 ist au...
Comments

Leave a response

  1. elliott cable Wed, 04 Apr 2007 06:37:55 GMT
    I'm sure we all want to know how well the server held up! d-:
  2. sleets Wed, 04 Apr 2007 08:20:49 GMT
    Waiting for 1.5.0 release
  3. Perl-Uwe Wed, 04 Apr 2007 08:59:53 GMT
    This is great! Maybe some of the visitors become lighty users and help us beat Sun web server :-)
    Jan, any idea when 1.5 will be out?
  4. darix Wed, 04 Apr 2007 16:21:15 GMT
    when its done.
  5. Tim Fri, 06 Apr 2007 05:18:51 GMT
    Am I the only person who misses the design of the old site? http://web.archive.org/web/20060517005821/http://www.lighttpd.net/
  6. Corey Fri, 06 Apr 2007 22:28:27 GMT
    Nope Tim, I miss it too...I don't like this new site...feels too much like I'm always stuck on a blog.
  7. Josh Thu, 12 Apr 2007 12:32:02 GMT
    Same here, hard to navigate.
Comments