並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 33 件 / 33件

新着順 人気順

web-serverの検索結果1 - 33 件 / 33件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

web-serverに関するエントリは33件あります。 serverwebsecurity などが関連タグです。 人気エントリには 『Deep Dive into The Go's Web Server』などがあります。
  • 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
    • 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 で良い感じに動かすメモ
      • 「Apache HTTP Web Server 2.4」に複数の脆弱性、最新版へのアップデートを

          「Apache HTTP Web Server 2.4」に複数の脆弱性、最新版へのアップデートを 
        • 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
          • JVNVU#98790275: Apache HTTP Web Server 2.4 における複数の脆弱性に対するアップデート

            JVNVU#98790275 Apache HTTP Web Server 2.4 における複数の脆弱性に対するアップデート The Apache Software Foundation から、Apache HTTP Web Server 2.4 系における複数の脆弱性に対応した Apache HTTP Web Server 2.4.41 が公開されました。 The Apache Software Foundation から、Apache HTTP Web Server 2.4 系における次の複数の脆弱性に対応した Apache HTTP Web Server 2.4.41 が公開されました。 mod_proxy のエラーページに限定的なクロスサイトスクリプティングの脆弱性 - CVE-2019-10092 mod_rewrite に潜在的なオープンリダイレクトの脆弱性 - CVE-201

            • Core NGINX Developer Forks Web Server Into Freenginx - Phoronix

              Show Your Support: This site is primarily supported by advertisements. Ads are what have allowed this site to be maintained on a daily basis for the past 19+ years. We do our best to ensure only clean, relevant ads are shown, when any nasty ads are detected, we work to remove them ASAP. If you would like to view the site without ads while still supporting our work, please consider our ad-free Phor

                Core NGINX Developer Forks Web Server Into Freenginx - Phoronix
              • Writing a Ractor-based web server<!-- --> • Kir Shatrov

                Ractor, the new concurrency primitive in Ruby, has been merged to the upstream few days ago. I’ve been following that PR and watching the author’s talk at RubyKaigi (in Japanese, I wasn't able to find the translated version but it should be available somewhere), which got me excited to try Ractor myself. A web application server is the first thing that comes to mind when playing with concurrency.

                • GitHub - remileduc/sherver: Pure Bash lightweight web server.

                  Sherver is a web server that implements part of HTTP 1.0. Even if it is written in a few lines of Bash, it is able to do a lot: no configuration needed: you can just add files either in scripts or in file folders serve any HTML page no matter how complexe (with advanced JavaScript and multiple scripts or files to download...) serve files (text or binary, pictures...) with correct mime type dynamic

                    GitHub - remileduc/sherver: Pure Bash lightweight web server.
                  • GitHub - lyokha/nginx-haskell-module: A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server

                    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 - lyokha/nginx-haskell-module: A comprehensive web framework aimed at building custom Haskell handlers for the Nginx Web Server
                    • Web Server's Default Page

                      This page is generated by Plesk, the leading hosting automation software. You see this page because there is no Web site at this address. You can do the following: Create domains and set up Web hosting using Plesk. Plesk is a hosting control panel with simple and secure web server and website management tools. It was specially designed to help IT specialists manage web, DNS, mail and other service

                      • 「Apache HTTP Web Server」に複数の脆弱性、修正版をリリース

                          「Apache HTTP Web Server」に複数の脆弱性、修正版をリリース 
                        • PlantUML Web Server

                          Create simply and freely UML diagrams from your browser thanks to PlantUML Web Server. Just enter a text diagram, and get the result in PNG or SVG format.

                            PlantUML Web Server
                          • GitHub - agrinman/tunnelto: Expose your local web server to the internet with a public URL.

                            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 - agrinman/tunnelto: Expose your local web server to the internet with a public URL.
                            • tunnelto.dev -- expose your local web server to the internet with a public URL

                              Expose your local web server to the internet with a public URL

                                tunnelto.dev -- expose your local web server to the internet with a public URL
                              • Prepare Your Network or Web Server for iCloud Private Relay - Support - Apple Developer

                                Prepare your network or web server for iCloud Private Relay iCloud Private Relay is an internet privacy service offered as a part of an iCloud+ subscription that allows users on iOS 15, iPadOS 15, and macOS Monterey and later to connect to and browse the web more privately and securely. Private Relay protects users’ web browsing in Safari, DNS resolution queries, and insecure http app traffic. Int

                                • はじめに|Deep Dive into The Go's Web Server

                                    はじめに|Deep Dive into The Go's Web Server
                                  • Google funds project to secure Apache web server with new Rust component

                                    The ISRG says it plans to develop a new module called mod_tls that will do the same thing but using the Rust programming language rather than C. The module will be based on Rustls; a Rust open-source library developed as an alternative to the C-based OpenSSL project. To lead this work, the ISRG management has contracted Stefan Eissing, the founder of software consultancy firm Greenbytes, and one o

                                      Google funds project to secure Apache web server with new Rust component
                                    • GitHub - zgw426/Handling_JSON_with_no_web_server_HTML-JavaScript-

                                      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 - zgw426/Handling_JSON_with_no_web_server_HTML-JavaScript-
                                      • GitHub - xnbox/DeepfakeHTTP: DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.

                                        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 - xnbox/DeepfakeHTTP: DeepfakeHTTP is a web server that uses HTTP dumps as a source for responses.
                                        • GitHub - static-web-server/static-web-server: A cross-platform, high-performance and asynchronous web server for static files-serving. ⚡

                                          Built with Rust, which focuses on safety, speed and concurrency. Memory-safe and significantly reduced CPU and RAM overhead. Blazing fast static files-serving and asynchronous powered by the latest Hyper, Tokio and a set of awesome crates. Single 4MB (uncompressed) and fully static binary with no dependencies (Musl libc). Suitable for running on any Linux distro or Docker container. Optional GZip,

                                            GitHub - static-web-server/static-web-server: A cross-platform, high-performance and asynchronous web server for static files-serving. ⚡
                                          • JVNVU#92184689: Apache HTTP Web Server 2.4 における複数の脆弱性に対するアップデート

                                            JVNVU#92184689 Apache HTTP Web Server 2.4 における複数の脆弱性に対するアップデート The Apache Software Foundation から、Apache HTTP Web Server 2.4 系における複数の脆弱性に対応した Apache HTTP Web Server 2.4.46 が公開されました。 Apache HTTP Web Server 2.4.20 から 2.4.43 - CVE-2020-9490、CVE-2020-11993 Apache HTTP Web Server 2.4.32 から 2.4.43 - CVE-2020-11984 Apache HTTP Web Server 2.4.1 から 2.4.23 - CVE-2020-11985 The Apache Software Foundation から、A

                                            • GitHub - mufeedvh/binserve: A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.

                                              Fast: Binserve is designed to be performant, this is thanks to Actix-Web - one of the fastest web frameworks out there and DashMap for handling routes and the cache storage. (See Benchmarks) Portability: Binserve is cross-platform and portable to any major operating system, like it can run on your Android phone! Routing: Routing is simply matching a URI path to a file or a directory in a JSON file

                                                GitHub - mufeedvh/binserve: A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.
                                              • GitHub - Hyperspace-Logistics/heart: A high performance Lua web server with a simple, powerful API

                                                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 - Hyperspace-Logistics/heart: A high performance Lua web server with a simple, powerful API
                                                • httpサーバー起動の裏側|Deep Dive into The Go's Web Server

                                                    httpサーバー起動の裏側|Deep Dive into The Go's Web Server
                                                  • GitHub - dzove855/Bash-web-server: A purely bash web server, no socat, netcat, etc...

                                                    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 - dzove855/Bash-web-server: A purely bash web server, no socat, netcat, etc...
                                                    • GitHub - nodejs/web-server-frameworks: A place for Node.js Web-Server Framework authors and users to collaborate

                                                      Topics which this team discussed or challenges this team decides to take on should fall under one of the goals of the team: Improve Node.js core api support for frameworks Provide feedback and collaboration on Node.js core features and proposals Improve collaboration among framework authors Provide support for frameworks when security issues or bugs arise Be a resource for Node.js security concern

                                                        GitHub - nodejs/web-server-frameworks: A place for Node.js Web-Server Framework authors and users to collaborate
                                                      • GitHub - jstrieb/quickserv: Dangerously user-friendly web server for quick prototyping and hackathons

                                                        QuickServ makes creating web applications dangerously easy, no matter what programming language you use. QuickServ is a dependency-free, statically-linked, single-file web server that: Has sensible defaults Prints helpful error messages directly to the console Runs on any modern computer, with no setup or installation Needs no configuration Knows which files to run server-side, and which to serve

                                                          GitHub - jstrieb/quickserv: Dangerously user-friendly web server for quick prototyping and hackathons
                                                        • LiteSpeed Web Server 最新情報 | OSSサポートのOpenStandia™【NRI】

                                                          LiteSpeed Web Server情報 LiteSpeed Web Serverとは 主な特徴 動作環境 LiteSpeed Web Serverのライセンス 製品ダウンロード 参考情報 オープンソース年間サポートサービス LiteSpeed Web Serverとは LiteSpeed Web Serverとは、LiteSpeed Technologies社の開発するApache-httpサーバ互換のwebサーバです。多くのApacheの機能と互換性があるため、同じconfファイルをそのまま使用してApache-httpサーバとドロップインで入れ替え可能です。 Webサーバのシェア統計調査において2023年2月には11.6%のシェアで4番目に多く使用されているwebサーバとなっています。 Webサーバのシェア統計調査 LiteSpeed Web Serverはプロプライエタリなソフ

                                                          • January 2023 Web Server Survey | Netcraft

                                                            In the January 2023 survey we received responses from 1,132,268,801 sites across 270,967,923 unique domains, and 12,156,700 web-facing computers. This reflects a gain of 6,894,269 sites, but a loss of 270,799 domains and 77,725 computers. Within the top million busiest sites, Cloudflare has jumped from 3rd to 1st place — overtaking both Apache and nginx in a single month — its market share increas

                                                              January 2023 Web Server Survey | Netcraft
                                                            • オープンソースで作成する音声認識Web Server -Vol.02 / 開発者向けブログ・イベント | GMO Developers

                                                              1.完成イメージ Web Speech APIと同じ動作をすることを目標とします。ブラウザ上でリアルタイムに音声認識し短文としてウェブページ上に表示します。 Web Speech APIでの実装は下記となります。htmlファイルとして保存しブラウザで起動すれば動作可能です。 ※インターネット環境が必要です。 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Web Speech API</title> </head> <body> <h2>Web Speech API</h2> <button id="start_btn">start</button> <button id="stop_btn">stop</button> <small id="status"></small> <h3>Recognition Resul

                                                                オープンソースで作成する音声認識Web Server -Vol.02 / 開発者向けブログ・イベント | GMO Developers
                                                              • GitHub - cedarcode/webauthn-ruby: WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party

                                                                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.

                                                                  GitHub - cedarcode/webauthn-ruby: WebAuthn ruby server library ― Make your Ruby/Rails web server become a conformant WebAuthn Relying Party
                                                                • GitHub - benpickles/parklife: Render a Rack app (Rails/Sinatra/etc) to a static build so it can be served by Netlify, Now, GitHub Pages, S3, or any other web server.

                                                                  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 - benpickles/parklife: Render a Rack app (Rails/Sinatra/etc) to a static build so it can be served by Netlify, Now, GitHub Pages, S3, or any other web server.
                                                                  • メイキング - Deep Dive into The Go's Web Server

                                                                    この記事について この記事は、先日公開したZenn本Deep Dive into The Go's Web Serverのメイキングです。 「技術記事ってどうやって書いてるの?」というアウトプット初心者の方々に、あくまで私のやり方ではありますが、メイキング情報をお届けできればと思います。 想定読者 Deep Dive into The Go's Web Serverを読んでいなくてもわかるようにはしていますが、読んでいただいた方がより楽しめるかと思います。 書き始めるまで 突然訪れたネタとの出会い 「Goでのhttpサーバーの中身について書こう」というネタが降ってきたのは、前作であるよくわかるcontextの使い方を書いているときでした。 この本はGoでのcontextパッケージの使用用途をまるっとまとめた本なのですが、contextの機能を実際にフルで使っている例(→第9章)として「ht

                                                                      メイキング - Deep Dive into The Go's Web Server
                                                                    1

                                                                    新着記事