「Apache」の版間の差分

提供: Wikinote
移動: 案内検索
(設定について)
行3: 行3:
 
: 設定ファイルに記述する設定項目のこと。
 
: 設定ファイルに記述する設定項目のこと。
 
* # で始まる行はコメント
 
* # で始まる行はコメント
* <code># httpd -t</code> で設定の記述が正しいかテスト
+
* <code>httpd -t</code> で設定の記述が正しいかテストできる。
  
 
== このサイトの Apache について ==
 
== このサイトの Apache について ==

2009年4月3日 (金) 18:09時点における版

設定について

ディレクティブ
設定ファイルに記述する設定項目のこと。
  • # で始まる行はコメント
  • httpd -t で設定の記述が正しいかテストできる。

このサイトの Apache について

  • /etc/httpd/conf/httpd.conf

とりあえず編集したとこ

ServerName hagio.org:80
DocumentRoot "/home/hagio/public_html"
<Directory "/home/hagio/public_html">
...
DirectoryIndex intex.html index.html.var index.php
$ chmod 711 /home/hagio
$ chmod 755 /home/hagio/public_html
  • 方針
    • エンコーディング:UTF-8