Apache网址:http://www.apache.org/
Apache是世界使用排名第一的Web服务器软件。它可以运行在几乎所有广泛使用的计算机平台上,由于其跨平台和安全性被广泛使用,是最流行的Web服务器端软件之一。它快速、可靠并且可通过简单的API扩充,将Perl/Python等解释器编译到服务器中。
执行如下指令:
- apt-get install apache2 -y
安装Apache服务器,系统提示如下:
Enabling site default.
Enabling module alias.
Enabling module autoindex.
Enabling module dir.
Enabling module env.
Enabling module mime.
Enabling module nego
tiation.
Enabling module setenvif.
Enabling module status.
Enabling module auth_basic.
Enabling module deflate.
Enabling module authz_default.
Enabling module authz_user.
Enabling module authz_groupfile.
Enabling module authn_file.
Enabling module authz_host.
Enabling module reqtimeout.
至此安装完毕。
/etc/apache2 目录下:
apache2.conf 是Apache 2的全局配置文件。
ports.conf
配置apache httpd要监听的IP地址和端口。
网页存放在 /var/www/目录下面。
笔者的IP地址为192.168.1.105
在同一区域网内的浏览器下输入 192.168.1.105,即可看到如下的访问内容。
图:Apache 显示