1. 程式人生 > >安裝 yum install httpd -y 新增 Apache 服務到系統層使其隨系統自動啟動

安裝 yum install httpd -y 新增 Apache 服務到系統層使其隨系統自動啟動

[[email protected] bin]# yum install httpd
已載入外掛:fastestmirror, langpacks, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
 * base: mirrors.huaweicloud.com
 * extras: mirrors.163.com
 * updates: mirrors.163.com
正在解決依賴關係
--> 正在檢查事務
---> 軟體包 httpd.x86_64.0.2.4.6-67.el7.centos.6 將被 升級
---> 軟體包 httpd.x86_64.0.2.4.6-80.el7.centos 將被 更新
--> 正在處理依賴關係 httpd-tools = 2.4.6-80.el7.centos,它被軟體包 httpd-2.4.6-80.el7.centos.x86_64 需要
--> 正在檢查事務
---> 軟體包 httpd-tools.x86_64.0.2.4.6-67.el7.centos.6 將被 升級
---> 軟體包 httpd-tools.x86_64.0.2.4.6-80.el7.centos 將被 更新
--> 解決依賴關係完成


依賴關係解決


=============================================================================================================================================================================================
 Package                                       架構                                     版本                                                    源                                      大小
=============================================================================================================================================================================================
正在更新:
 httpd                                         x86_64                                   2.4.6-80.el7.centos                                     base                                   2.7 M
為依賴而更新:
 httpd-tools                                   x86_64                                   2.4.6-80.el7.centos                                     base                                    89 k


事務概要
=============================================================================================================================================================================================
升級  1 軟體包 (+1 依賴軟體包)


總下載量:2.8 M
Is this ok [y/d/N]: y
Downloading packages:
No Presto metadata available for base
(1/2): httpd-tools-2.4.6-80.el7.centos.x86_64.rpm                                                                                                                     |  89 kB  00:00:02     
(2/2): httpd-2.4.6-80.el7.centos.x86_64.rpm                                                                                                                           | 2.7 MB  00:00:04     
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
總計                                                                                                                                                         628 kB/s | 2.8 MB  00:00:04     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  正在更新    : httpd-tools-2.4.6-80.el7.centos.x86_64                                                                                                                                   1/4 
  正在更新    : httpd-2.4.6-80.el7.centos.x86_64                                                                                                                                         2/4 
  清理        : httpd-2.4.6-67.el7.centos.6.x86_64                                                                                                                                       3/4 
  清理        : httpd-tools-2.4.6-67.el7.centos.6.x86_64                                                                                                                                 4/4 
  驗證中      : httpd-tools-2.4.6-80.el7.centos.x86_64                                                                                                                                   1/4 
  驗證中      : httpd-2.4.6-80.el7.centos.x86_64                                                                                                                                         2/4 
  驗證中      : httpd-2.4.6-67.el7.centos.6.x86_64                                                                                                                                       3/4 
  驗證中      : httpd-tools-2.4.6-67.el7.centos.6.x86_64                                                                                                                                 4/4 


更新完畢:
  httpd.x86_64 0:2.4.6-80.el7.centos                                                                                                                                                         


作為依賴被升級:
  httpd-tools.x86_64 0:2.4.6-80.el7.centos                                                                                                                                                   


完畢!
[
[email protected]
bin]# systemctl start httpd.service
[[email protected] bin]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; disabled; vendor preset: disabled)
   Active: active (running) since 六 2018-05-26 13:04:06 CST; 9s ago
     Docs: man:httpd(8)
           man:apachectl(8)
 Main PID: 5786 (httpd)
   Status: "Total requests: 0; Current requests/sec: 0; Current traffic:   0 B/sec"
   CGroup: /system.slice/httpd.service
           ├─5786 /usr/sbin/httpd -DFOREGROUND
           ├─5790 /usr/sbin/httpd -DFOREGROUND
           ├─5793 /usr/sbin/httpd -DFOREGROUND
           ├─5794 /usr/sbin/httpd -DFOREGROUND
           ├─5795 /usr/sbin/httpd -DFOREGROUND
           └─5796 /usr/sbin/httpd -DFOREGROUND


