Azurel
Silver Pleskian
Hey.
I want not log access to static files. So I set this lines under "Web Server Settings for domain.tld" in the textbox for "Additional directives for HTTP":
Source: http://2bits.com/drupal-performance/reducing-size-and-io-load-apaches-web-server-log-files.html
But that not help. How I can set this in plesk 12.x for a single domain for both, apache (access_log) and nginx (proxy_access_log)? Thanks!
Can anybody help here? I want reduce the I/O load.
I want not log access to static files. So I set this lines under "Web Server Settings for domain.tld" in the textbox for "Additional directives for HTTP":
SetEnvIf Request_URI "\.(jpg|xml|png|gif|ico|js|css|swf|js?.|css?.)$" DontLog
CustomLog /var/www/vhosts/system/domain.com/logs/access_log combined Env=!DontLog
Source: http://2bits.com/drupal-performance/reducing-size-and-io-load-apaches-web-server-log-files.html
But that not help. How I can set this in plesk 12.x for a single domain for both, apache (access_log) and nginx (proxy_access_log)? Thanks!
Can anybody help here? I want reduce the I/O load.