lamp安裝:(linux+apache+mysql+php)
1、 rpm –qa|grep apache/mysql/php 過濾系統中是否存在apache/mysql/php
2、 yum install httpd (linux系統apache叫httpd,ubantu系統叫apache2)
yum install mysql-server (安裝服務端可以包括客戶端,安裝客戶端不包括服務端)
yum install php
3、rpm –ql httpd|more 檢視安裝軟體位址
4、根據檢視的安裝軟體位址,得知apache配置檔案路徑
6、ifconfig 檢視外網ip
7、瀏覽器中訪問 例如是您檢視的外網ip)/test.html 能訪問就表示沒有問題,如瀏覽器中打不開,許檢視防火牆iptables是否已開啟,無開啟就需關閉掉,如還不行,getenforce檢視selinux的狀態是不是premissive寬鬆狀態,如不是,setenforce 0,之後再嘗試在瀏覽器中進行連線
9、ifconfig 檢視外網ip
10、瀏覽器中訪問 例如是您檢視的外網ip)/test.php 能訪問就表示沒有問題,如瀏覽器中打不開,許檢視防火牆iptables是否已開啟,無開啟就需關閉掉,如還不行,getenforce檢視selinux的狀態是不是premissive寬鬆狀態,如不是,setenforce 0,之後再嘗試在瀏覽器中進行連線
環境 lamp環境搭建
以下命令全部使用root執行,如果不用root記得sudo apt update 更新一下可用軟體包列表 apt upgrade 更新已安裝的軟體包 apt install apache2 安裝apache2 systemctl start apache2 啟動apache apt install ...
lamp環境搭建
lamp環境搭建 第一步資源共享的方式 虛擬機器多作業系統 1 linux能夠連線網路 wget usr local program yum install 2 配置windows 光碟上安裝yum包 windows 能夠連線外網路 fip ssh 在 windows環境下安裝客戶端 依賴的是lin...
Lamp環境搭建
第一步 資源共享的方法 虛擬機器 多作業系統 iptables f 1 linux能夠連線網路 wget usr local program yum install 2 配置 windows 光碟上的安裝包 rpm格式 建議原始碼包 定製安裝 windows能夠連線外網路 ftp ssh 在 win...