系统:Cenos6.5X64软件:tengine-2.0.3.tar.gzpcre-8.33.tar.bz2mysql-5.6.12.tar.gzphp-5.5.14.tar.bz2一、安装nginx1.1安装nginx所需的pcre-devel库,使nginx支持HTTPRewrite模块[root@node3pcre-8.33]#./configure--prefix=/home/webserver/pcre&&make&&make..
分类:
其他好文 时间:
2014-08-04 18:18:29
阅读次数:
402
configure:error:noacceptableccfoundin$PATH解决方案:yuminstall-ygccconfigure:error:xml2-confignotfound.Pleasecheckyourlibxml2installation.解决方案:yuminstall-ylibxml2-develconfigure:error:CannotfindOpenSSL‘s<evp.h>解决方案:yuminstall-yopenssl-develc..
分类:
其他好文 时间:
2014-08-04 18:15:48
阅读次数:
213
因为需要帮staff迁移一些数据, 所以想到了使用wordpress的多站点. 这个功能在wordpress3.0后就有了.
软件系统等信息: OS: linux debian wheezy
php:5.4.4-14
mysql:5.5.37
server:nginx1.2.1 /apache 2.2.2
首先下载wordpress3.9, 安装的时候, 需要注意一下
我的nginx...
分类:
其他好文 时间:
2014-08-04 11:05:57
阅读次数:
191
还是那个同事. 这次需要帮她打印出sql 输出到页面来调试sql
这里我们用插件或者是配置文件的方式来启动wordpress的debug
在插件目录 wordpress/wp-content/plugins/ 新建一个文件叫bt_debug_sql.php
<?php
/*
Plugin Name: Bt Debug Sql.
Plugin URI: http...
分类:
数据库 时间:
2014-08-04 11:05:07
阅读次数:
336
要先在应用列表里添加自己本身的应用即要保证同步操作,本身也是一个应用,并保证通信成功;应用和ucenter不在一个机器上,IP都要设定;discuz/uc_client/ 下要有一个接收数据的data文件夹(uc_server/下也要有);ucenter-integration/ucenter.ph...
分类:
其他好文 时间:
2014-08-04 10:35:46
阅读次数:
224
打开wordpress后台,发现很卡,通过开发者工具看到是因为加载http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.4/themes/smoothness/jquery-ui.css这个元素导致的。解决方案:在functions.php里面添加如下...
原文地址:http://codex.wordpress.org/Plugin_API/Action_Referencemuplugins_loadedAfter must-use plugins are loadedregistered_taxonomyFor category, post_tag,...
分类:
其他好文 时间:
2014-08-03 17:59:45
阅读次数:
753
Wordpress xmlrpc.php暴力破解漏洞 wordpress是很流行的开源博客,它提供远程发布文章的方法,就是使用跟路径的xmlrpc.php这个文件,最近爆出xmlrpc漏洞,漏洞原理是通过xmlrpc进行认证,即使认证失败,也不会被W...
分类:
Web程序 时间:
2014-08-02 18:33:34
阅读次数:
399
在本人的项目中,运行在路由器上的服务器采用Nginx+MySQL+PHP 架构。通常较为常见的web框架为Lamp(Linux+Apache+Mysql+PHP),为何我们选择LNMP呢?我将在后续的几篇文章中给出答案。
首先我们来介绍如何在Openwrt上搭建MySQL数据库。
分类:
数据库 时间:
2014-08-02 15:08:03
阅读次数:
273
情况是这样的,我的wordpress并不是放在网站的根目录的,而是放在/blog目录下的,然后在wordpress中设置固定链接的时候,每次都出错,用了网上几个方法都不行,后来在http://codex.wordpress.org/Nginx找到一个解决办法。我正好安装了wp super cache...
分类:
其他好文 时间:
2014-08-02 12:36:03
阅读次数:
207