5月 26 13:04:05 CentOSNode1 systemd[1]: Starting The Apache HTTP Server...
5月 26 13:04:06 CentOSNode1 httpd[5786]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.72.141. Set the 'ServerName' di...this message
5月 26 13:04:06 CentOSNode1 systemd[1]: Started The Apache HTTP Server.
Hint: Some lines were ellipsized, use -l to show in full.
[
[email protected]
bin]# systemctl enable httpd.service
Created symlink from /etc/systemd/system/multi-user.target.wants/httpd.service to /usr/lib/systemd/system/httpd.service.
[[email protected] bin]# systemctl status httpd.service
● httpd.service - The Apache HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
   Active: active (running) since 六 2018-05-26 13:04:06 CST; 41s ago
     Docs: man:httpd(8)
           man:apachectl(8)
 Main PID: 5786 (httpd)
   Status: "Total requests: 0; Current requests/sec: 0; Current traffic:   0 B/sec"
   CGroup: /system.slice/httpd.service
           ├─5786 /usr/sbin/httpd -DFOREGROUND
           ├─5790 /usr/sbin/httpd -DFOREGROUND
           ├─5793 /usr/sbin/httpd -DFOREGROUND
           ├─5794 /usr/sbin/httpd -DFOREGROUND
           ├─5795 /usr/sbin/httpd -DFOREGROUND
           └─5796 /usr/sbin/httpd -DFOREGROUND


5月 26 13:04:05 CentOSNode1 systemd[1]: Starting The Apache HTTP Server...
5月 26 13:04:06 CentOSNode1 httpd[5786]: AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.72.141. Set the 'ServerName' di...this message
5月 26 13:04:06 CentOSNode1 systemd[1]: Started The Apache HTTP Server.
Hint: Some lines were ellipsized, use -l to show in full.
[
[email protected]
bin]# 

相關推薦

安裝 yum install httpd -y 新增 Apache 服務系統使系統自動啟動

[[email protected] bin]# yum install httpd已載入外掛:fastestmirror, langpacks, product-id, search-disabled-repos, subscription-managerThis

如何把spring微服務部署為Windows Service並開機自動啟動

當採用spring boot完成微服務開發以後,作為windows service部署到伺服器,當出現問題,重啟伺服器就可以實現重啟微服務,這對於不熟悉程式設計和伺服器環境的使用者來說是最容易重啟微服務的方法。 如何將微服務部署為windows service總結下來包

解決安裝yum -y install make gcc g++ gcc-c++ libtool autoconf automake imake mysql-devel libxml2-devel expat-devel後無法連接mysql

pan isa linu mage exp aio memory compress bsp 查看mysqld.log 日誌: mysql日誌 171210 19:38:22 [Note] Plugin ‘FEDERATED‘ is disabled. 1712

編譯安裝httpd apache服務

編譯安裝httpd一,下載源碼包1.1下載apr-util-1.6.1.tar.gz 和apr-1.6.3.tar.gz http://apr.apache.org/ 1.2下載httpd源碼安裝包httpd-2.4.33.tar.gzhttp://httpd.apache.org/download.cgi

Apache服務器的安裝

環境配置 tro 9.png 安裝 技術 spa log 右鍵 pan   我這次環境配置安裝的是Apache-2.4.23版本!   1.首先將下載的壓縮包解壓到你的專門的WAMP環境文件夾,這樣以後查找起來比較方便:        2.啟動cmd: 如果你和我一樣用

CentOS 安裝Apache服務

命令 地址 start logs entos all httpd服務 p地址 redhat Centos基於Redhat, 通過yum可以安裝所需要的軟件包。 1. yum -y install httpd , 這個會將httpd安裝在 /etc/目錄下。 2. 安裝成

centos 6.4下安裝與設置apache服務

sta process vra 關閉selinux 安裝apache tps all cnblogs tar 1.打開虛擬機開啟centos 6.4系統後進入root用戶下,打開終端,輸入#yum -y install httpd,安裝apache服務器。   輸入命令後到

linux[基礎]-29-[Apache服務]-[安裝Apache服務]-[01]

