Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1070146
  • 博文数量: 83
  • 博客积分: 159
  • 博客等级: 上尉
  • 技术积分: 2221
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-15 17:08
个人简介

……致我那曾经苦逼的岁月……

文章分类
文章存档

2018年(1)

2017年(7)

2016年(13)

2014年(1)

2013年(12)

2012年(27)

2011年(22)

分类: LINUX

2013-03-11 16:25:51

众所周知,平常LAMP和LNMP用的比较多,包括我们入职去一些新的公司时,文档可能不是那么的全,我们需要知道nginx、apache、php、mysql这些软件是怎么编译安装的? 

我基本总结了如下命令查看
1
nginx编译参数:
#/usr/local/nginx/sbin/nginx -V
2
apache编译参数:
# cat /usr/local/apache/build/config.nice
3
php编译参数:
# /usr/local/php/bin/php -i |grep configure
4
mysql编译参数:
# cat /usr/local/mysql/bin/mysqlbug|grep configure

阅读(2223) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~