随笔分类 - server
摘要:https://github.com/unbit/uwsgi-docs/blob/master/index.rst
阅读全文
摘要:http://djangobook.py3k.cn/2.0/chapter02/
阅读全文
摘要: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
阅读全文
摘要:技能点: 搭建服务器、restfulapi 在py脚本中调取另一个脚本执行
阅读全文
摘要:rest服务器的搭建 - CSDN博客 http://blog.csdn.net/zhanghaotian2011/article/details/8760794 REST的架构设计 REST(Representational State Transfer)是一种轻量级的Web Service架构风
阅读全文
摘要:https://github.com/cesanta/mongoose http://ltp.ai/docs/ltpserver.html LTP Server在轻量级服务器程序mongoose基础上开发。在编译LTP源码之后,运行`./bin/ltp_server`就可以启动LTP Server。
阅读全文
摘要:https://en.wikipedia.org/wiki/WildFly 【实现基于面向服务的架构SOA的web应用和服务】 WildFly,[1] formerly known as JBoss AS, or simply JBoss, is an application server auth
阅读全文
摘要:netty Netty: Home http://netty.io/ Netty is an asynchronous event-driven network application framework for rapid development of maintainable high perf
阅读全文
摘要:http://mina.apache.org/ Apache MINA is a network application framework which helps users develop high performance and high scalability network applica
阅读全文
摘要: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
阅读全文
摘要:w https://httpd.apache.org/docs/trunk/mod/mod_authz_core.html codeigniter index.html .htaccess
阅读全文
摘要: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/ 将任
阅读全文
摘要:虚拟域名访问,路由可以到达,但无输出。 http://httpd.apache.org/docs/2.2/mod/core.html#hostnamelookups 移动解析 HttpDNS_域名解析方案_防劫持 - 腾讯云 https://cloud.tencent.com/product/hd
阅读全文
摘要:w 将.htaaccess 放至该站点根目录。 http://codeigniter.org.cn/user_guide/general/urls.html 如果你的 Apache 服务器启用了 mod_rewrite ,你可以简单的通过一个 .htaccess 文件再加上一些简单的规则就可以移除
阅读全文
摘要:w 有无\的区别。 https://httpd.apache.org/docs/2.4/vhosts/examples.html hosts httpd.conf
阅读全文
摘要:Computer Systems A Programmer's Perspective Second Edition To this point in our study of computer systems, we have assumed thatprograms run in isolati
阅读全文
摘要:https://zh.wikipedia.org/wiki/反向代理 反向代理在计算机网络中是代理服务器的一种。服务器根据客户端的请求,从其关系的一组或多组后端服务器(如Web服务器)上获取资源,然后再将这些资源返回给客户端,客户端只会得知反向代理的IP地址,而不知道在代理服务器后面的服务器集群的存
阅读全文