• 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.

access_log and error_log

C

chiromatrix

Guest
Hello,
I'll try to explain here the question I have.

There are several options for dealing with log files..
First, it is possible to use logs exactly as in a single-host server. Simply by placing the logging directives outside the <VirtualHost> sections in the main server context, it is possible to log all requests in the same access log and error log.....
Second, If CustomLog or ErrorLog directives are placed inside a <VirtualHost> section, all requests or errors for that virtual host will be logged only to the specified file.


Plesk is using the second way, as we have log files separately for every vhost. My question is, is there a way we can change this Plesk behaviour, so only 1 access_log and 1 error_log files to be used for the entire server. If there is, how we can do that?

Thank you
 
Back
Top