cdrom epo style pan 域名 能夠 輕量級 服務狀態 -type Apache   top1:安裝apache服務 提供web服務的程序有:apache、nginx、IIS windows: IIS(提供了http、ftp、nmtp、smtp只能在w

【轉】如何在win10(64位系統)上安裝apache服務

是我 是你 www blank sta install 修改 get 分享 如何在win10(64位系統)上安裝apache服務器 今天裝了Apache服務器,下面是我總結的方法: 一,準備軟件   1.64位的apache版本 傳送門:http://www.ap

編譯安裝Apache服務

apache 編譯安裝 apache簡介 Apache HTTPD又可以簡稱為httpd或者Apache,它是Internet使用最廣泛的web服務器之一,使用Apache提供的web服務器是由守護進程httpd,通過http協議進行文本傳輸,默認使用80端口的明文傳輸方式,當然,後來,為了保證

windows 安裝 apache 服務以及添加 php 解析

cal 更改 pro 適用於 users type options oot dex apache 官方並沒有提供 windows 的安裝包,但是它們官網給出了第三方的鏈接,我們可以在那些第三方網站上找到適用於 windows 的二進制包。 我們點進去下載一個 64 位的

CentOS 7 Apache服務安裝與配置

ble error 顯示中文 get 域名 off 建議 rec 端口號 一、Apache簡介 Apache 是一個知名的開源Web服務器。早期的Apache服務器由Apache Group來維護,直到1999年6月Apache Group在美國德拉瓦市成立了非盈利性組織的

Apache服務簡介及編譯安裝詳解

Apache簡介 Apache編譯安裝詳解 Apache設置啟動腳本 Apache服務簡介及編譯安裝詳解一、Apache簡介Apache HTTP Server(簡稱Apache)是Apache軟件基金會的一個開放源碼的網頁服務器,是目前世界上使用最廣泛的一種web server,它以跨平臺,高效

Apache服務器的下載與安裝

quest clas 。。 信息 占用 direct ctx ins 點擊 安裝http的服務器。。。還是碰到了幾個問題,運氣好都查到了辦法,記錄下 基本的下載和操作:https://blog.csdn.net/zhangnana200/article/details/

Windows下安裝的XAMPP如何設置Apache和MySQL等服務開機自啟動

Windows xampp MySQL Apache 自啟動 在Windows上安裝完Xampp,每次都要到Xampp控制臺啟動和關閉Apache和MySQL等服務,但可以通過設置讓Apache等服務安裝為系統服務,從而實現服務開機自啟動。1、在Xampp安裝目錄下找到xampp-cont

安裝mariadb和apache服務

comm address get auth 進程 instr 準備 -h all 安裝mariadb數據庫 準備工作:下載mariadb官網:https://mariadb.com,選擇download下載免編譯安裝的版本創建mariadb運行用戶,創建用戶組,創建數據存儲

Linux(centos 7) 安裝Nginx 以及報錯 yum install zlib Error: Multilib version problems found. 解決方法

今天安裝 Nginx出現如下報錯: yum install zlib Loaded plugins: fastestmirror, langpacks Loading mirror speeds from cached hostfile Resolving Dependencies -->

Linux使用yum install 安裝程式時,提示“另外一個程式鎖定了 yum;等待它退出……”

 Linux使用yum install 安裝程式時,提示“另外一個程式鎖定了 yum;等待它退出……” 原因:   yum命令一次只能安裝一個軟體,所以當你下載安裝第二個軟體包時,系統程序鎖會鎖定yum,這時,關閉程序甚至關閉虛擬機器重啟再執行yum還是會出現同樣情況 解決: 強制採用r

傻瓜式安裝基於Apache服務部署虛擬主機功能

基於Apache服務部署虛擬主機功能 如果每臺Linux系統的伺服器上只能執行一個網站,那麼這顯然造成硬體資源的浪費。 利用虛擬主機功能,可以把一臺物理伺服器分割成多個“虛擬的伺服器”,實現資源節約,避免浪費。 Apache 的虛擬主機功能是伺服器基於使用者請求的不同 IP 地址、主機域名或埠號,實

liunx安裝軟體報錯yum install gcc-c++

 http://ftp.sjtu.edu.cn/centos/6.9/os/x86_64/repodata/repomd.xml:  [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not F