• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






hencehong

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2013年3月19日

nginx编译
摘要: 首先下载源文件:http://wiki.nginx.org/Install加压后运行:./configure [各种编译参数]makesudo make install编译完成后,可以使用命令 /prefix/sbin/nginx -V 来查看nginx的版本和编译参数一个较为完善的编译参数,其中还包含一些较为实用的第三方模块,例如lua-nginx-module, ngx_cache_purge./configure --with-http_sub_module --with-http_stub_status_module --with-http_ssl_module --with-http 阅读全文
posted @ 2013-03-19 23:11 hencehong 阅读(274) 评论(0) 推荐(0)
 
mysql用户管理
摘要: mysql_user 阅读全文
posted @ 2013-03-19 21:45 hencehong 阅读(32390) 评论(1) 推荐(2)