Skip to content

Instantly share code, notes, and snippets.

@nicomen
Created March 31, 2014 21:24
Show Gist options
  • Save nicomen/9902717 to your computer and use it in GitHub Desktop.
Save nicomen/9902717 to your computer and use it in GitHub Desktop.
# 404 på nye siten
nicolasm@cantona:~$ sudo grep 404 /var/log/nginx/startsiden_fotball.access.log | tail -n 1000 | cut -f7 -d" " | grep -v ^/sites | sort | uniq -c | sort -n -r | head
7 /apple-touch-icon-precomposed.png
5 /misc/drupal.js?p
4 /static/components/emediate-loader/undefined
4 /nyheter/
4 /apple-touch-icon.png
3 /static/js/polyfills/placeholder.js?v=308c34
3 /partner/spill/abcnyheter.no
3 /modules/system/defaults.css?p
2 /partner/spill/trav/article/toppform-og-pisk
2 /partner/spill/trav/article/--run-for-gold-beste-muligheten
# 404 på nye siten, inkludert URL-er som tilhører Drupal:
nicolasm@cantona:~$ sudo grep 404 /var/log/nginx/startsiden_fotball.access.log | tail -n 1000 | cut -f7 -d" " | sort | uniq -c | sort -n -r | head
7 /sites/all/themes/abcnyheter/img/apple-touch-icon.png
7 /apple-touch-icon-precomposed.png
6 /sites/all/themes/abcnyheter/img/print/logo.png
5 /sites/all/themes/mobilewebkit/images/apple-touch-icon.png
5 /sites/all/themes/abcnyheter/css/global_menu.css?p
5 /sites/all/modules/jquery_ui/jquery.ui/themes/smoothness/jquery-ui.css?p
5 /sites/all/modules/contrib/lightbox2/js/auto_image_handling.js?p
5 /sites/all/modules/cck/modules/filefield/filefield.css?p
5 /sites/all/modules/blocks/abcnyheter_blocks/lib/js/jquery.tinycarousel.min.js?p
5 /sites/all/modules/abcn/analytics/tracking.js?p
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment