URGENT HELP ... apache crashed !!

Hello folks

i have centos 4.2 server with cPanel installed ..... apache can not be restarted ...

trying to /scripts/easyapache ...but still faild ...trying to install it from the src ...but face many problems and still faild !!

httpd configtest

Syntax error on line 2 of /usr/local/apache/conf/httpd.conf:
Invalid command 'Alias', perhaps mis-spelled or defined by a module not included in the server configuration

when removing the Alias ... the re-run : httpd configtest

return :

API module structure `auth_passthrough_module' in file /usr/local/apache/libexec/mod_auth_passthrough.so is garbled - perhaps this is not an Apache module DSO?

this is the installed modules :



LoadModule rewrite_module libexec/mod_rewrite.so
LoadModule expires_module libexec/mod_expires.so
LoadModule php4_module libexec/libphp4.so
LoadModule bwlimited_module libexec/mod_bwlimited.so
LoadModule bytes_log_module libexec/mod_log_bytes.so
LoadModule auth_passthrough_module libexec/mod_auth_passthrough.so
LoadModule security_module libexec/mod_security.so
LoadModule gzip_module libexec/mod_gzip.so

ClearModuleList
AddModule mod_env.c
AddModule mod_log_config.c
AddModule mod_mime.c
AddModule mod_negotiation.c
AddModule mod_status.c
AddModule mod_include.c
AddModule mod_autoindex.c
AddModule mod_dir.c
AddModule mod_cgi.c
AddModule mod_asis.c
AddModule mod_imap.c
AddModule mod_actions.c
AddModule mod_userdir.c
AddModule mod_alias.c
AddModule mod_rewrite.c
AddModule mod_access.c
AddModule mod_auth.c
AddModule mod_expires.c
AddModule mod_so.c
AddModule mod_setenvif.c
<IfDefine SSL>
AddModule mod_ssl.c
</IfDefine>
AddModule mod_frontpage.c
AddModule mod_php4.c
AddModule mod_bwlimited.c
AddModule mod_log_bytes.c
AddModule mod_auth_passthrough.c
AddModule mod_security.c
AddModule mod_gzip.c


how i reconfigure apache to work again using all the above ?

/scripts/easyapache still faild ....trying to remove /usr/local/apache ...then /scripts/easyapache and still faild !!!

HELP ME !!

 

 

 

 

Top