上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 43 下一页
摘要: 一、Zabbix简介1.1 Zabbix简介 Zabbix是一个企业级的开源分布式监控解决方案,由一个国外的团队持续维护更新,软件可以自由下载使用,运作团队靠提供收费的技术支持赢利。官方网站:http://www.zabbix.com官方文档:http://www.zabbix.com/docum... 阅读全文
posted @ 2014-06-27 14:50 北斗极星 阅读(3963) 评论(0) 推荐(3) 编辑
摘要: http://johndyer.name/native-fullscreen-javascript-api-plus-jquery-plugin/HTML5 is great, but when it was first released, one of the big complaints wa... 阅读全文
posted @ 2014-06-24 17:13 北斗极星 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 在开发 Web 应用时,开发者有时需要在本地存储数据。当前浏览器支持 cookie 存储,但其大小有 4KB 的限制。这对于一些 Ajax 应用来说是不够的。更多的存储空间需要浏览器本身或是插件的支持,如 Google Gears 和 Flash。不过开发人员需要通过检测当前浏览器所支持的插件类型来... 阅读全文
posted @ 2014-06-24 16:28 北斗极星 阅读(772) 评论(0) 推荐(0) 编辑
摘要: http://wiki.nginx.org/HttpHeadersMoreModule#Versionheaders_moreWhen you are browsing a website, you can check the type of web server running by retrie... 阅读全文
posted @ 2014-05-26 23:17 北斗极星 阅读(1296) 评论(0) 推荐(0) 编辑
摘要: 今天做实验的时候,想起我那台yum安装的nginx+php-fpm+mysql服务器上的nginx版本有点低了,并且还要加两个第3方模块,就去nginx官网下载了最新稳定版nginx-1.0.6,好了,废话不多说看教程吧. 系统版本: centos 5.6 ip: 192.168.1.200 需要的... 阅读全文
posted @ 2014-05-26 22:20 北斗极星 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 可能有时候我们看某些站点想知道别人在使用什么版本的web服务器之类的信息时,却发现并未显示版本号,甚至连WEB服务器都有变化,可以通过以下方法来隐藏Nginx、PHP的版本号信息,来提升一定的安全性;(当然了,这都是些小打小闹的措施,重点还是在其他防护措施上!)一、隐藏Nginx版本号第一步:vi ... 阅读全文
posted @ 2014-05-26 22:16 北斗极星 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: 下载好Nginx的安装文件nginx-1.6.0.tar.gz,并把它解压。wget http://nginx.org/download/nginx-1.6.0.tar.gztar xzvf nginx-1.2.3.tar.gz然后我们修改src/core/nginx.h。#define NGIN... 阅读全文
posted @ 2014-05-26 22:09 北斗极星 阅读(1091) 评论(0) 推荐(0) 编辑
摘要: 安装环境:centos 6.5 32bit php5.5.7 nginx1.6.0[root@localhost opt]# wget http://xcache.lighttpd.net/pub/Releases/3.1.0/xcache-3.1.0.tar.gz[root@localhost o... 阅读全文
posted @ 2014-05-26 16:35 北斗极星 阅读(650) 评论(0) 推荐(0) 编辑
摘要: 一 、查看已安装的nginx是否包含stub_status模块 /usr/local/nginx/sbin/nginx -V nginx version: Nginx/1.2.0 configure arguments: --with-http_stub_status_module 确定支持stub... 阅读全文
posted @ 2014-05-22 17:47 北斗极星 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 现在需要分析访问日志,怎么办?比如分析D:\Servers\Apache2.2\logs\access2014-05-22.loghttp://my.oschina.net/cart/针对这个问题特意开发了一款小工具分析Apache 日志,拆分字段成CSV文件并插入Mysql数据库分析<?php$d... 阅读全文
posted @ 2014-05-22 16:20 北斗极星 阅读(612) 评论(0) 推荐(0) 编辑
上一页 1 ··· 22 23 24 25 26 27 28 29 30 ··· 43 下一页