タグ Web Server
人気順 5 users 50 users 100 users 500 users 1000 usersGo な Web Server を Systemd で良い感じに動かすメモ
Go で Web Server 書く 動作確認するだけのコードなのでなるだけシンプルに書く。んで、 Port 80 を Listen したいけどプロセスは root で走らせたくないので、 systemd でポート開いてそれをプログラム側で使うようにする。 ディスクリプタごにょる部分は coreos/go-systemd がドンピシャなのでこれを使う。 package ma... 続きを読む
NGINXがQUIC+HTTP/3対応のテクニカルプレビューを発表 - Publickey
軽量なWebサーバのNGINXが、QUICとHTTP/3に対応するテクニカルプレビューを発表しました。 Introducing a Technology Preview of #NGINX Support for #QUIC and #HTTP3 https://t.co/BEFSH96Emy pic.twitter.com/cxHB8e4C9x — nginx web server (@nginxorg) June 10, 2020 Nginxのブログに投稿された記事「Introducing a... 続きを読む
Avoiding dropped connections in nginx containers with “STOPSIGNAL SIGQUIT” | Ubuntu
Avoiding dropped connections in nginx containers with “STOPSIGNAL SIGQUIT” nginx is a very popular web server. It may have just become the most popular web server – Netcraft’s October survey found nginx had 33% market share. This may be thanks to growth in Kubernetes adoption (most Kubernetes ins... 続きを読む
「Apache HTTP Web Server」の複数モジュールにDoSなど5件の脆弱性 -INTERNET Watch
ニュース 「Apache HTTP Web Server」の複数モジュールにDoSなど5件の脆弱性 2.4系はアップデート、2.2系はパッチ適用を推奨 岩崎 宰守 2017年6月20日 18:02 「Apache HTTP Web Server」の複数モジュールにおけるサービス運用妨害(DoS)など5件の脆弱性について、一般社団法人JPCERTコーディネーションセンター(JPCERT/CC)が注... 続きを読む
Webサーバーソフトウェアでnginxのシェアが3割越え、王者Apacheはシェア50% - GIGAZINE
by Paul Downey 世界で最も多く使われているWebサーバーソフトウェアといえば1995年に生まれた「 Apache HTTP Server 」で、今でもトップであることには変わりないのですが、ここ数年は「 nginx 」が猛追していて、シェアを33.3%まで増やしています。 Nginx reaches 33.3% web server market share while Apache... 続きを読む
How we've made Raptor up to 4x faster than Unicorn, up to 2x faster than Puma, Torquebox
Ruby web server up to 4x faster than Unicorn, up to 2x faster than Puma and Torquebox.Raptor is a new Ruby web server that's up to 4x faster than Unicorn, and up to 2x faster than Puma and Torquebox. ... 続きを読む
Raptor: a radically new Ruby web server
Ruby web server up to 4x faster than Unicorn, 2x faster than Puma, 2x faster than Torquebox.Performance and visiblity Raptor is a new Ruby app server built for two goals: performance and visibility. R... 続きを読む
Goliath: Non-blocking, Ruby 1.9 Web Server - igvita.com
There are easily half a dozen of factors you need to consider when picking an app server: the choice of the VM, implementation model, performance and memory usage, driver and library availability, com... 続きを読む
インフラエンジニアであるか見分ける10の質問への回答 - すめるまん Broken Diary
インフラエンジニアであるか見分ける10の質問をダメなインフラエンジニアが回答してみました。 1. 今まで自身で構築したサーバの種類と、その構築方法について説明せよApplication Server, Web Server, Database Server, File ServerApplication ServerはWeb Serverと共有しているケースが多い、主にPassengerを使ったケ... 続きを読む
Web Server
全世界的に、Web サーバーとしては Apache が一番多く使われています。その Apache を利用する際になるべく最適な環境を作る方法についてまとめてみます。 1. はじめに Apache の設定ファイルは、httpd.conf、srm.conf、 access.conf と三種類ありますが、最近のバージョンではほとんど httpd.conf のみで行います。Apache 2.0 では、sr... 続きを読む