mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e881321bb0
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>
8 lines
369 B
Plaintext
8 lines
369 B
Plaintext
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/
|