linux查看nginx、apache、php、php-fpm、mysql及配置项所在目录

很多时候会登录一台陌生的服务器;
当需要调整环境的时候;
那真是起步啥都没有;装备全靠打;
两眼一抹黑到处找配置项;
还好我这记的有一份笔记;

可以先总结下;
大都是先用 which 获取目录;
然后再获取配置项位置;

which  mysql
/usr/bin/mysql
/usr/bin/mysql --help | grep -A1 'Default options'

which php
/usr/local/apache2/php/bin/php
/usr/local/apache2/php/bin/php -i | grep "Loaded Configuration File"

ps -ef | grep 'http'
/usr/local/apache2/bin/httpd -V | grep 'SERVER_CONFIG_FILE'

拼起来就是: /usr/local/apache2/conf/httpd.conf

ps -ef | grep 'nginx'


如果没有 那就根据上图中的nginx位置执行

/www/server/nginx/sbin/nginx -t

nginx和配置项的目录全有了;

ps -ef | grep 'php-fpm'


配置项文件路径一眼就看到了;

白俊遥博客
请先登录后发表评论
  • latest comments
  • 总共6条评论
白俊遥博客

. :ff

2018-11-02 09:21:40 回复

白俊遥博客

蒋航。 :你在干什么你

2019-04-15 13:12:18 回复

白俊遥博客

蒋航。 :你在干什么

2019-04-15 13:13:26 回复

白俊遥博客

农民工 :大佬讲的真详细   希望能看到有关于    api    相关开发的资料   拜服!!!!

2018-11-01 15:24:12 回复

白俊遥博客

方不方 :你好呀!!!!!!!!!!!!!!!!!!!

2018-04-14 00:24:08 回复

白俊遥博客

Blues :您好交换友情链接吗 www.fwqtg.net

2018-04-03 11:13:13 回复