タグ Web Server
人気順 10 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... 続きを読む
LiteSpeedがMicrosoft IISを抜いて4位のWebサーバに | マイナビニュース
Q-Successは11月10日(米国時間)、「The LiteSpeed web server is now used by 7.5% of the websites, up from 4.9% one year ago. It is now the 4th most use web server, ahead of Microsoft-IIS.」において、LiteSpeedのシェアがMicrosoft IISを抜いて第4位になったと伝えた。LiteSpeedの1年前のシェアは4.9%。この1... 続きを読む
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」に複数の脆弱性 - 最新版で修正(1ページ目 / 全1ページ):Security NEXT
オープンソースのウェブサーバ「Apache HTTP Web Server」に複数の脆弱性が含まれることが判明した。最新リリースの「同2.4.26」で修正されている。 バージョンによって影響を受ける脆弱性は異なるが、認証回避の脆弱性「CVE-2017-3167」やNULLポインタ参照の脆弱性「CVE-2017-7659」のほか、バッファオーバーリードなど、あわせて5件の脆弱性が明らかとなった。 同... 続きを読む
「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... 続きを読む
Perlbal::Plugin::Expires - ziguzagu.org
Perlbal の web server に Apache の mod_expires と同じ代替期間指定構文ってやつで Expires を指定できるプラグイン、Perlball::Plugin::Expires というのを書いた。 https://github.com/ziguzagu/Perlbal-Plugin-Expires 使い方はこんなん。 LOAD Expires CREATE SE... 続きを読む
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... 続きを読む