タグ

2018年5月24日のブックマーク (6件)

  • net/http: Server rejects CONNECT requests without a Host header, per the spec · Issue #18215 · golang/go

    Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community. Pick a username Email Address Password Sign up for GitHub By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails. Already on GitHub? Sign in to your account

    net/http: Server rejects CONNECT requests without a Host header, per the spec · Issue #18215 · golang/go
    taueda
    taueda 2018/05/24
  • core - Apache HTTP Server Version 2.4

    This directive enables operating system specific optimizations for a listening socket by the Protocol type. The basic premise is for the kernel to not send a socket to the server process until either data is received or an entire HTTP Request is buffered. Only FreeBSD's Accept Filters, Linux's more primitive TCP_DEFER_ACCEPT, and Windows' optimized AcceptEx() are currently supported. Using none fo

    taueda
    taueda 2018/05/24
    LogLevel
  • mod_rewrite を利用したリバースプロキシ環境の作り方 - livedoor Blog(ブログ)

    こんにちは、 最近愛用のMacbookが外観も中身もボロボロになってきて悲しいkyannyです。 ライブドアでは、画像やCSSファイルやjavascriptファイルなどの静的なコンテンツを配信するウェブサーバとウェブアプリケーション体が稼働するアプリケーションサーバを別々のホストで運用する、いわゆるリバースプロキシ環境を構築しています。今回は、このリバースプロキシ環境の作り方を解説します。 リバースプロキシとは リバースプロキシとはプロキシサーバの一種で、クライアントに対してファイアウォールの中にあり外部のネットワークから直接アクセスできないサーバへのアクセスを提供する機能です。これ以外にも、複数のバックエンドサーバを用意して負荷分散をしたり、プロキシサーバでキャッシュを併用することでバックエンドサーバへのリクエストを減らしたりと、様々なシーンで活用できるため、大規模なウェブサイトを構築

    taueda
    taueda 2018/05/24
  • Index of -dist-httpd-binaries-win32

    Downloading the Apache HTTP Server¶ Use the links below to download the Apache HTTP Server from our download servers. You must verify the integrity of the downloaded files using signatures downloaded from our main distribution directory. The signatures can be verified with our KEYS file. Only current recommended releases are available on the main distribution site. Historical releases, including t

    taueda
    taueda 2018/05/24
  • apache old release archive

    Name Last modified Size Description Parent Directory - beta/ 2005-02-14 21:48 - binaries/ 2022-06-17 11:25 - contrib/ 2001-03-21 02:22 - docs/ 2022-06-17 11:25 - flood/ 2017-10-04 11:08 - libapreq/ 2022-08-25 13:10 - mod_aspdotnet/ 2004-12-16 22:53 - mod_fcgid/ 2022-06-17 11:25 - mod_ftp/ 2022-06-17 11:25 - modpython/ 2009-12-08 02:30 - patches/ 2023-04-10 23:12 - tools/ 2009-10-02 16:07 - Announc

    taueda
    taueda 2018/05/24
  • Hypertext Transfer Protocol - Wikipedia

    Hypertext Transfer Protocol(ハイパーテキスト・トランスファー・プロトコル、HTTP)はアプリ間コネクション上のリクエスト/レスポンス型・ステートレス・メッセージ指向通信プロトコルである[1]。 TCPやQUICはアプリケーション間のコネクション型通信を提供する。HTTPはこのコネクション上を、リソース要望と返答が、メッセージ単位で、1往復のクライアントリクエスト&サーバーレスポンスという形で通信される、と定めたプロトコルである[1]。 HTTPの発明により、インターネット上でのリソース公開とアクセスが容易になった。クライアントがサーバーとコネクションを確立し1つのHTTPメッセージを書いて送るだけで、サーバー上のリソースがHTTPメッセージとして帰ってくる。ゆえにHTTPで公開されるあらゆるリソースにHTTPという単一の手法でアクセスできるようになった。 HTT

    Hypertext Transfer Protocol - Wikipedia
    taueda
    taueda 2018/05/24
    リクエスト時のHostヘッダはHTTP/1.1では必須であるが、HTTP/1.0ではなくてもよい。 ただし、サーバがバーチャルホストを利用している場合は、Hostヘッダがないとリソース取得に失敗するので、たとえHTTP/1.0を使用していてもHos