Apache

提供: Wikinote
2009年1月26日 (月) 13:33時点における210.143.35.22 (トーク)による版 (新しいページ: '== 設定について == == このサイトの Apache について == * /etc/httpd/conf/httpd.conf とりあえず編集したとこ ServerName hagio.org:80 DocumentRoot "/h...')

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索

設定について

このサイトの 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