diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-01 21:19:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-01 21:24:15 +0000 |
commit | b1638039e29283d0f0f1251f275f11fd904e8986 (patch) | |
tree | 2af4f0f47c355efbb29be8b59b47e53f2bb42b61 /main/apache2/proxy-html.conf | |
parent | 84298caaa5b5db22f4daa640518765006eef67ce (diff) | |
download | aports-b1638039e29283d0f0f1251f275f11fd904e8986.tar.bz2 aports-b1638039e29283d0f0f1251f275f11fd904e8986.tar.xz |
main/apache2: fix default conf and split some mods
- New default config based on V Krishn's work.
- split out lua mod as it pulls in lua package as dependency
- split out proxy-html as it pulls in libxml2
- split out proxy as most ppl probably dont need it
- fix webdav package
Fixes #1457
Diffstat (limited to 'main/apache2/proxy-html.conf')
-rw-r--r-- | main/apache2/proxy-html.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/apache2/proxy-html.conf b/main/apache2/proxy-html.conf new file mode 100644 index 0000000000..90cbf71e66 --- /dev/null +++ b/main/apache2/proxy-html.conf @@ -0,0 +1 @@ +LoadModule proxy_module modules/mod_proxy.so |