Linux下查看nginx、apache、mysql和php的編譯參數(shù)_Linux教程

      編輯Tag賺U幣
      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ù):

      # cat /usr/local/mysql/bin/mysqlbug|grep configure

      以上許多方法亦同樣適合于64bit的FreeBSD8.0、FreeBSD8.1


      來源:網(wǎng)絡(luò)搜集//所屬分類:Linux教程/更新時間:2013-04-13
      相關(guān)Linux教程