Impossible to start Apache

comicway

Verified User
Joined
Jun 22, 2007
Messages
26
Hi

I've got Debian and i've try to update Apache to 2.X and php4 to php5, all was ok with apache but after i've got a problem with the .so of php5.
I've downgrade apache 2.x to 1.3 but now i can't restart apache, i've got this error:
Code:
/etc/init.d/httpd restart

Stopping httpd:
Starting httpd: Syntax error on line 97 of /etc/httpd/conf/httpd.conf:
Cannot load /usr/lib/apache/libperl.so into server: /usr/lib/apache/libperl.so: undefined symbol: Perl_Ipatchlevel_ptr

Can you help me?
 
Make sure that apache_ver=2.0 is set into /usr/local/directadmin/conf/directadmin.conf. Then do:
Code:
echo "action=rewrite&value=ips" >> /usr/local/directadmin/data/task.queue
echo "action=rewrite&value=httpd" >> /usr/local/directadmin/data/task.queue
echo "action=directadmin&value=restart" >> /usr/local/directadmin/data/task.queue
/usr/local/directadmin/dataskq
 
Back
Top