Unrecognized LogFormat directive %O - not solved

hpman28

Verified User
Joined
Aug 11, 2006
Messages
19
Hi,

I followed http://www.directadmin.com/features.php?id=931.
It doesnt seem to solve the log problem.

I did download the update, ran the update scripts, etc.

Even after that the error still occur:
Code:
root@server scripts]# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd: Syntax error on line 5 of /etc/httpd/conf/ips.conf:
Unrecognized LogFormat directive %O
                                                           [FAILED]
[root@server scripts]# vi /etc/httpd/conf/ips.conf
[root@server scripts]# service httpd restart
Stopping httpd:                                            [FAILED]
Starting httpd:                                            [  OK  ]
[root@server scripts]#

I have to edit this file each time the server fails.. I got 2 servers effect from it.

Both servers are customapache - Centos 5 / apache 2.2 with latest directadmin.

Is there another way I can get rid of this logs issue? my customers are really suffering because of it.
 
Try:
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set apache_ver 2.2
./build apache
./build rewrite_confs
 
without apache rebuild?

I really dont want to reinstall apache / php. It's a active server with many clients.

Is there a way to downgrade to older directadmin?
 
No there is not. There is no reason you shouldnt upgrade apache / php.
 
okay

Thanks.

Update went well and the problem doesnt appear anymore.
 
Back
Top