こんな感じにやってみて、WindowsからみたらTestPageが表示されました。
>>317さんの説明と、神と同じ本の解説を見てやってみました。

[root@Linux root]# mount /mnt/cdrom
[root@Linux root]# rpm -ihv /mnt/cdrom/RedHat/RPMS/httpd-2.0.40-8.i386.rpm
警告: /mnt/cdrom/RedHat/RPMS/httpd-2.0.40-8.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60e
Preparing... ########################################### [100%]
1:httpd ########################################### [100%]
[root@Linux root]# umount /mnt/cdrom
[root@Linux root]# /etc/rc.d/init.d/httpd start
httpdを起動中: httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
[ OK ]
[root@Linux root]# chkconfig httpd on

次は、何をすればいいのでしょうか?