ServerType StandAlone ServerRoot /etc/httpd/ ←各種ファイルが格納されているディレクトリ
ServerName www.kitahotaru.com ←自分のサーバ名(変更する) ServerAdmin root@kitahotaru.com ←自分のメールアドレス(変更する) Listen *:80 ←待ち受けポート番号(優先) Port 80 ←待ち受けポート番号
DocumentRoot /var/www/html ←HTML文書が入る公開ディレクトリ UserDir public_html ←ユーザの公開ディレクトリ
ErrorLog /var/log/httpd/error_log ←エラーログの位置
TransferLog /var/log/httpd/access_log yajiruti ←アクセスログの位置