Linuxの技術メモ

Thumbnail of post image 190

Apacheのaccess_logはすぐ大きくなりますよね。
ログファイルのサイズが大きくなれば、ログ解析のときにも困るし、運用に支障が出ます。

というわけで、今回はApacheのaccess_logのログローテー ...

Linuxの技術メモ

Thumbnail of post image 075

apacheをプロキシサーバとして使う方法についてのメモです。
・configure 時に、以下のオプションを付ける。
# ./configure –target=proxyd –prefix= ...

Linuxの技術メモ

Thumbnail of post image 137

デフォルト設定で apache をインストールするときは、以下の手順で実行しますよね。
# tar -zxvf {apacheのtar.gzファイル}
# cd {解凍したディレクトリ}
# ./configu ...