Laravel 伺服器配置 1

2021-06-26 21:06:04 字數 1813 閱讀 8987

1、安裝ubuntu-server-配置ip sudo nano /etc/network/inte***ce

更改sources.

list檔案:

deb  utopic main restricted universe multiverse

deb utopic-security main restricted universe multiverse

deb utopic-updates main restricted universe multiverse

deb utopic-proposed main restricted universe multiverse

deb utopic-backports main restricted universe multiverse

deb-src utopic main restricted universe multiverse

deb-src utopic-security main restricted universe multiverse

deb-src utopic-updates main restricted universe multiverse

deb-src utopic-proposed main restricted universe multiverse

deb-src utopic-backports main restricted universe multiverse

2、
apt-get update

sudo apt-get install openssh-server

cd download

wget linux/1.8.3/xampp-linux-x64-1.8.3-5-installer.run

5、安裝xampp

chmod +x xampp-linux-x64-1.8.3-5-installer.run

./xampp-linux-x64-1.8.3-5-installer.run

安裝過程如下:

6、因為是在localhost外做除錯,把localhost限制先注釋掉;

sudo nano /opt/lamp/etc/extra/http-xampp.conf
7 為了方便起見,把控制指令碼放到使用者目錄,這樣在登入時就可以直接做控制

cp /opt/lamp/ctlscript.sh /home/《你的使用者名稱》/
8 使第6步修改生效,重啟apache :

sudo ./sltscript restart apache
9 再次訪問主頁,檢視安全選項:按照提示修復:

sudo /opt/lamp/xampp security
注意:提示mysql is accessable via network時,根據自己環境設定,我這裡選擇n,表示允許通過網路訪問mysql資料庫,如果選擇預設值,則只允許從本機訪問(推薦生產環境下這樣設定)。

至此,基礎環境搭建完畢!

1 配置vsftp伺服器

1.安裝 vsftp yum y install ftp vsftpd 2.檢視配置檔案所在路徑 rpm qc vsftpd 3.備份vsftpd檔案 cp vsftpd.conf vsftpd.conf.orgin 4.建立密碼明文檔案 vi etc vsftpd vsftpuser.txt ca...

1 配置vsftp伺服器

1.安裝 vsftpyum y install ftp vsftpd 2.檢視配置檔案所在路徑 rpm qc vsftpd 3.備份vsftpd檔案 cp vsftpd.conf vsftpd.conf.orgin 4.建立密碼明文檔案 vi etc vsftpd vsftpuser.txt cai...

配置伺服器

今天我們的程式要配置一台新的伺服器 我把程式整理一下放了上去,程式上傳完成了準備配置程式了 程式是分三部分的,乙個是web的程式是用asp寫的,乙個是flash部分,還有就是c 服務部分了,asp和flash都沒有什麼大的問題,首先我準備開起服務,因為服務要驗證的。通過訪問個web位址驗證的,當時也...