httpd error

urgido

Verified User
Joined
Oct 28, 2008
Messages
429
Location
MX
box:/etc/httpd/conf# /etc/init.d/httpd restart
Stopping httpd:
Starting httpd: Syntax error on line 18 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

box:/etc/httpd/conf#

:< how i can solve this ?
 
Starting httpd: [Wed Dec 17 09:23:38 2008] [warn] module php4_module is already loaded, skipping
Syntax error on line 31 of /etc/httpd/conf/httpd.conf:
Invalid command 'Order', perhaps mis-spelled or defined by a module not included in the server configuration

line 31:
Code:
<Limit GET POST OPTIONS PROPFIND>
    [B]Order deny,allow[/B] <----- THIS
    Allow from all
</Limit>

:(
 
new error:
Starting httpd: [Wed Dec 17 17:52:22 2008] [warn] module php4_module is already loaded, skipping
Syntax error on line 2 of /etc/httpd/conf/extra/httpd-php-handlers.conf:
Invalid command 'AddHandler', perhaps mis-spelled or defined by a module not included in the server configuration
 
Back
Top