summaryrefslogtreecommitdiff
path: root/www/mod_cplusplus/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_cplusplus/pkg-descr')
-rw-r--r--www/mod_cplusplus/pkg-descr7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/mod_cplusplus/pkg-descr b/www/mod_cplusplus/pkg-descr
new file mode 100644
index 000000000000..3f32419b0ee8
--- /dev/null
+++ b/www/mod_cplusplus/pkg-descr
@@ -0,0 +1,7 @@
+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/