PDA

View Full Version : No load modules in apache.


N0K
12th March 2008, 11:46
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 ?

N0K
12th March 2008, 12:00
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

falko
13th March 2008, 18:34
What are the outputs of ls -la /etc/apache2/mods-available and ls -la /etc/apache2/mods-enabled?