summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2006-05-17 07:48:15 +0000
committerrandomdan <randomdan@localhost>2006-05-17 07:48:15 +0000
commit9b2469ccda0f73f5494f08ee06526d3e33445b22 (patch)
treede1fdbc3a2c5053ad6318cbf29372c20784ec19e
parentAdd ndiswrapper (diff)
downloadconfig-9b2469ccda0f73f5494f08ee06526d3e33445b22.tar.bz2
config-9b2469ccda0f73f5494f08ee06526d3e33445b22.tar.xz
config-9b2469ccda0f73f5494f08ee06526d3e33445b22.zip
Fixes typo in module name
-rw-r--r--etc/apache/apache.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/apache/apache.conf b/etc/apache/apache.conf
index a3c95eb..19c28d5 100644
--- a/etc/apache/apache.conf
+++ b/etc/apache/apache.conf
@@ -29,7 +29,7 @@ LoadModule deflate_module modules/mod_deflate.so
LoadModule ldap_module modules/mod_ldap.so
LoadModule auth_ldap_module modules/mod_auth_ldap.so
LoadModule log_config_module modules/mod_log_config.so
-LoadModule env_modules modules/mod_env.so
+LoadModule env_module modules/mod_env.so
LoadModule rewrite_module modules/mod_rewrite.so
<Directory />