Commit graph

2 commits

Author SHA1 Message Date
Martin Wilke
ddac1c4b76 - Update to 1.5.3.
- Fixes core dump when unloaded by httpd.

Submitted by:   Mike Durian <durian@shadetreesoftware.com> (maintainer)
2007-02-06 23:31:05 +00:00
Martin Wilke
e881321bb0 mod_cplusplus is a proper apache module which allows you to load cpp objects
as handlers for Apache-2.0.  It differs from other modules i've seen in that
it manages the loading and calling of separate shared objects containing your
handler classes.  This allows you to easily and cleanly run an entire site
with c++ handlers.

WWW: http://modcplusplus.sourceforge.net/

PR:		ports/107361
Submitted by:	Michael Durian <durian at shadetreesoftware.com>
2006-12-30 23:24:37 +00:00