PHP覚書メモ -4ページ目

PHP覚書メモ

ブログの説明を入力します。

apacheのバーチャルホストの設定で下記のような感じ


ServerName hoge.hogehoge.com

CustomLog "|/usr/sbin/rotatelogs /var/log/httpd/hoge_access_log.%Y%m%d 86400 540" combined env=!no_log
ErrorLog "|/usr/sbin/rotatelogs /var/log/httpd/hoge_error_log.%Y%m%d 86400 540"