diff options
author | Jeff Trawick <trawick@apache.org> | 2013-09-08 13:57:35 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-09-08 13:57:35 +0200 |
commit | db5efab552ebb40e3fad7354f0eaed848559e11e (patch) | |
tree | 73261c0807377e1edb5c8d4c3f206a2c8ef4ce15 /README.cmake | |
parent | handle mod_ldap/mod_authnz_ldap, along with tiny infrastructure (diff) | |
download | apache2-db5efab552ebb40e3fad7354f0eaed848559e11e.tar.xz apache2-db5efab552ebb40e3fad7354f0eaed848559e11e.zip |
support mod_lua; add some tweaks/disclaimers to the README
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520856 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README.cmake b/README.cmake index 9f97297983..1c55980797 100644 --- a/README.cmake +++ b/README.cmake @@ -172,7 +172,7 @@ This can be resolved in several different ways: * Update PATH to include the bin directories of all necessary support libraries. - Depending on where PATH is set, it may not effect starting httpd as + Depending on where PATH is set, it may not affect starting httpd as a service. * Maintain a script which combines required binaries into a common @@ -189,9 +189,11 @@ This can be resolved in several different ways: Known Bugs and Limitations -------------------------- +* no standard script or makefile is provided to tie together the builds + of httpd and support libraries in a manner suitable for typical users * no logic to find support libraries needed by some modules (distcache, serf) * no working support for building these modules: - + mod_socache_dc, mod_lua, mod_serf, apreq+mod_apreq + + mod_socache_dc, mod_serf, apreq+mod_apreq + additionally, mod_lbmethod_rr and mod_firehose don't compile on Windows anyway * buildmark.c isn't necessarily rebuilt when httpd.exe is regenerated |