随笔分类 -  server

摘要:https://github.com/unbit/uwsgi-docs/blob/master/index.rst 阅读全文
posted @ 2017-12-14 12:23 papering 阅读(133) 评论(0) 推荐(0)
摘要:http://djangobook.py3k.cn/2.0/chapter02/ 阅读全文
posted @ 2017-12-13 12:35 papering 阅读(227) 评论(0) 推荐(0)
摘要:邮件服务器 阅读全文
posted @ 2017-12-13 11:15 papering 阅读(172) 评论(0) 推荐(0)
摘要:This is a wiki containing user-contributed recipes, tips, and tricks for the Apache HTTP Server (aka Apache Web Server or httpd). As this is a public 阅读全文
posted @ 2017-12-11 17:40 papering 阅读(148) 评论(0) 推荐(0)
摘要:技能点: 搭建服务器、restfulapi 在py脚本中调取另一个脚本执行 阅读全文
posted @ 2017-12-07 17:52 papering 阅读(266) 评论(0) 推荐(0)
摘要:rest服务器的搭建 - CSDN博客 http://blog.csdn.net/zhanghaotian2011/article/details/8760794 REST的架构设计 REST(Representational State Transfer)是一种轻量级的Web Service架构风 阅读全文
posted @ 2017-12-04 00:16 papering 阅读(651) 评论(0) 推荐(0)
摘要:https://github.com/cesanta/mongoose http://ltp.ai/docs/ltpserver.html LTP Server在轻量级服务器程序mongoose基础上开发。在编译LTP源码之后,运行`./bin/ltp_server`就可以启动LTP Server。 阅读全文
posted @ 2017-12-04 00:08 papering 阅读(543) 评论(0) 推荐(0)
摘要:https://en.wikipedia.org/wiki/WildFly 【实现基于面向服务的架构SOA的web应用和服务】 WildFly,[1] formerly known as JBoss AS, or simply JBoss, is an application server auth 阅读全文
posted @ 2017-10-27 22:23 papering 阅读(245) 评论(0) 推荐(0)
摘要:jetty netty 阅读全文
posted @ 2017-10-27 16:54 papering 阅读(279) 评论(0) 推荐(0)
摘要:netty Netty: Home http://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high perf 阅读全文
posted @ 2017-10-27 13:31 papering 阅读(215) 评论(0) 推荐(0)
摘要:http://mina.apache.org/ Apache MINA is a network application framework which helps users develop high performance and high scalability network applica 阅读全文
posted @ 2017-10-27 10:10 papering 阅读(189) 评论(0) 推荐(0)
摘要:w 李智慧 阅读全文
posted @ 2017-04-17 18:34 papering 阅读(141) 评论(0) 推荐(1)
摘要:w 0- http://httpd.apache.org/docs/2.4/logs.html Access Log mod_log_config mod_setenvif CustomLog LogFormat SetEnvIf The server access log records all 阅读全文
posted @ 2017-04-06 20:38 papering 阅读(507) 评论(0) 推荐(0)
摘要:w https://httpd.apache.org/docs/trunk/mod/mod_authz_core.html codeigniter index.html .htaccess 阅读全文
posted @ 2017-02-26 23:29 papering 阅读(270) 评论(0) 推荐(0)
摘要:https://www.digitalocean.com/community/tutorials/how-to-set-up-mod_rewrite-for-apache-on-ubuntu-14-04 https://httpd.apache.org/docs/2.4/en/rewrite/ 将任 阅读全文
posted @ 2017-02-06 09:51 papering 阅读(204) 评论(0) 推荐(0)
摘要:虚拟域名访问,路由可以到达,但无输出。 http://httpd.apache.org/docs/2.2/mod/core.html#hostnamelookups 移动解析 HttpDNS_域名解析方案_防劫持 - 腾讯云 https://cloud.tencent.com/product/hd 阅读全文
posted @ 2017-01-23 20:30 papering 阅读(323) 评论(0) 推荐(0)
摘要:w 将.htaaccess 放至该站点根目录。 http://codeigniter.org.cn/user_guide/general/urls.html 如果你的 Apache 服务器启用了 mod_rewrite ,你可以简单的通过一个 .htaccess 文件再加上一些简单的规则就可以移除 阅读全文
posted @ 2017-01-23 18:37 papering 阅读(237) 评论(0) 推荐(0)
摘要:w 有无\的区别。 https://httpd.apache.org/docs/2.4/vhosts/examples.html hosts httpd.conf 阅读全文
posted @ 2017-01-23 18:11 papering 阅读(130) 评论(0) 推荐(0)
摘要:Computer Systems A Programmer's Perspective Second Edition To this point in our study of computer systems, we have assumed thatprograms run in isolati 阅读全文
posted @ 2016-12-16 09:39 papering 阅读(164) 评论(0) 推荐(0)
摘要:https://zh.wikipedia.org/wiki/反向代理 反向代理在计算机网络中是代理服务器的一种。服务器根据客户端的请求,从其关系的一组或多组后端服务器(如Web服务器)上获取资源,然后再将这些资源返回给客户端,客户端只会得知反向代理的IP地址,而不知道在代理服务器后面的服务器集群的存 阅读全文
posted @ 2016-09-20 11:42 papering 阅读(823) 评论(0) 推荐(0)