首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
  • 您找到你想要的搜索结果了吗?
    是的
    没有找到

    基于 Linux 安装 web 服务及基本配置

    在网络环境中,web 服务无疑是最为流行的应用系统。有了 web 站点,企业可以充分展示自己的作品,宣传企业形象。web 站点还为企业提供了与客户交流、电子商务交易平台等丰富的网络应用。 Apache HTTP Server 是 ASF 旗下著名的软件项目,其正式名称是“httpd”,也就是历史上的 Apache 网站服务器。 那我们为什么不选择使用系统盘中的httpd服务呢,因为系统盘中的httpd不方便更新,麻烦。 Apache 的话不管是卸载还是更新新版本,都很方便。 Apache 的主要特点: 1、开放源代码 2、跨平台使用 3、支持各种 Web 编程语言 4、模块化设计 5、运行稳定 6、良好的安全性 下面是Apache 的源码编译安装包,需要可以下载,也可自行从网页上下载: https://pan.baidu.com/s/1LFabNY2sbFqnPI1lluuV2w 提取码:olpz

    05

    CentOS 7安装配置Apache HTTP Server

    # yum -yinstall httpd //安装httpd会自动安装一下依赖包: apr apr-util httpd-tools mailcap # rpm -qi httpd Name      : httpd Version    : 2.4.6 Release    : 18.el7.centos Architecture: x86_64 Install Date: Mon 11 Aug 2014 02:44:55 PMCST Group      : System Environment/Daemons Size      : 9793373 License    : ASL 2.0 Signature  : RSA/SHA256, Wed 23 Jul 2014 11:21:22 PM CST, Key ID 24c6a8a7f4a80eb5 Source RPM : httpd-2.4.6-18.el7.centos.src.rpm Build Date : Wed 23 Jul 2014 10:49:10 PM CST Build Host : worker1.bsys.centos.org Relocations : (not relocatable) Packager  : CentOS BuildSystem <http://bugs.centos.org> Vendor    : CentOS URL        : http://httpd.apache.org/ Summary    : Apache HTTP Server Description : The Apache HTTP Server is a powerful,efficient, and extensible web server.

    02
    领券