会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
茫海
博客园
首页
新随笔
联系
管理
订阅
02 2016 档案
php Composer 报ssl证书错误
摘要:CA证书下载地址:http://curl.haxx.se/docs/caextract.html 修改php.ini文件 openssl.cafile= D:/wamp/php/verify/cacert.pem
阅读全文
posted @
2016-02-29 14:23
茫海
阅读(652)
评论(0)
推荐(0)
centos svn服务器安装
摘要:1.安装必须的软件 yum install httpd httpd-devel subversion mod_dav_svn mod_auth_mysql 2.创建代码库 mkdir -p /root/svn/repositories svnadmin create /root/svn/reposi
阅读全文
posted @
2016-02-19 10:23
茫海
阅读(160)
评论(0)
推荐(0)
nginx配置 php 单入口
摘要:location / { root html; index index.html index.htm index.php; if (!-e $request_filename) { rewrite ^(.*)$ /index.php last; break; } }
阅读全文
posted @
2016-02-18 16:05
茫海
阅读(904)
评论(0)
推荐(0)
centos nginx 安装
摘要:1.下载 wget http://nginx.org/download/nginx-1.7.8.tar.gz 2.解压 tar -zxvf nginx-1.7.8.tar.gz 3.切换目录 cd nginx-1.7.8 4.安装 ./configure --prefix=/usr/local/ng
阅读全文
posted @
2016-02-18 10:43
茫海
阅读(182)
评论(0)
推荐(0)
公告