0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Apacheの設定ファイルhttpd.confの基本設定およびコンテンツに関する主なディレクティブ

Posted at

●Apacheの設定ファイルhttpd.confの基本設定およびコンテンツに関する主なディレクティブ
・Listen [IPアドレス:]ポート番号 リクエストを受け付けるIPアドレスとポート番号(デフォルト80)を指定
・User ユーザ名|ユーザID httpd子プロセスの実行ユーザを指定
・Group グループ名|グループID httpd子プロセスの実行グループを指定
・DocumentRoot ディレクトリ名 ウェブで公開するHTMLを保存する最上位のディレクトリを指定
・DirectoryIndex ファイル名 インデックスとして返すファイル名を指定(複数可)
・Alias ディレクトリ パス 指定の「ディレクトリ」へアクセスがあった場合、「パス」で指定したファイルやディレクトリを参照させる
・UserDir ディレクトリ名|disabled 一般ユーザの公開ディレクトリを指定
・ErrorDocment エラーコード ファイル名|文字列|URL エラー発生時の処理を指定

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?