You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2007/03/14 09:05:33 UTC

[Httpd Wiki] Update of "Recipes/WatchingHttpHeaders" by jink

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by jink:
http://wiki.apache.org/httpd/Recipes/WatchingHttpHeaders

The comment on the change is:
link to official site, not mirror.  removed the "echo" shell command

------------------------------------------------------------------------------
   * siege -g
   * HEAD/GET (perl commands installed by common perl packages)
  
+ == Shell ==
- 
- == SHELL ==
  {{{wget -S --spider URL
- echo -ne "</pre>\n"
- GET -de -o dump -d URL
+ GET -de URL
+ HEAD URL
  w3m -dump_head URL
+ lynx -head -dump URL}}}
- lynx -dump -head URL}}}
- 
- 
- 
  
  == Wireshark ==
- [http://wireshark.askapache.com WireShark]
+ [http://www.wireshark.org/ WireShark]
  
  === Show only certain responses ===