• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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