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>
7 lines
264 B
Text
7 lines
264 B
Text
************************************************************
|
|
To enable this module, add the following to your server
|
|
configuration file:
|
|
|
|
LoadModule cplusplus_module %%APACHEMODDIR%%/mod_cplusplus.so
|
|
|
|
************************************************************
|