Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
2d410cb2
Commit
2d410cb2
authored
Nov 21, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add third-party modules that are not present in Apache<v2.3
parent
e4afced4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
0 deletions
+28
-0
component/apache/buildout.cfg
component/apache/buildout.cfg
+28
-0
No files found.
component/apache/buildout.cfg
View file @
2d410cb2
...
...
@@ -130,3 +130,31 @@ configure-options = -c mod_antiloris.c
make-binary = ${:configure-command}
make-options = -i -a -n antiloris mod_antiloris.la
make-targets =
[apache-proxy-html]
depends = ${apache-xml2enc:location}
# Note: Shall react on each build of apache and reinstall itself
recipe = hexagonit.recipe.cmmi
url = http://apache.webthing.com/mod_proxy_html/mod_proxy_html.tar.bz2
#md5sum = 66862bf10e9be3a023e475604a28a0b4
configure-command = ${apache:location}/bin/apxs
configure-options = -c -I ${libxml2:location}/include/libxml2 -I . mod_proxy_html.c
make-binary = ${:configure-command}
make-options = -i -a -n proxy_html mod_proxy_html.la
make-targets =
environment =
INC=-I${libxml2:location}/include/libxml2
[apache-xml2enc]
# Note: Shall react on each build of apache and reinstall itself
recipe = hexagonit.recipe.cmmi
url = http://olex.openlogic.com/content/openlogic/mod_xml2enc/1.0.4/openlogic-mod_xml2enc-1.0.4-all-src-1.zip
md5sum = 3c5a8ae6c011849a0a66af3a81d77bc5
configure-command = ${apache:location}/bin/apxs
configure-options = -c -I ${libxml2:location}/include/libxml2 mod_xml2enc.c
make-binary = ${:configure-command}
make-options = -i -a -n xml2enc mod_xml2enc.la
make-targets =
environment =
INC=-I${libxml2:location}/include/libxml2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment