Apache modules installed but don't seem to load in Ubuntu
Posted
by SODA
on Stack Overflow
See other posts from Stack Overflow
or by SODA
Published on 2010-06-09T21:23:04Z
Indexed on
2010/06/09
22:12 UTC
Read the original article
Hit count: 193
I am pretty new to Linux. Got a VPS set up yesterday, installed Apache2, PHP5 and MySQL.
When I do apache2 -l
I get this:
Compiled in modules: core.c mod_log_config.c mod_logio.c prefork.c http_core.c mod_so.c
When I do sudo a2enmod rewrite
I get this:
Module rewrite already enabled
And rewrite.load
is in /etc/apache2/mods-enabled
.
Can anyone tell what's wrong?
© Stack Overflow or respective owner