环境描述:
1. VM Ware7.1下安装Linux,各种版本均可。
2. Apache HTTP Server 2.2.17 for Linux。
关键步骤:
1. 将Apache压缩包httpd-2.2.17.tar.bz2存放到root目录。
2. 打开命令窗口,依次输入以下命令,每条命令需要按回车执行。
最后在IE中访问http://localhost。
将Apache设置为系统自启动项
修改etc/rc.d/rc.local文件如下:(红色字体部分)
#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.
touch /var/lock/subsys/local
/root/firewall
startup.sh
/usr/local/apache2/bin/apachectl start