摘要:
安装过程:cd nginx-1.3.6./configure --user=www --group=www --prefix=/app/nginx --with-http_stub_status_module --with-pcre=../pcre-8.20 --add-module=../nginx_concat_module/make && make install/app/nginx/sbin/nginxnginx_concat_module下载地址:http://code.taobao.org/p/nginx_concat_module/src/nginx最新版本下载地 阅读全文
posted @ 2012-12-20 14:38
黄丁丁
阅读(1033)
评论(0)
推荐(0)
摘要:
记下自己的php.ini和php-fpm.conf配置,方便下次使用。php.inierror_reporting = E_ALLdisplay_errors = Ondisplay_startup_errors = Ontrack_errors = Onsession.save_path = "/app/php5/var/tmp"session.bug_compat_42 = Onsession.bug_compat_warn = Ondate.default_latitude = 31.7667date.default_longitude = 35.2333date.s 阅读全文
posted @ 2012-12-20 14:20
黄丁丁
阅读(702)
评论(0)
推荐(0)
摘要:
tar zxvf xcache-2.0.1.tar.gz cd xcache-2.0.1cp /app/php5/bin/phpize /usr/bin/phpize./configure --with-php-config=/app/php5/bin/php-config --enable-xcache --enable-xcache-optimizermake && make install再在php.ini最后加入[xcache-common]zend_extension=/app/php5/lib/php/extensions/no-debug-non-zts-2010 阅读全文
posted @ 2012-12-20 13:04
黄丁丁
阅读(275)
评论(0)
推荐(0)
摘要:
运行 thg &报下面两个错误,但是程序能正常执行。QGtkStyle was unable to detect the current GTK+ theme.Qt: Session management error: None of the authentication protocols specified are supported意思大概就是你当前登录的用户是普通用户,然而却做命令行里root帐号下执行thg &来调用Qt,所以才会报错。当然,如果现在命令行中以当前用户去运行,就不会有错误提示了。 阅读全文
posted @ 2012-12-20 12:58
黄丁丁
阅读(835)
评论(0)
推荐(0)
浙公网安备 33010602011771号