標籤:虛擬機器主機 圖片 設定檔 記錄 如何
如何不把圖片等檔案的資訊記錄到日誌中,應該如何做?
1.開啟虛擬機器主機設定檔,裡面添加一些內容
vi /usr/local/apache2/conf/extra/httpd-vhosts.conf
SetEnvIf Request_URI ".*\.gifs$" image-request
SetEnvIf Request_URI ".*\.jpg$" image-request
SetEnvIf Request_URI ".*\.png$" image-request
SetEnvIf Request_URI ".*\.bmp$" image-request
SetEnvIf Request_URI ".*\.swf$" image-request
SetEnvIf Request_URI ".*\.js$" image-request
SetEnvIf Request_URI ".*\.css$" image-request
在customlog後面添加一行
env=!image-request
650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />650) this.width=650;" src="http://s4.51cto.com/wyfs02/M01/8B/23/wKioL1hFlZyQm6pmAAFzeFXdSp4981.png-wh_500x0-wm_3-wmp_4-s_1545117170.png" title="8.png" alt="wKioL1hFlZyQm6pmAAFzeFXdSp4981.png-wh_50" />
2.重新啟動
apachectl -t
apachectl restart
650) this.width=650;" src="/e/u261/themes/default/images/spacer.gif" style="background:url("/e/u261/lang/zh-cn/images/localimage.png") no-repeat center;border:1px solid #ddd;" alt="spacer.gif" />
apache 不記錄指定檔案類型的日誌