並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 525件

新着順 人気順

web-serverの検索結果1 - 40 件 / 525件

  • Caddy - The HTTP/2 Web Server Made for Humans

    makes your sites more secure, more reliable, and more scalable than any other solution.

      Caddy - The HTTP/2 Web Server Made for Humans
    • Deep Dive into The Go's Web Server

      Goのnet/httpパッケージはとてもよくできており、Webサーバーを動かすのに必要になる「httpコネクションを確立してリクエストを読んでルーティングして……」という手続き的な処理を気にせずとも誰でも簡単にWebサーバーを立てられるようになっています。 ですが、そのnet/httpが代わりにやってくれている「裏側の処理」の部分が気になる、何やっているんだろう?と不思議に思っている方はいませんか? この本では、実際に筆者がnet/httpパッケージのソースコードを読み込んだうえで、「GoのWebサーバーがどのような仕組みで起動・動いているのか」というところについて、図を使いながら解説しています。

        Deep Dive into The Go's Web Server
      • Web Server

        全世界的に、Web サーバーとしては Apache が一番多く使われています。その Apache を利用する際になるべく最適な環境を作る方法についてまとめてみます。 1. はじめに Apache の設定ファイルは、httpd.conf、srm.conf、 access.conf と三種類ありますが、最近のバージョンではほとんど httpd.conf のみで行います。Apache 2.0 では、srm.conf, access.conf は無くなります。そこで、設定はすべて httpd.conf で行なうものと思って作業してください。 2. Apache のチューニング(httpd.conf) 設定ファイルでは、幾つかディレクティブがあります。その中で注意して設定することで、Apache を最適に動作させるディレクティブ説明と方法を記述します。 2.1. HostnameLookups

        • Tornado Web Server — Tornado 6.4 documentation

          ¶ Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Quick links¶ Current version: 6.4 (download from PyPI, release notes) Source

          • A Fast, Concurrent Web Server for Ruby & Rack - Puma

            Speed & Concurrency Current Release: 6.4.0 Unlike other Ruby Webservers, Puma was built for speed and parallelism. Puma is a small library that provides a very fast and concurrent HTTP 1.1 server for Ruby web applications. It is designed for running Rack apps only. What makes Puma so fast is the careful use of a Ragel extension to provide fast, accurate HTTP 1.1 protocol parsing. This makes the se

            • Thin - yet another web server

              WhatThin is a Ruby web server that glues together 3 of the best Ruby libraries in web history: the Mongrel parser, the root of Mongrel speed and securityEvent Machine, a network I/O library with extremely high scalability, performance and stabilityRack, a minimal interface between webservers and Ruby frameworks Which makes it, with all humility, the most secure, stable, fast and extensible Ruby we

              • Raptor: a radically new Ruby web server

                A radically new Ruby web server Phusion Passenger 5 (codename "Raptor") The wait is over Phusion Passenger 5 is a brand new version, faster than ever. Many of you have been waiting for this for a month. We have worked hard to reach this day and we are grateful for all the support and encouragement you've given us so far. Read the release announcement Or visit the Phusion Passenger website Tweet Fo

                • Go な Web Server を Systemd で良い感じに動かすメモ

                  Go で Web Server 書く 動作確認するだけのコードなのでなるだけシンプルに書く。んで、 Port 80 を Listen したいけどプロセスは root で走らせたくないので、 systemd でポート開いてそれをプログラム側で使うようにする。 ディスクリプタごにょる部分は coreos/go-systemd がドンピシャなのでこれを使う。 package main import ( "errors" "fmt" "log" "net" "net/http" "github.com/coreos/go-systemd/activation" ) func main() { // Mux を設定する m := http.NewServeMux() m.HandleFunc("/", handler) // Server を設定する s := &http.Server{ Handl

                    Go な Web Server を Systemd で良い感じに動かすメモ
                  • A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies

                    main.go P xi>V ���i>V package main import ( "context" "flag" "fmt" "log" "net/http" "os" "os/signal" "sync/atomic" "time" ) type key int const ( requestIDKey key = 0 ) var ( listenAddr string healthy int32 ) func main() { flag.StringVar(&listenAddr, "listen-addr", ":5000", "server listen address") flag.Parse() logger := log.New(os.Stdout, "http: ", log.LstdFlags) logger.Println("Server is starting

                      A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
                    • Harp, the static web server with built-in preprocessing

                      The static web server with built-in preprocessing.Harp serves Jade, Markdown, EJS, CoffeeScript, Sass, LESS and Stylus as HTML, CSS & JavaScript—no configuration necessary. Follow @HarpWebServerStar Harp on GitHub

                      • 佐野元春 : オフィシャル・ファンサイト - Moto's Web Server

                        DaisyHeads佐野元春公式モバイル・アプリ ニュース速報、楽曲&歌詞検索、そして未発表ライブ音源を多数配信中 今すぐダウンロード

                          佐野元春 : オフィシャル・ファンサイト - Moto's Web Server
                        • h5ai · modern HTTP web server index for Apache httpd, lighttpd, nginx and Cherokee · larsjung.de

                          0.30.0h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too. See the demo directory with most features enabled. A reduced example and my actual use case

                          • SDカードがWeb Serverとして動作する「ServersMan@SD」開発のお知らせ « プレスルーム|FreeBit

                            2011年1月6日 各位 フリービット株式会社 フリービット、aigo、Smart Cloud共同でSDカード単体でWeb Serverとして動作する「ServersMan@SD」の開発に成功。世界最大の家電見本市CESで参考展示。 ~あらゆるSDカード対応機器を“そのまま”ネットワーク化、Server化!~ フリービット株式会社(本社:東京都渋谷区、代表取締役社長:石田宏樹、以下フリービット)と、中国でのビジネスパートナーである、爱国者数码科技有限公司(aigo Digital Technology Co. Ltd、本社:北京市、代表 馮軍、以下愛国者/aigo)及び、両社の合弁会社であるSmart Cloud社は共同で、SDカード単体(外部給電は必須)でServerとして動作する「ServersMan@SD」の開発に成功いたしました。 SDカードの中に、CPU、WiFiモジュール、SD

                              SDカードがWeb Serverとして動作する「ServersMan@SD」開発のお知らせ « プレスルーム|FreeBit
                            • Cherokee Web Server | Home

                              Evolved Web Infrastructure Software Cherokee is an innovative, feature rich, lightning fast and easy to configure open source web server designed for the next generation of highly concurrent secured web applications. User friendly All the configuration is done through Cherokee-Admin, a beautiful and powerful web interface. Modern Technologies Cherokee supports the most widespread Web technologies:

                              • Web Server's Default Page

                                You see this page because there is no Web site at this address.

                                • 「Apache HTTP Web Server 2.4」に複数の脆弱性、最新版へのアップデートを

                                    「Apache HTTP Web Server 2.4」に複数の脆弱性、最新版へのアップデートを 
                                  • PSGI/Plackで非同期 Web Server - blog.nomadscafe.jp

                                    PSGI/Plackにおいて、非同期にレスポンスが返せるstreamingという仕様/機能が追加されました。 PSGI/Plack streaming is now complete これを使うと、streamingをサポートしたサーバから非同期/nonblockingにhttpやGearmanを利用して外部へ問い合わせを行い、その結果をレスポンスしたりできます。 また、これがPlackで既に実装済みなので、非常に短いコードでサーバの実装ができちゃいます。 すばらしいですね。 すでにmiyagawaさんが、この機能を利用した非同期Web Framework「Tatsumaki」を書かれています。 イベントを扱う部分が隠蔽されているので、これを使うとさらに簡単に実装できます。 すばらしすぐる。 ここでは、簡単に外部へAnyEvent::HTTPを用いて、HTTPリクエストを行うサンプルを書い

                                    • Top 25 Nginx Web Server Best Security Practices

                                      Nginx is a lightweight, high-performance web server/reverse proxy and e-mail (IMAP/POP3) proxy. It runs on UNIX, GNU/Linux, BSD variants, Mac OS X, Solaris, and Microsoft Windows. According to Netcraft, 13.50% of all domains on the Internet use nginx web server. Nginx is one of a handful of servers written to address the C10K problem. Unlike traditional servers, Nginx doesn’t rely on threads to ha

                                        Top 25 Nginx Web Server Best Security Practices
                                      • Web Server Gateway Interface - Wikipedia

                                        Web Server Gateway Interface (WSGI; ウィスキー[1][2]) は、プログラミング言語Pythonにおいて、WebサーバとWebアプリケーション(あるいはWebアプリケーションフレームワーク)を接続するための、標準化されたインタフェース定義である。また、WSGIから着想を得て、他の言語でも同様のインタフェースが作られた。 基本的な発想[編集] 過去において、Pythonに多種のWebアプリケーションフレームワークが存在することは、PythonでWebアプリケーションを開発しようとする者にとって問題になっていた。というのも、Webアプリケーションフレームワークを選択することによって、使用できるWebサーバが制限されてしまったり、その逆の制限が発生したりしたためである。Pythonで書かれたWebアプリケーションは、FastCGI, mod_python, C

                                        • PEP 333 – Python Web Server Gateway Interface v1.0 | peps.python.org

                                          PEP 333 – Python Web Server Gateway Interface v1.0 Author: Phillip J. Eby <pje at telecommunity.com> Discussions-To: Web-SIG list Status: Final Type: Informational Created: 07-Dec-2003 Post-History: 07-Dec-2003, 08-Aug-2004, 20-Aug-2004, 27-Aug-2004, 27-Sep-2010 Superseded-By: 3333 Table of Contents Preface Abstract Rationale and Goals Specification Overview The Application/Framework Side The Serv

                                            PEP 333 – Python Web Server Gateway Interface v1.0 | peps.python.org
                                          • GitHub - caddyserver/caddy: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

                                            Easy configuration with the Caddyfile Powerful configuration with its native JSON config Dynamic configuration with the JSON API Config adapters if you don't like JSON Automatic HTTPS by default ZeroSSL and Let's Encrypt for public names Fully-managed local CA for internal names & IPs Can coordinate with other Caddy instances in a cluster Multi-issuer fallback Stays up when other servers go down d

                                              GitHub - caddyserver/caddy: Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS
                                            • Nginx Secure SSL Web Server @ Calomel.org

                                              home rss search July 18, 2018 Nginx Secure Web Server with HTTP, HTTPS SSL and Reverse Proxy Examples Nginx is a secure, fast and efficient web server. It can be configured to serve out files or be a reverse proxy depending on your application. What makes this web server different from Apache, Lighttpd or thttpd is the overall efficiency of the daemon, the number of configuration options and how e

                                              • Nginx just became the most used web server among the top 1000 websites

                                                Nginx just became the most used web server among the top 1000 websitesPosted by Matthias Gelbmann on 3 July 2013 in News, Nginx, Web Servers Summary: 34.9% of the top 1000 web sites rely on Nginx. That makes it the most trusted web server on high traffic sites, just ahead of Apache. The Russian Nginx has a reputation of being a fast and reliable web server. High traffic sites all over the world in

                                                • Web Server's Default Page

                                                  You see this page because there is no Web site at this address.

                                                    Web Server's Default Page
                                                  • Web Server Gateway Interface(WSGI,Rack,PSGI) - よねのはてな

                                                    Java屋さんが、他言語でのWebアプリケーション開発する際に押さえておくと良い仕様をメモ。 多くのWebアプリケーションフレームワークが存在して、使用可能なWebサーバを制限したりその逆があるのは よろしくないのでWebサーバとフレームワーク間で統一されたインターフェース仕様が必要となります。 まさに Web Server Gateway Interface です。 Python WSGI WSGI(Web Server Gateway Interface)は、Python向けの統一されたインターフェース仕様 WSGI supported web frameworks Django, Pylons, TurboGears, CherryPy, web.py, web2.py, Zope3, ... see http://www.python.org/dev/peps/pep-0333/

                                                      Web Server Gateway Interface(WSGI,Rack,PSGI) - よねのはてな
                                                    • 「Apache HTTP Web Server」の複数モジュールにDoSなど5件の脆弱性 2.4系はアップデート、2.2系はパッチ適用を推奨

                                                        「Apache HTTP Web Server」の複数モジュールにDoSなど5件の脆弱性 2.4系はアップデート、2.2系はパッチ適用を推奨
                                                      • 窓の杜 - 【NEWS】SSLやASP.NETも利用できるフリーのWebサーバー「Abyss Web Server X1」v2.5

                                                        導入や設定が簡単で、SSLやASP.NETにも対応するWebサーバー「Abyss Web Server X1」v2.5が公開された。Windows 95/98/Me/NT/2000/XP/Server 2003/Vistaに対応するフリーソフトで、現在作者のホームページからダウンロードできる。なお本ソフトは英語版だが、作者サイトで公開されている言語ファイルをインストールすることにより、設定画面などを日本語化することが可能。 「Abyss Web Server X1」は、標準でSSL接続やASP.NET/ISAPIアプリケーションの実行に対応するWebサーバー。Webベースのわかりやすい画面でサーバーの設定ができるほか、あらかじめ基本設定が施されたサーバーが構築されており、インストール直後からすぐにサーバーの機能を試すことができる。マイクロソフトの「IIS」に近い機能を備えながらも、より手軽

                                                        • Tornado Web Server — Tornado 6.3.3 documentation

                                                          ¶ Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it ideal for long polling, WebSockets, and other applications that require a long-lived connection to each user. Quick links¶ Current version: 6.3.3 (download from PyPI, release notes) Sour

                                                          • Deploying Rails Applications with the Puma Web Server | Heroku Dev Center

                                                            Web applications that process concurrent requests make more efficient use of dyno resources than those that only process one request at a time. Puma is a webserver that competes with Unicorn and allows you to handle concurrent requests. Puma uses threads, in addition to worker processes, to make more use of available CPU. You can only utilize threads in Puma if your entire code-base is thread safe

                                                              Deploying Rails Applications with the Puma Web Server | Heroku Dev Center
                                                            • Lwan Web Server

                                                              Requests per second vs. number of concurrent connections? Lwan was until recently just a personal research effort that focused mostly on building a solid infrastructure for a lightweight and speedy web server. With its low disk and memory footprints, it's suitable to be used from embedded devices to robust servers. Both static and dynamic content can be served, as it can also be used as a library.

                                                              • Fenix Web Server

                                                                Finally, a simple static desktop web server. Because simple stuff shouldn't need Apache, IIS, or NGINX. Available for Windows and Mac. Downloads To Date download now See it in Action Easy to Use Click to fire up/kill static web servers. Auto-detects available ports. More Localhost  Includes a request bin, Growl support, Markdown rendering, and a slick command line tool. Beautiful Interface Visual

                                                                  Fenix Web Server
                                                                • The Tengine Web Server

                                                                  Tengine是由淘宝发起的Web服务器项目。它在Nginx的基础上,针对大访问量网站的需求,添加了很多高级功能和特性。Tengine的性能和稳定性已经在大型的网站如淘宝,天猫,优酷,全球速卖通,Lazada,阿里云等得到了很好的检验。Tengine将向通用API网关方向持续演进和发展,在HTTP应用流量入口网关的基础上,逐步支持4/7层TLS,TCP,UDP和GRPC多协议路由能力,适配不同终端和不同应用,打造全场景通用网关,持续保持Tengine业界领先地位。 从2011年12月开始,Tengine成为一个开源项目,Tengine团队在积极地开发和维护着它。Tengine团队的核心成员来自于淘宝,蚂蚁,阿里云,搜狗等互联网企业。Tengine是社区合作的成果,我们欢迎大家参与其中,贡献自己的力量。 Download Tengine is a web server originated

                                                                  • Web Server's Default Page

                                                                    You see this page because there is no Web site at this address.

                                                                    • Web Server's Default Page

                                                                      You see this page because there is no Web site at this address.

                                                                      • Winginx - Local web server for PHP5, MySQL, MongoDB, Node.js developers

                                                                        Discover a handy tool for web development! Enjoy PHP 7.1 (+ 5.6) MySQL 5.7 Node.js 6 MongoDB Redis memcached CMS and frameworks New features Project tasks Time tracking Local mail Improved server manager New nginx config Tools htaccess to nginx converter HTTP-auth password encrypter Punycode encoder Winginx © Alexei Shabalin, 2011-2023

                                                                        • Webサービスのトラブルの現場 ~ Webサービスの今と昔 ~ / web-server-is-dead

                                                                          # PHPカンファレンス2019 https://phpcon.php.gr.jp/2019/ # 参考資料 - https://soudai.hatenablog.com/entry/2019/08/24/030631 - https://github.com/songmu/horenso - https://github.com/ariarijp/mackerel-client-php - https://github.com/noborus/trdsql - https://qiita.com/advent-calendar/2017/mackerel-plugins

                                                                            Webサービスのトラブルの現場 ~ Webサービスの今と昔 ~ / web-server-is-dead
                                                                          • Reverse IP Lookup - Find Other Web Sites Hosted on a Web Server

                                                                            Find other sites hosted on a web server by entering a domain or IP address above. Note: For those of you interested, as of May 2014, my database has grown to over 100 million domain names. I am now offering this domain list for purchase. A reverse IP domain check takes a domain name or IP address pointing to a web server and searches for other sites known to be hosted on that same web server. Data

                                                                            • GitHub - nemasu/asmttpd: Web server for Linux written in amd64 assembly.

                                                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                GitHub - nemasu/asmttpd: Web server for Linux written in amd64 assembly.
                                                                              • Web Server's Default Page

                                                                                You see this page because there is no Web site at this address.

                                                                                • Hardening Your Web Server’s SSL Ciphers

                                                                                  There are many wordy articles on configuring your web server’s TLS ciphers. This is not one of them. Instead, I will share a configuration that scores a straight “A” on Qualys’s SSL Server Test in 2023. Disclaimer: I’m updating this post continually to represent what I consider the best practice at the moment – there are way too many dangerously outdated articles about TLS-deployment out there alr

                                                                                    Hardening Your Web Server’s SSL Ciphers