web Server

系统管理员必看



http://tomcat.apache.org/tomcat-8.0-doc/config/index.html


Tomcat 8

http://tomcat.apache.org/tomcat-8.0-doc/index.html

server

http://tomcat.apache.org/tomcat-8.0-doc/config/server.html

service 

http://tomcat.apache.org/tomcat-8.0-doc/config/service.html


http://tomcat.apache.org/tomcat-8.0-doc/api/org/apache/catalina/Service.html

engine

http://tomcat.apache.org/tomcat-8.0-doc/config/engine.html

Host

http://tomcat.apache.org/tomcat-8.0-doc/config/host.html


http://tomcat.apache.org/tomcat-8.0-doc/api/org/apache/catalina/Host.html


http://tomcat.apache.org/tomcat-8.0-doc/api/org/apache/catalina/core/StandardHost.html

Connector

http://tomcat.apache.org/tomcat-8.0-doc/config/http.html

Context

maven-plugin

http://tomcat.apache.org/maven-plugin-trunk/context-goals.html

tomcat 认证过程


http://tomcat.apache.org/tomcat-8.0-doc/architecture/requestProcess/authentication-process.png

tomcat  请求过程

http://tomcat.apache.org/tomcat-8.0-doc/architecture/requestProcess/request-process.png

安装Nginx

http://nginx.org/en/linux_packages.html

Nginx

http://nginx.org/


http://nginx.org/en/docs/

tomcat

http://tomcat.apache.org/tomcat-8.0-doc/index.html

apache
tengine

http://tengine.taobao.org/


http://tengine.taobao.org/documentation_cn.html

时间: 2024-10-25 20:52:37

web Server的相关文章

Using OAuth 2.0 for Web Server Applications, verifying a user's Android in-app subscription

在写本文之前先说些题外话. 前段时间游戏急于在GoolePlay上线,明知道如果不加Auth2.0的校验是不安全的还是暂时略过了这一步,果然没几天就发现后台记录与玩家实际付费不太一致,怀疑有玩家盗刷游戏元宝等,并且真实的走过了GooglePlay的所有支付流程完成道具兑换,时间一长严重性可想而知.经过查阅大量google官方文档后把代码补上,并在这里记录下OAuth 2.0 的使用,Google提供了OAuth2.0的好几种使用用途,每种使用方法都有些不同,具体可以看下这篇博客.在这里只写OAu

Apache Web Server 本地推送命令

/*****openssl 系统命令    x509输入文件类型       -in 是参数输入文件   -inform本地文件     -out是参数  是生成文件  ***/ openssl    x509  -in  *.cer  -inform  der  -out *.pem openssl  pkcs12  -nocets  -out  *.pem  -in  *.p12 /*****   >是 表示连接   ****/ cat  *.pem  *.pem  >  *.pem 在终

The web application you are attempting to access on this web server is currently unavailable.......

今天去服务器安装了个.net 4.0 framework(原本有1.0和2.0的),配置好站点后,选择版本为4.0,访问出错,错误代码如下 Server Application Unavailable The web application you are attempting to access on this web server is currently unavailable.  Please hit the "Refresh" button in your web brows

Home Web Server 1.9.1 build 164 - CGI Remote Code Execution复现

一.  Home Web Server 1.9.1 build 164 - CGI Remote Code Execution复现 漏洞描述: Home Web Server允许调用CGI程序来通过POST请求访问位于/cgi-bin下的文件,然后通过目录遍历,就有可能执行远程主机的任意可执行程序. 漏洞影响范围: Home Web Server 1.9.1 build 164 漏洞复现: 利用原理: NC连接发送打开计算器请求,安装Home Web Server 1.9.1 build 164

Nginx一个实现负载均衡的强大web server

<转>nginx 这个轻量级.高性能的 web server 主要可以干两件事情: 〉直接作为http server(代替apache,对PHP需要FastCGI处理器支持): 〉另外一个功能就是作为反向代理服务器实现负载均衡 以下我们就来举例说明如何使用 nginx 实现负载均衡.因为nginx在处理并发方面的优势,现在这个应用非常常见.当然了Apache的 mod_proxy和mod_cache结合使用也可以实现对多台app server的反向代理和负载均衡,但是在并发处理方面apache

DICOM:剖析Orthanc中的Web Server,Mongoose之“连接请求触发的事件序列”(二)

背景: Orthanc是本专栏中介绍过的一款新型DICOM服务器,具有轻量级.支持REST的特性,可将任意运行Windows和Linux系统的计算机变成DICOM服务器,即miniPACS.Orthanc内嵌多种模块,数据库管理简单,且不依赖于第三方软件.因此通过剖析Orthanc源码可以学习到搭建DICOM系统中的各个环节,例如SQLite嵌入型数据库.GoogleLog日志库.DCMTK医学DICOM库,以及近期要介绍的开源Web Server,Mongoose. 题记: 近期计划参照官网剖

Chapter1 Making a Web Server

a Chapter1 Making a Web Server,布布扣,bubuko.com

CSAPP Tiny web server源代码分析及搭建执行

1. Web基础 webclient和server之间的交互使用的是一个基于文本的应用级协议HTTP(超文本传输协议). 一个webclient(即浏览器)打开一个到server的因特网连接,而且请求某些内容.server响应所请求的内容,然后关闭连接.浏览器读取这些内容.并把它显示在屏幕上. 对于webclient和server而言.内容是与一个MIME类型相关的字节序列. 常见的MIME类型: MIME类型 描写叙述 text/html HTML页面 text/plain 无格式文本 ima

技术:RTC File Client/Server, Web Server, Messenger Client + Server

http://www.realthinclient.com/details/ Write a HTTP/Web Server in 5 minutesWrite a HTTP/Web Client in 8 minutesMake ‘live’ Web Pages in 5 minutesWrite an ISAPI extension in 5 minutesWrite an Application Server in 3 minutesWrite an Application Client

Web Server 在iis下部署php网站在iis下

Web Server  在iis下部署php网站在iis下 一.参考地址: windows8 http://www.cnblogs.com/haocool/archive/2012/10/14/windows-8-iis-to-configure-php-runtime-environment.html windows Server2008 http://www.jb51.net/article/38048.htm 二.自己总结的步骤: iis配置: 下载所需的包文件: 1.下载php安装文件: