ryuchi> sudo bin/httpd -f conf/httpd.conf
ryuchi> netstat -a
Active Internet connections (including servers)
Proto Recv-Q Send-Q Local Address Foreign Address (state)
(中略)
tcp46 0 0 *.8080 *.* LISTEN
(略)
ryuchi> telnet canal 8080
Trying 3ffe:505:9:0:2e0:5cff:fe44:9a9...
Connected to canal.ryuchi.org.
Escape character is '^]'.
HEAD / HTTP/1.0
HTTP/1.1 200 OK
Date: Sat, 16 Jun 2001 07:42:35 GMT
Server: Apache/2.0.18 (Unix)
Last-Modified: Thu, 14 Jun 2001 06:39:11 GMT
ETag: "187803-0-96b3e1c0"
Accept-Ranges: bytes
Connection: close
Content-Type: text/html
Connection closed by foreign host.