啟動 xampp
/opt/lampp/lampp start
停止 xampp
/opt/lampp/lampp stop
重啟 xampp
/opt/lampp/lampp restart
安全設定
/opt/lampp/lampp security
使用php4
/opt/lampp/lampp php4
使用php5
/opt/lampp/lampp php5
檢視php版本
/opt/lampp/lampp phpstatus
只啟動 apache
/opt/lampp/lampp startapache
停止 apache
/opt/lampp/lampp stopapache
啟動 apache 的 ssl 支援
/opt/lampp/lampp startssl
停止 apache 的 ssl 支援
/opt/lampp/lampp stopssl
只啟動 mysql 資料庫
/opt/lampp/lampp startmysql
停止 mysql 資料庫
/opt/lampp/lampp stopmysql
啟動 proftpd 伺服器
/opt/lampp/lampp startftp
停止 proftpd 伺服器
/opt/lampp/lampp stopftp
隨系統自動啟動
ln -s /opt/lampp/lampp /etc/rc.d/rc3.d/s99lampp
ln -s /opt/lampp/lampp /etc/rc.d/rc4.d/s99lampp
ln -s /opt/lampp/lampp /etc/rc.d/rc5.d/s99lampp
取消隨系統自動執行
ln -s /opt/lampp/lampp k01lampp
解除安裝 xampp
rm -rf /opt/lampp
xampp 重要的檔案和目錄
xampp 命令庫。例如 /opt/lampp/bin/mysql 可執行 mysql 監視器
/opt/lampp/bin/
apache 文件根目錄
/opt/lampp/htdocs/
apache 配製檔案
mysql 配製檔案
/opt/lampp/etc/my.cnf
php 配製檔案
/opt/lampp/etc/php.ini
proftpd 配製檔案。(從 0.9.5 版開始)
/opt/lampp/etc/proftpd.conf
phpmyadmin 配製檔案
/opt/lampp/phpmyadmin/config.inc.php
XAMPP在Ubuntu下詳細的安裝與啟動步驟
記住在ubuntu下使用wget的時候前面要加sudo 具體為 sudo wegt 具體為 tar xvfz xampp linux 1.7.3a.tar.gz c opt 這樣就完成了,xampp現在已經安裝在 opt lampp目錄下了。3 啟動 要啟動xampp只要執行下列命令 opt lam...
ubuntu下xampp配置虛擬主機
ubuntu下xampp配置虛擬主機 現在 opt lampp htdocs下面建乙個目錄test test裡面建乙個檔案test.html,檔案裡面隨便打些字作為一會我們驗證成功的依據。搜尋vhost找到下面這句話 把前面的 號刪除 儲存 關閉 將下面這句話的注釋開啟 shell 1namevir...
AWS 下 Ubuntu 安裝最新XAMPP 實操
一.安裝前檢查更新 sudo apt get updatesudo apt get install axel axel xampp files xampp 20linux 5.6.8 xampp linux x64 5.6.8 0 installer.run 三.安裝xampp 安裝成功!四.啟動 ...