haojianyun

welcom to my haojianyun.com

万能好用的下载Wget

  • wget-win-1_5_3_1-binary
  • 从以上地址下载后,直接复制到C盘的window下的system32 就可以使用了
  • 后续补充中。。。

10月 20th, 2017

Posted In: computer knowledge(电脑知识)

Leave a Comment

其他php程序都能访问,就是YIi 带有framework的程序不能访问,找了半天终于找到原因了,如果你的也不能用可以按照如下设置一下

  • vi /usr/local/nginx/conf/fastcgi.conf
  • 修改下面内容
  • fastcgi_param PHP_ADMIN_VALUE "open_basedir=$document_root/:/tmp/:/proc/:/var/www/";
  • 其中 open_basedir 里面的目录就是你网站的根目录的父目录,就是yii framwork 的跟目录

10月 11th, 2017

Posted In: PHP开发笔记

Leave a Comment