安裝很簡單,但是重啟:/opt/lampp/lampp restart
發現xampp:"another web server daemon with ssl is already running"
xampp:"another ftp daemon with ssl is already running"
果斷把他kill了,重啟成功
ps -aux|grep ftp
kill -9 [埠號]
2.遠端機器訪問ip報403
網上通過注釋掉deny from all的方法對於新版本的xampp來說並不奏效
解決辦法依然是開啟httpd-xampp.conf檔案,檔案目錄:/opt/lampp/etc/extra/
找到#
"^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
require localhost
errordocument 403 /error/xampp_forbidden.html.var
將其中的"require localhost"改為"require all granted"
儲存,重啟xampp即可~
xampp環境搭建 bugfree
一 xampp安裝 2 上傳到linux伺服器,執行賦權並安裝 我安裝在 opt目錄下 3 安裝完成 關閉防火牆 service iptables stop 永久關閉防火牆 chkconfig iptables off 4 修改配置檔案 vi opt lampp etc proftpd.conf 修...
PHP整合環境XAMPP搭建
xampp整合環境搭建 xampp官網 更改了儲存路徑,其他預設 路徑 f xampp 然後執行 xampp control.exe 可以啟動或停止apache mysql等各個模組並可將其註冊為服務。cfg servers i host localhost cfg servers i port 3...
使用XAMPP建立PHP執行環境
vc11,vc14 or vc15 visual studio 2012,2015 or 2017 compiler respectively 2 安裝 雙擊 xampp win32 installer.exe 3 執行 開啟碟符 xampp目錄執行xampp control.exe就可以了。4 埠...