|
|||||||||
![]() |
|||||||||
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Problems on OpenBSD 3.4
Hello, I have a problem with cronolog 1.6.2 on OpenBSD 3.4. I use cronolog for the Apache that came with 3.4, namely 1.3.28. I have previously used the Apache with cronolog on a Linuxsystem, so I know how it should work. I think it is something with cronolog, hence my post here. In my httpd.conf I have put: CustomLog "|/usr/local/sbin/cronolog /var/www/logs/%Y/%m/access-%d.log" combined When I then restart my system I get a "terminated abnormally" on /bin/sh on /etc/rc and turned into single user mode. I have isolated the problem to that specific line. I have also experimented with other aliases for the logformat, using TransferLog and more, but it still crashes my system. It is interesting that the other line in httpd.conf which uses cronolog does not create any problems. That line is: ErrorLog "|/usr/local/sbin/cronolog /var/www/logs/%Y/%m/error-%d.log" Has anyone else encountered these problems with cronolog on OpenBSD? thanks in advance, Anders
|