No load modules in apache.

Discussion in 'General' started by N0K, Mar 12, 2008.

  1. N0K

    N0K New Member

    Hello
    I have see that Vhosts_ispconfig.conf no update.
    After do the configtest i see some modules is not load, or that say it. I have comment the line which required that modules, but another module is bad.
    I think apache is not loading any module, but i can see every modules in /etc/apache2/mod-enable
    any idea ?
     
  2. N0K

    N0K New Member

    more detailed information:

    # httpd -f Vhosts_ispconfig.conf -t
    Syntax error on line 31 of Vhosts_ispconfig.conf:
    Invalid command 'DirectoryIndex', perhaps misspelled or defined by a module not included in the server configuration

    But like you can see:

    # httpd -t -D DUMP_MODULES
    Loaded Modules:
    core_module (static)
    log_config_module (static)
    logio_module (static)
    mpm_prefork_module (static)
    http_module (static)
    so_module (static)
    alias_module (shared)
    auth_basic_module (shared)
    authn_file_module (shared)
    authz_default_module (shared)
    authz_groupfile_module (shared)
    authz_host_module (shared)
    authz_user_module (shared)
    autoindex_module (shared)
    cgi_module (shared)
    dir_module (shared)
    env_module (shared)
    include_module (shared)
    mime_module (shared)
    negotiation_module (shared)
    php5_module (shared)
    rewrite_module (shared)
    setenvif_module (shared)
    ssl_module (shared)
    status_module (shared)
    suexec_module (shared)
    Syntax OK
     
  3. falko

    falko Super Moderator Howtoforge Staff

    What are the outputs of
    Code:
    ls -la /etc/apache2/mods-available
    and
    Code:
    ls -la /etc/apache2/mods-enabled
    ?
     

Share This Page