VM下,裝centos7系統,配置nginx的問題

2022-08-04 11:12:08 字數 1737 閱讀 9640

一、流程

1.先安裝nginx依賴的包

(1)yum install gcc-c++

(2)yum install -y pcre pcre-devel

(3)yum install -y zlib zlib-devel

(4)yum install -y openssl openssl-devel

2.把nginx的原始碼上傳到linux系統

3.把壓縮包解壓縮。

4.進行configure。

注意:上邊將臨時檔案目錄指定為/var/temp/nginx,需要在/var下建立temp及nginx目錄

5:make

6:make install

二、問題

1.nginx: [emerg] open() "/var/run/nginx/nginx.pid" failed (2: no such file or  directory)

解決1:/usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

解決2:刪了重灌

2.vm中的centos7中執行ifconfig沒發現eth0,但是卻有ens33

發現使用ens33,也不影響,我把vm中網路介面卡設定為了

3.在自己的膝上型電腦上訪問不了安裝在centos7下的nginx

解決辦法:關閉centos的防火牆,

直接關閉防火牆

systemctl stop firewalld.service #停止firewall

systemctl disable firewalld.service #禁止firewall開機啟動

其命令行為systemctl stop firewalld.service

4.在瀏覽器訪問url 404的問題

在nginx.conf檔案裡加一條:user root; 就可以解決

centos7 作業系統配置靜態ip

讓我們看最後一眼配置檔案ifcfg ens33 生前長什麼樣 也可以提前做好備份,避免死無全屍!備份 cp etc sysconfig network scripts ifcfg ens33 開始為ifcfg ens33 整容 3.1 檢視本機的閘道器 ip route list 3.2 編輯配置檔...

CentOS 7系統配置華為雲yum源

一 檢視當前yum源 2.3 清理原yum源快取 yum clean all2.4 更新快取 yum makecache 或者yum repolist all 至此更新完成。三 阿里雲 清華 網易yum源 阿里雲 wget o etc yum.repos.d centos base.repo htt...

Xrdp遠端連線到CentOS7系統配置

開啟已經安裝了centos7的主機,以root使用者登入,在桌面上開啟乙個終端,輸入命令 rpm qa grep epel,查詢是否已經安裝epel庫 epel是社群強烈打造的免費開源發行軟體包版本庫 如果沒有,則以yum方式安裝 yum install epel release 以yum方式安裝x...