Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 1.5.3. | Martin Wilke | 2007-02-06 | 1 | -3/+3 |
| | | | | | | | | | - Fixes core dump when unloaded by httpd. Submitted by: Mike Durian <durian@shadetreesoftware.com> (maintainer) Notes: svn path=/head/; revision=184436 | ||||
* | mod_cplusplus is a proper apache module which allows you to load cpp objects | Martin Wilke | 2006-12-30 | 1 | -0/+3 |
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> Notes: svn path=/head/; revision=181111 |