You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
like is already used for CustomLog and ErrorLog directives (apache 2.4). Unfortunately, mod_auth_mellon throws error:
(2)No such file or directory: could not open mellon diagnostics log file /usr/local/apache/|/usr/local/sbin/cronolog /var/log/mellon-diag.%Y%m%d.log
So, my questions is: how to use piped program? Seems module adds/uses value of ServerRoot variable as prefix.
Thanks in advance:
P.S: Documentation says:
# If the value is preceeded by the pipe character "|" it should be followed
# by a path to a program to receive the log information on its standard input.
The text was updated successfully, but these errors were encountered:
Hi,
I have tried to use cronolog for MellonDiagnosticsFile file, like:
like is already used for CustomLog and ErrorLog directives (apache 2.4). Unfortunately, mod_auth_mellon throws error:
So, my questions is: how to use piped program? Seems module adds/uses value of ServerRoot variable as prefix.
Thanks in advance:
P.S: Documentation says:
The text was updated successfully, but these errors were encountered: