Git Product home page Git Product logo

Comments (3)

thori0908 avatar thori0908 commented on September 15, 2024

Apacheの概要

フリーのWebサーバソフトウェア。Webサーバソフトウェアがインストールされたコンピュータは、サーバコンピュータであり、クライアントにHTMLや画像ファイル等を配信することができる。

Ref.
http://www.atmarkit.co.jp/ait/articles/0012/01/news001.html


モジュール

Apacheの機能を拡張させるもの。


プロセス

OSからメモリ領域を割り当てられ、処理を実行しているプログラム。
Apacheは1.3.xまで、接続毎にプロセスを1つ作成し、動作していたが、2.0からはマルチスレッドとなり、1つのプロセスで指定されたスレッド分の同時接続が処理可能となった。

Ref.
http://e-words.jp/w/%E3%83%97%E3%83%AD%E3%82%BB%E3%82%B9.html
http://www.atmarkit.co.jp/ait/articles/0207/23/news002_2.html


ポート番号

TCP/IP通信において、コンピュータが通信に使用するプログラムを識別する番号。

Ref.
https://www.nic.ad.jp/ja/basics/terms/port-number.html


VirtualHost

一台のマシン上で複数のウェブサイトを扱う運用方法

Ref.
https://httpd.apache.org/docs/2.2/ja/vhosts/


DocumentRoot

クライアントに提供するコンテンツが配置されている場所。

Ref.
http://www.adminweb.jp/apache/docroot/index1.html


DirectoryIndex

クライアントがファイルの指定をせず、ディレクトリを指定したときに返すファイルの設定。

Ref.
http://www.adminweb.jp/apache/docroot/index2.html


MIME

Multipurpose Internet Mail Extensionの略であり、TCP/IPネットワーク上で、画像・音声・動画などを扱う電子メールの規格。

Ref.
http://e-words.jp/w/MIME.html


AddType

拡張子に対するMIMEタイプを追加で登録する際に用いる。
MIMEタイプはWebサーバーとブラウザ間で、データの形式を指定するもの。

Ref.
http://www.adminweb.jp/apache/docroot/index4.html
http://www.tohoho-web.com/wwwxx015.htm


from training.

fr-matsuo avatar fr-matsuo commented on September 15, 2024

確認しました、OKです。

from training.

fr-itaya avatar fr-itaya commented on September 15, 2024

確認してOKでした。お疲れ様でした!

from training.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.