Linux下查看nginx、apache、mysql和php的編譯參數(shù)_Linux教程
Linux下查看nginx,apache,mysql,php的編譯參數(shù)
1、nginx編譯參數(shù):
#/usr/local/nginx/sbin/nginx -V(小寫的v只能看版本號)
2、apache編譯參數(shù):
# cat /usr/local/apache/build/config.nice
3、php編譯參數(shù):
# /usr/local/php/bin/php -i |grep configure
4、mysql編譯參數(shù):
1、nginx編譯參數(shù):
#/usr/local/nginx/sbin/nginx -V(小寫的v只能看版本號)
2、apache編譯參數(shù):
# cat /usr/local/apache/build/config.nice
3、php編譯參數(shù):
# /usr/local/php/bin/php -i |grep configure
4、mysql編譯參數(shù):
# cat /usr/local/mysql/bin/mysqlbug|grep configure
以上許多方法亦同樣適合于64bit的FreeBSD8.0、FreeBSD8.1
相關(guān)Linux教程:
- Linux系統(tǒng)下TOP命令使用與分析詳解
- 安裝Linux我們需要改變20件事情
- 使用Linux系統(tǒng)架設(shè)VSFTP服務(wù)器
- Linux系統(tǒng)上架設(shè)POP3服務(wù)器
- Linux中“Networking Disabled”的解決方法(解決Ubuntu等系統(tǒng)無法上網(wǎng))
- ubuntu系統(tǒng)清理磁盤教程
- linux下搭建pxe自動化安裝環(huán)境
- BIOS不支持導(dǎo)致Linux內(nèi)核耗電增加
- Debian GNU/Linux系統(tǒng)卡片
- Linux操作系統(tǒng)開機自行啟動項目詳細(xì)解析
- Linux菜鳥入門級命令大全
- Linux操作系統(tǒng)中讀取目錄文件信息的過程
- 相關(guān)鏈接:
- 教程說明:
Linux教程-Linux下查看nginx、apache、mysql和php的編譯參數(shù)
。