diff options
author | CHOI Junho <cjh@FreeBSD.org> | 2003-04-13 12:38:13 +0000 |
---|---|---|
committer | CHOI Junho <cjh@FreeBSD.org> | 2003-04-13 12:38:13 +0000 |
commit | 49eec7c358ce433cb1140bb129db31634f19a7b5 (patch) | |
tree | b29cb75aa9c0f88ec9eca5d68dd237e8a0d926f3 /korean/mod_url/pkg-message | |
parent | ix11/wdm project moved, update MASTER_SITES and WWW (diff) |
Activate mod_url.
Diffstat (limited to 'korean/mod_url/pkg-message')
-rw-r--r-- | korean/mod_url/pkg-message | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/korean/mod_url/pkg-message b/korean/mod_url/pkg-message new file mode 100644 index 000000000000..20cd99e6c5b6 --- /dev/null +++ b/korean/mod_url/pkg-message @@ -0,0 +1,8 @@ +You might want to add the following lines to your httpd.conf: + + LoadModule redurl_module libexec/apache/mod_url.so + AddModule mod_url.c + + <IfModule mod_url.c> + CheckURL On + </IfModule> |