一、xampp安裝
2、上傳到linux伺服器,執行賦權並安裝(我安裝在/opt目錄下)
3、安裝完成
關閉防火牆:service iptables stop
永久關閉防火牆:chkconfig iptables off
4、修改配置檔案:vi /opt/lampp/etc/proftpd.conf
修改檔案末尾改:useftpusers on
5、修改配置檔案:vi /opt/lampp/etc/extra/httpd-xampp.conf
進入檔案末尾注釋掉這一行:require local
6、重啟xampp服務
/opt/lampp/lampp restart
7、配置完成
8、啟動和停止服務
啟動xampp服務:/opt/lampp/lampp start
停止xampp服務:/opt/lampp/lampp stop
9、埠配置(修改兩個配置檔案)
listen和servername的值都改為8080
二、bugfree安裝
2、將安裝檔案上傳到伺服器並解壓到/opt/lampp/htdocs/目錄下
unzip bugfree.zip -d /opt/lampp/htdocs/
3、進入安裝目錄並重命名
cd /opt/lampp/htdocs/
mv bugfree3.0.1/ bugfree
4、在瀏覽器輸入位址進入安裝頁面(ip為安裝bugfree服務的ip)
5、新建bugfile資料夾並賦許可權
6、點選再試一次,許可權都已擁有,繼續
7、配置資料庫伺服器
8、bugfree安裝完成
9、登入
PHP整合環境XAMPP搭建
xampp整合環境搭建 xampp官網 更改了儲存路徑,其他預設 路徑 f xampp 然後執行 xampp control.exe 可以啟動或停止apache mysql等各個模組並可將其註冊為服務。cfg servers i host localhost cfg servers i port 3...
XAMPP環境搭建及同類推薦
xampp apache mysql php perl 是乙個功能強大的建站整合軟體包。這個軟體包原來的名字是 lampp,但是為了避免誤解,最新的幾個版本就改名為 xampp 了。它可以在windows linux solaris mac os x 等多種作業系統下安裝使用,支援多語言 英文 簡體...
Xampp 環境問題集合
安裝很簡單,但是重啟 opt lampp lampp restart 發現xampp another web server daemon with ssl is already running xampp another ftp daemon with ssl is already running ...