Configuring and Managing MPE/iX Internet Services (July 2001)
Chapter 9 171
Apache for MPE/iX
Major Components
If telnet to Apache’s port fails, then the problem is not with the web
server, since the connection is not yet reaching the HP e3000 box. A
successful telnet connection should look something like:
$telnet hostname 80 (from a UNIX machine)
Trying...
Connected to hostname.hp.com.
Escape character is '^]'.
GET / HTTP/1.0<RETURN><RETURN> <--- user input
or
:xeq telnet.arpa.sys (from an MPE machine)
Telnet Client [A6000000] (C) Hewlett-Packard Co. 1994
telnet> toggle crlf
Will send carriage returns as telnet <CR><LF>.
telnet> open hostname 80
Trying...
Connected to hostname.hp.com.
Escape character is '^]'.
Failed to turn on single echo: 68.
GET / HTTP/1.0<RETURN><RETURN> <--- user input
The telnet connection should successfully read the
/APACHE/PUB/htdocs/index.html file.