配置过程: [crayon-6790e9a6289b8194338611/] 参考:https://www.archlinux.org/news/deprecation-of-etcsysctlconf/
Nginx配置支持SSL安全链接
StartSSL申请的证书配置: [crayon-6790e9a628afa673568493/] WoSign SSL申请的证书配置: [crayon-6790e9a628afd763311585/] 相关文档:http://note.t4x.org/other/startssl-open-identity/...
PHP增加pdo_mysql扩展
XCache、MemCache、OPcache扩展:http://note.t4x.org/system/opcache-xcache-memcache/ Imagick扩展:http://note.t4x.org/system/php-imagick-extension/ 方法一:编译PHP配置 安装php增加如下参数:--with-pdo-mysql 方法二:增加php-pdo-mysql模块 [crayon-6790e9a628b43267995297/]...
GNU Bash(CVE-2014-6271)漏洞解决方法(二次修正)
背景: CVE(CAN) ID: CVE-2014-6271 BUGTRAQ ID:...
Apache Web服务器cgi_module(cgi模块)配置
检查是否安装模块: [crayon-6790e9a628c03467260939/] 安装cgi_module模块: [crayon-6790e9a628c05582323826/] 申明:本文由BYRD原创(基于Centos6.4 X64、PHP5.5.11、APACHE2.4.9、MYSQL5.6.16),未经许可禁止转载!
nginx(1.7.1)+php(5.2.17)+mysql配置
其他配置请参考之前的:LAMP、LNMP php: [crayon-6790e9a628c34346620819/] 参考:http://www.92csz.com/19/603.html 参考:http://php.net/manual/zh/install.unix.nginx.php 参考:http://zyan.cc/nginx_php_v5/...
Nginx和uWSGI安装、配置
一、编译安装nginx: 参考《Centos6.4 安装Nginx Web服务器》 [crayon-6790e9a628c6f339912198/] 编译安装uWSGI:...
Django之配置MySQL数据库
接上篇文章《ImportError: No module named setuptools》,配置完成django后,开始尝试配置django: [crayon-6790e9a628cd5878782083/]...
Nginx 1.7增加对SPDY的支持
SPDY并不是一种用于替代HTTP的协议,而是对HTTP协议的增强。新协议的功能包括数据流的多路复用、请求优先级,以及HTTP包头压缩。谷歌已经开发一个网络服务器原型机,以及支持SPDY协议的Chrome浏览器版本。 [crayon-6790e9a628d47093621350/] 配置密匙: [crayon-6790e9a628d49676505093/] 配置nginx支持443: [crayon-6790e9a628d4a301652403/]...
Nginx Web服务gzip(压缩模块)配置
编辑nginx配置文件:[root@lnmp nginx]# vim /usr/local/nginx/conf/nginx.conf (more…)
4