Piped log files still dont work with apache 2.0.48
piped log program '/usr/local/apache2/bin/logresolve >> /home/accounts/x/xxxxxxxx/logs/access_log' failed unexpectedly
So i am using a script as suggested before , called it apacheresolve :
#!/bin/sh exec /usr/local/apache2/bin/logresolve >>/tmp/lr.out
When stopping apache I also get :
piped log program '/usr/local/apache2/bin/apacheresolve >> /home/accounts/x/xxxxx/logs/access_log' failed unexpectedly
running on linux
Greetings, Bas
