原文地址:https://anturis.com/blog/nginx-vs-apache/
Nginx vs Apache
What is the Nginx web and proxy server and how does it compare to Apache? Should you use one of these servers or both? Here we explore ...
分类:
Web程序 时间:
2014-11-03 16:25:49
阅读次数:
299
1: Explain? how? a? web?? application? work ? A web application resides in the server and servers the client‘s requests over internet. The client? access the web page using? browser from h...
分类:
Web程序 时间:
2014-11-03 11:39:00
阅读次数:
290
PubSubHubbub协议是一个简单、开放、服务器对服务器的,基于Web-hook的发布/订阅(pubsub)协议,是Atom和RSS的扩展。遵守PubSubHubbub协议的参与者(servers)能够(通过webhook callbacks)几乎实时地获取到自...
分类:
其他好文 时间:
2014-10-31 16:08:25
阅读次数:
170
2、发布地图服务 2.1 地图服务器的建立 打开ArcCatalog,在左侧的GIS Servers下,双击Add ArcGIS Server, 弹出添加界面,选择,Administer GIS服务项,进入下一步,如下, 在Server URL里面填写http://机器名或IP:6080/arcgi...
分类:
其他好文 时间:
2014-10-24 12:19:09
阅读次数:
615
升级完系统,Versions因为兼容性到问题,各种闪退,网上搜索了一下,知乎到一个帖子提到了临时解决办法,如下:
Blackpixel 正在研究此崩溃的修复方案。临时解决方案如下:
在文本编辑器中打开 ~/.subversion/servers 在 [global] 下添加该行:
http-library = serf
如果还是无法解决,请联系技术支持。
...
分类:
系统相关 时间:
2014-10-22 13:00:21
阅读次数:
190
今天兴冲冲的升级到了OS X Yonsemite 10.10,结果发现SVN工具不能用了,于是找到一个临时的解决办法
1.打开文件夹~/.subversion/servers
2.在[global] 下添加http-library = serf并保存
原文链接:http://help.blackpixel.com/kb/versions/versions-crashi...
分类:
系统相关 时间:
2014-10-17 18:51:34
阅读次数:
208
ldap可以用来作为统一的用户管理,设置svn,apache,linux用户等。yum install openldap-servers openldap-clientsyum install perl-LDAP*安装完成后,编辑ldap.confvi /etc/openldap/ldap.conf...
分类:
其他好文 时间:
2014-10-16 19:32:33
阅读次数:
190
测试环境redis操作cd /export/servers/redis-2.8.9/src/./redis-cli -n 0 keys keys(pattern):返回满足给定pattern的所有keyexists(key):确认一个key是否存在del(key):删除一个keydbsize:返回当...
分类:
其他好文 时间:
2014-10-16 19:25:12
阅读次数:
214
修改/home/wwwroot/phpmyadmin/libraries/config.default.php 文件,找到下面两行$cfg['Servers'][$i]['nopassword'] = false;$cfg['Servers'][$i]['AllowNoPassword'] = fa...
分类:
Web程序 时间:
2014-10-16 10:15:52
阅读次数:
155
My company concerns security, request us to deploy the newest patches on our servers in time, even we have firewall/encryption internally.With the num...