]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - contrib/tcpdump/tests/print-A.out
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / contrib / tcpdump / tests / print-A.out
1 23:57:35.938066 IP 127.0.0.1.55920 > 127.0.0.1.80: S 928549246:928549246(0) win 32767 <mss 16396,sackOK,timestamp 1306300950 0,nop,wscale 2>
2 E..<.h@.@.!R.........p.P7X.~.........!....@....
3 M...........
4 23:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767 <mss 16396,sackOK,timestamp 1306300950 1306300950,nop,wscale 2>
5 E..<..@.@.<..........P.p7z..7X......n.....@....
6 M...M.......
7 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1306300950>
8 E..4.j@.@.!X.........p.P7X..7z.... .7......
9 M...M...
10 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1306300951 1306300950>
11 E....l@.@. ..........p.P7X..7z.... ........
12 M...M...GET / HTTP/1.1\r
13 Host: localhost\r
14 User-Agent: ELinks/0.10.4-7-debian (textmode; Linux 2.6.11-1-686-smp i686; 132x56-2)\r
15 Accept: */*\r
16 Accept-Encoding: gzip\r
17 Accept-Language: en\r
18 Connection: Keep-Alive\r
19 \r
20
21 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952 1306300951>
22 E..4..@.@............P.p7z..7X.I.. .7......
23 M...M...
24 23:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timestamp 1306300953 1306300951>
25 E.....@.@..%.........P.p7z..7X.I.. ........
26 M...M...HTTP/1.1 200 OK\r
27 Date: Wed, 06 Jul 2005 03:57:35 GMT\r
28 Server: Apache/1.3.33\r
29 Last-Modified: Sun, 15 Aug 2004 00:43:41 GMT\r
30 ETag: "6e80f0-148a-411eb1bd"\r
31 Accept-Ranges: bytes\r
32 Content-Length: 5258\r
33 Keep-Alive: timeout=15, max=100\r
34 Connection: Keep-Alive\r
35 Content-Type: text/html; charset=iso-8859-1\r
36 \r
37 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
38 <HTML>
39 <HEAD>
40    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
41    <META NAME="Description" CONTENT="The initial installation of Debian apache.">
42    <TITLE>Placeholder page</TITLE>
43 </HEAD>
44 <BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EF" VLINK="#55188A" ALINK="#FF0000">
45
46 <H1>Placeholder page</H1>
47 <H2>If you are just browsing the web</h2>
48
49 <P>The owner of this web site has not put up any web pages yet.
50 Please come back later.</P>
51
52 <P><SMALL><CITE>Move along, nothing to see here...</CITE> :-)</SMALL></P>
53
54 <H2>If you are trying to locate the administrator of this machine</H2>
55
56 <P>If you want to report something about this host's behavior, please
57 contact the Internet Service Provider (ISP) involved directly.</P>
58
59 <P>See the <A href="http://www.abuse.net/">Network Abuse
60 Clearinghouse</A> for how to do this.</P>
61
62 <H2>If you are the administrator of this machine</H2>
63
64 <P>The initial installation of <A href="http://www.debian.org/">Debian's
65 apache</A> web server package was successful.</P>
66
67 <P><STRONG>You should replace this page with your own web pages as
68 soon as possible.</STRONG></P>
69
70 <P>Unless you changed its configuration, your new server is configured as follows:
71 <UL>
72 <LI>
73 Configuration files can be found in <TT>/etc/apache</TT>.</LI>
74
75 <LI>
76 The <TT>DocumentRoot</TT>, which is the directory under which all your
77 HTML files should exist, is set to <TT>/var/www</TT>.</LI>
78
79 <LI>
80 CGI scripts are looked for in <TT>/usr/lib/cgi-bin</TT>, which is where
81 Debian packages will place their scripts.</LI>
82
83 <LI>
84 Log files are placed in <TT>/var/log/apache</TT>, and will be rotated
85 weekly.  The frequency of rotation can be easily changed by editing
86 <TT>/etc/logrotate.d/apache</TT>.</LI>
87
88 <LI>
89 The default directory index is <TT>index.html</TT>, meaning that requests
90 for a directory <TT>/foo/bar/</TT> will give the contents of the file <TT>/var/www/foo/bar/index.html</TT>
91 if it exists (assuming that <TT>/var/www</TT> is your <TT>DocumentRoot</TT>).</LI>
92
93 <LI>
94 User directories are enabled, and user documents will be looked for
95 in the <TT>public_html</TT> directory of the users' homes.  These dirs
96 should be under <TT>/home</TT>, and users will not be able to symlink
97 to files they don't own.</LI>
98
99 </UL>
100 All the standard apache modules are available with this release and are
101 now managed with debconf.  Type <TT>dpkg-reconfigure apache</TT> to
102 select which modules you want enabled.  Many other modules are available
103 through the Debian package system with the names <TT>libapache-mod-*</TT>.
104 If you need to compile a module yourself, you will need to install the
105 <TT>apache-dev</TT> package.
106
107 <P>More documentation on Apache can be found on:
108 <UL>
109 <LI>
110 The <A HREF="/doc/apache-doc/manual/">Apache documentation</A> stored on your server.</LI>
111
112 <LI>
113 The <A HREF="http://www.apache.org/">Apache Project</A> home site.</LI>
114
115 <LI>
116 The <A HREF="http://www.apache-ssl.org/">Apache-SSL</A> home site.</LI>
117
118 <LI>
119 The <A HREF="http://perl.apache.org/">mod perl</A> home site.</LI>
120
121 <LI>
122 The <A HREF="http://www.apacheweek.com/">ApacheWeek</A> newsletter.</LI>
123
124 <LI>
125 The <A HREF="http://www.debian.org/doc/">Debian Project
126 Documentation</A> which contains HOWTOs, FAQs, and software updates.</LI>
127 </UL>
128
129 <P>You can also consult the list of <A HREF="http://www.boutell.com/faq/">World
130 Wide Web Frequently Asked Questions</A> for information.
131
132 <H2>Let other people know about this server</H2>
133
134 <A HREF="http://netcraft.com/">Netcraft</A> provides an interesting free
135 service for web site monitoring and statistic collection.
136 You can let them know about your server using their
137 <A HREF="http://uptime.netcraft.com/">interface</A>.
138 Enabling the monitoring of your server will provide a better global overview
139 of who is using what and where, and it would give Debian a better
140 overview of the apache package usage.
141
142 <H2>About this page</H2>
143
144 <IMG ALIGN="right" ALT="" HEIGHT="247" WIDTH="278" SRC="icons/jhe061.png">
145
146 <P>This is a placeholder page installed by the <A
147 HREF="http://www.debian.org/">Debian</A>
148 release of the apache Web server package.
149
150 <P>This computer has installed the Debian GNU/Linux operating system,
151 but it has <strong>nothing to do with the Debian
152 Project</strong>. Please do <strong>not</strong> contact the Debian
153 Project about it.</P>
154
155 <P>If you find a bug in this apache package, or in Apache itself,
156 please file a bug report on it.  Instructions on doing this, and the
157 list of <A HREF="http://bugs.debian.org/src:apache">known bugs</A> of this
158 package, can be found in the 
159 <A HREF="http://www.debian.org/Bugs/Reporting">Debian Bug Tracking System</A>.
160
161 <P>Thanks for using this package, and congratulations for your choice of
162 a Debian system!</P>
163
164 <DIV align="center">
165 <a href="http://www.debian.org/">
166 <IMG align="middle" height="30" width="25" src="icons/debian/openlogo-25.jpg" alt="Debian">
167 </a>
168 <a href="http://www.apache.org/">
169 <IMG align="middle" height="32" width="259" src="icons/apache_pb.png" alt="Apache">
170 </a>
171 </DIV>
172
173 <!--
174   This page was initially created by Johnie Ingram (http://netgod.net/)
175   It was later edited by Matthew Wilcox and Josip Rodin.
176   Last modified: $Date: 2004/06/20 15:33:57 $.
177   -->
178
179 </BODY>
180 </HTML>
181
182 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 1306300953 1306300953>
183 E..4.n@.@.!T.........p.P7X.I7z....0_.......
184 M...M...
185 23:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timestamp 1306302241 1306300953>
186 E..4.p@.@.!R.........p.P7X.I7z....0_.......
187 M..!M...
188 23:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timestamp 1306302243 1306302241>
189 E..4..@.@............P.p7z..7X.J.. ..5.....
190 M..#M..!
191 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 1306302243 1306302243>
192 E..4.r@.@.!P.........p.P7X.J7z....0_.......
193 M..#M..#