不做第二个别人,永远做第一个自己。
发布时间:2014-04-10 11:16:55
nginx结合php,配置如下: Configure Nginx to execute PHP script.This example shows to use PHP-FPM ( PHP FastCGI Process Manager ). 安装php & php-fpm # yum –enablerepo=epel -y install php php-mbstring php-pear php-f.........【阅读全文】
发布时间:2014-04-10 11:16:24
nginx 结合 perl Configure Nginx to execute Perl script.This example shows to use fcgiwrap + spawn-fcgi. 安装一些辅助软件包!# yum –enablerepo=epel -y install spawn-fcgi fcgi-devel # yum -y groupinstall "Development Tool.........【阅读全文】
发布时间:2014-04-10 11:15:53
使用nginx作为网站服务,在访问网站首页的时候添加一个简单的认证;# yum -y install httpd-tools # vim /etc/nginx/conf.d/default.conf # add follows in "server" section location /basic { .........【阅读全文】
发布时间:2014-04-10 11:15:06
#!/bin/bash# Author: kernal# Date:2014-03-25# Filename: autoinstall_zabbixclient.sh# auto install & config zabbix_agent_clientfind /etc/yum.repos.d/ -name epel.repoif [ $? -eq 0 ]; thenyum –enablerepo=epel -y install zabbix-agent else rpm -ivh http://dl.fedoraproject.org/pub.........【阅读全文】
发布时间:2014-04-10 11:11:58
为什么需要关注Ceph在目前开源世界里多样的存储项目中,不同的项目都有侧重点,而它们最终都是要为企业的IT基础设施服务。那么企业IT基础设施经理们到底需要怎么样的存储,它们的需求得到满足了吗?作者尝试根据对企业级存储产品的调研归纳出如下图。图一从上图我们可以了解到存储接口需求、扩展、运维和.........【阅读全文】