etc/init.d/apache2 start

I want to start apache but it tells me the module apache is not installed

linux-96fa:/home/benchabane # /etc/init.d/apache2  start
Module "apache" is not installed, ignoring.
Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Module "apache2" is not installed, ignoring.
Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Module "apache2-mod_php5" is not installed, ignoring.
Check the APACHE_MODULES setting in /etc/sysconfig/apache2.
Starting httpd2 (prefork)                          
# * modules listed here will be ignored if they are not installed
#
#
# EXAMPLES:
#
# fairly minimal
 APACHE_MODULES="authz_host alias auth dir log_config mime setenvif"
#
# apache's default installation
# APACHE_MODULES="authz_host actions alias asis auth autoindex cgi dir imap include log_config mime negotiation setenvif status userdir"
# your settings
APACHE_MODULES="actions alias auth_basic authn_file authz_host authz_groupfile authz_default authz_user autoindex cgi dir env expires include log_config mime negotiation setenvif ssl userdir php5 php4 apache apache2 apache2-mod_php5"


is that normal???why ignoring such a module

There are no such modules called apache or apache2 or apache2-mod_php5. What makes you think they are needed? You already have php5 on the list.

thx
but why it’s giving me all this warnings?

Because there are no such modules.