i HAVE problem in my apach

adamp

Verified User
Joined
Jan 11, 2007
Messages
137
when i wrote service httpd restart
I get this error:

Stopping httpd: [FAILED]
Starting httpd: Syntax error on line 68 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/mod_perl.so into server: /usr/lib/apache/mod_perl.so: undefined symbol: apr_bucket_shared_split
[FAILED]

what i need to do?

thank you
 
if you got 1.3.* version of apache
then
cd /usr/local/directadmin/customapache/
./build mod_perl
service httpd restart
 
i do it and now after I do restart httpd
I get this error:


[root@server ~]$ service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Fri Feb 23 22:40:09 2007] [warn] module perl_module is already loaded, skipping
[Fri Feb 23 22:40:09 2007] [warn] module perl_module is already loaded, skipping
Syntax error on line 15 of /etc/httpd/conf/ips.conf:
Invalid command 'SuexecUserGroup', perhaps mis-spelled or defined by a module not included in the server configuration
[FAILED]
 
Last edited:
1) make sure you have:
apache_ver=1.3

and not
apache_ver=2.0

in your /usr/local/directadmin/conf/directadmin.conf file.

2) type:
Code:
echo "action=rewrite&value=ips" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq d
John
 
Back
Top