• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Disable logging in access log

G

grecomvd

Guest
Hi!

I need to discard certain hits in access_log.
As the Plesk Manual recommends Im customize this change in /var/www/vhost/domain.com/conf/vhost.conf

Code:
#START OF CUSTOM
	ServerAlias domain.com [url]www.domain.com[/url]
	SetEnvIf Request_URI "(\.gif|\.png|\.jpg|\.css|\.js|\.ico)$" nolog_graphics
	CustomLog /var/www/vhosts/domain.com/statistics/logs/access_log plesklog env=!nolog_graphics
#END CUSTOM
Im delete the access_log and touch-it as root user via ssh.

After save the file and exec the reconfigure (websrvmng -u --vhost-name=domain.com) the server continues loggin the hits.

Can anyone help with this?
Thx in advance and sorry for my poor english.
Alejandro
 
Back
Top