nginx: [emerg] the "ssl" parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:37 一:开始Nginx的SSL模块 1.1 Nginx如果未开启SSL模块,配置Https时提示错 ...
分类:
Web程序 时间:
2017-12-08 23:01:19
阅读次数:
201
1、首先去织梦官网下载最新的织梦安装包,把压缩文件夹内的uploads内的文件上传到域名服务器; 2、在IIS上建立站点 3、内容视图模式下浏览 index.php文件 4、PHP解析(功能视图下:处理程序映射—-> 添加模块映); 射 5、再打开 index.php 文件,出现安装页面 ...
分类:
其他好文 时间:
2017-12-08 10:29:15
阅读次数:
140
已安装nginx动态添加模块 在已经安装Nginx的基础上增加新Nginx-echo模块 安装成功的nginx如何添加未编译安装模块 nginx入门学习—— 在已安装好的nginx上添加sticky模块(二) ...
分类:
其他好文 时间:
2017-11-24 23:51:02
阅读次数:
150
QQ登录、分享怎么做?相信APICloud可以让你开发变得很简单。这里分享一个demo供大家参考。 1.使用模块,先打开它的开发文档http://www.apicloud.com/mod_detail/37360 添加模块至APIcloud项目 2. 编译自定义loader 3. 在腾讯开放平台管理 ...
添加模块:imoprot datetime datetime.datetime.now():获取当前时间。 datetime.datetime.now() + datetime.timedalta(3):当前时间+3,三天后的时间。 datetime.datetime.now() + datetim ...
分类:
编程语言 时间:
2017-11-05 13:16:05
阅读次数:
216
1、首先查看现在已经编译的模块/usr/local/nginx/sbin/nginx-V2、下载需要编译的模块wgethttps://github.com/yaoweibin/nginx_tcp_proxy_module/archive/master.zip新模块:--add-module=/data/package/nginx_tcp_proxy_module-master/#模块存放路径3、进入nginx安装目录进行重..
分类:
其他好文 时间:
2017-10-30 21:55:33
阅读次数:
227
安装完vsftpd后,默认情况下,CentOS的防火墙是不开放ftp服务的,需要添加模块和开放21端口才能提供ftp访问。1.添加ip_conntrack_ftp 模块[root@hexuweb101 ~] vi /etc/sysconfig/iptables-config添加下面一行IPTABLE ...
分类:
其他好文 时间:
2017-10-26 17:45:46
阅读次数:
205
说明:已经安装好的nginx,需要添加一个未被编译安装的模块,需要怎么弄呢?具体:这里以安装第三方ngx_http_google_filter_module模块为例nginx的模块是需要重新编译nginx,而不是像apache一样配置文件引用.so1.下载第三方扩展模块ngx_http_google_filter_module#cd/data/soft..
分类:
其他好文 时间:
2017-09-29 19:41:29
阅读次数:
133
1.函数添加 import sys sys.path sys.path.append("c:\\") 2.修改pythonpath(试不通) windows:PYTHONPATH 3.增加.pth文件(可以) site-packages或者python安装目录添加 xx.pth,文件内容为模块目录。 ...
分类:
编程语言 时间:
2017-09-10 23:43:54
阅读次数:
293
第一步ftp://ftp.u-aizu.ac.jp/pub/graphics/p_w_picpath/ImageMagick/p_w_picpathmagick.org/p_w_picpathmagick下载网站wgetftp://ftp.u-aizu.ac.jp/pub/graphics/p_w_picpath/ImageMagick/p_w_picpathmagick.org/ImageMagick-6.9.9-11.tar.gztar-xfImageMagick-6.9.9-11.tar...
分类:
Web程序 时间:
2017-09-07 23:06:56
阅读次数:
235