This file is indexed.

/usr/share/doc/HOWTO/ja-html/Intranet-Server-HOWTO-3.html is in doc-linux-ja-html 2006.05.25-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
 <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
 <TITLE>The Linux Intranet Server HOWTO: HTTPd¤Î¥Æ¥¹¥È</TITLE>
 <LINK HREF="Intranet-Server-HOWTO-4.html" REL=next>
 <LINK HREF="Intranet-Server-HOWTO-2.html" REL=previous>
 <LINK HREF="Intranet-Server-HOWTO.html#toc3" REL=contents>
</HEAD>
<BODY>
<A HREF="Intranet-Server-HOWTO-4.html">¼¡¤Î¥Ú¡¼¥¸</A>
<A HREF="Intranet-Server-HOWTO-2.html">Á°¤Î¥Ú¡¼¥¸</A>
<A HREF="Intranet-Server-HOWTO.html#toc3">Ìܼ¡¤Ø</A>
<HR>
<H2><A NAME="s3">3. HTTPd¤Î¥Æ¥¹¥È</A></H2>

<P>HTTPd¤ò¥¤¥ó¥¹¥È¡¼¥ë¤·¤¿¤éroot¤Ç¥í¥°¥¤¥ó¤·¤Æ<B>httpd &amp; </B>¤È
µ¯Æ°¤·¤Þ¤¹¡£(standalone¤È¤·¤Æ¥¤¥ó¥¹¥È¡¼¥ë¤·¤Æ¤¢¤ë¤È²¾Äꤷ¤Æ¤¤¤Þ¤¹)¡£
<B>ps</B>¤Ë¤è¤Ã¤Æɽ¼¨¤µ¤ì¤ë¥ê¥¹¥È¤Ëhttpd¤¬¤¢¤ë¤³¤È¤ò³Îǧ¤Ç¤­¤Þ¤¹¡£
HTTPd¤ò¥Æ¥¹¥È¤¹¤ë´Êñ¤ÊÊýË¡¤Ïtelnet¤Ç¤¹¡£Linux¥³¥Þ¥ó¥É¥×¥í¥ó¥×¥È¤Ç¡§
<BLOCKQUOTE><CODE>
<PRE>
   linux:~$  telnet 172.16.0.1 80
</PRE>
</CODE></BLOCKQUOTE>

¤³¤³¤Ç80¤¬HTTP¤Î¥Ç¥Õ¥©¥ë¥È¥Ý¡¼¥ÈÈÖ¹æ¤Ç¤¹¡£&quot;¥Ý¡¼¥È(Port)&quot;ÈÖ¹æ¤ò
Ê̤ËÀßÄꤷ¤¿»þ¤Ï¡¢¤³¤Î80¤ÏÊѹ¹¤·¤Æ²¼¤µ¤¤¡£°Ê²¼¤Î¤è¤¦¤Ê±þÅú¤¬¤«¤¨¤Ã¤Æ¤­¤Þ¤¹¡§
<BLOCKQUOTE><CODE>
<PRE>
   Trying 172.16.0.1...
   Connected to linux.mydomain.
   Escape character is '^]'.
</PRE>
</CODE></BLOCKQUOTE>

¤³¤³¤Ç²¿¤«ÆþÎϤ·¤Æ¥ê¥¿¡¼¥ó¤¹¤ë¤È°Ê²¼¤Î¤è¤¦¤Ê±þÅú¤¬Ê֤äƤ­¤Þ¤¹¡§
<BLOCKQUOTE><CODE>
<PRE>
   HTTP/1.0 400 Bad Request
   Date: Wed, 10 Jan 1996 10:24:37 GMT
   Server: NCSA/1.5
   Content-type: text/html

   &lt;HEAD>&lt;TITLE>400 Bad Request &lt; /TITLE> &lt; /HEAD>
   &lt;BODY>&lt;H1>400 Bad Request &lt; /H1>
   Your client sent a query that this server could
   not understand.&lt;P>
   Reason: Invalid or unsupported method.&lt;P>
   &lt; /BODY>
</PRE>
</CODE></BLOCKQUOTE>
<P>¤³¤ì¤Ç¾¤ÎPC¤ÈWWW¥Ö¥é¥¦¥¶¤ò»È¤Ã¤Æ¤³¤Î¥µ¡¼¥Ð¤ËÀܳ¤¹¤ë½àÈ÷¤¬¤Ç¤­¤Þ¤·¤¿¡£
<P>
<P>
<HR>
<A HREF="Intranet-Server-HOWTO-4.html">¼¡¤Î¥Ú¡¼¥¸</A>
<A HREF="Intranet-Server-HOWTO-2.html">Á°¤Î¥Ú¡¼¥¸</A>
<A HREF="Intranet-Server-HOWTO.html#toc3">Ìܼ¡¤Ø</A>
</BODY>
</HTML>