Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はApacheサーバーのロギングを無効にすることについて読んでいます.Apacheサーバーで巨大なテストを実行しているため、これは非常に重要であり、ディスクがいっぱいになります。
http.conf を変更して /dev/null に転送しようとしましたが、ほとんどがエラー ログだったため、どれも機能しませんでした。
誰かアイデアはありますか?
ありがとう
ロギングが設定された領域をコメントするだけです。
の上、
httpd.conf virtual hosts configurations (virtual.conf, domain.conf etc)
のようなもののために
CustomLog logs/access_log common ErrorLog logs/error_log
ただやって、
#CustomLog logs/access_log common #ErrorLog logs/error_log