apache.cfg 1.22 KB
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2 3 4 5 6
[buildout]
parts = apache

[apache]
# inspired on http://old.aclark.net/team/aclark/blog/a-lamp-buildout-for-wordpress-and-other-php-apps/
recipe = hexagonit.recipe.cmmi
Lucas Carvalho's avatar
Lucas Carvalho committed
7
url = http://apache.multidist.com/httpd/httpd-2.2.15.tar.gz
Łukasz Nowak's avatar
Łukasz Nowak committed
8
md5sum = 31fa022dc3c0908c6eaafe73c81c65df
9 10 11 12 13 14 15 16 17
configure-options = --enable-authn-alias
                    --enable-bucketeer
                    --enable-cache
                    --enable-case-filter
                    --enable-case-filter-in
                    --enable-cgid
                    --enable-charset-lite
                    --enable-disk-cache
                    --enable-echo
18
                    --enable-exception-hook
Lucas Carvalho's avatar
Lucas Carvalho committed
19
                    --enable-mods-shared=all
20
                    --enable-optional-fn-export
21
                    --enable-optional-fn-import
22 23
                    --enable-optional-hook-export
                    --enable-optional-hook-import
Lucas Carvalho's avatar
Lucas Carvalho committed
24
                    --enable-proxy
25 26
                    --enable-proxy-ajp
                    --enable-proxy-balancer
Lucas Carvalho's avatar
Lucas Carvalho committed
27 28
                    --enable-proxy-connect
                    --enable-proxy-ftp
29 30
                    --enable-proxy-http
                    --enable-proxy-scgi
Lucas Carvalho's avatar
Lucas Carvalho committed
31 32
                    --enable-so
                    --enable-ssl