diff options
author | drochner <drochner> | 2002-02-05 21:05:58 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-02-05 21:05:58 +0000 |
commit | a93df1f353d0353f4ef9ead705b96544eeb01b01 (patch) | |
tree | 1aad700dbd543c3e3eee24fa3834ab457ba0a3c2 /www/ap-python/DESCR | |
parent | b36987933a78d30e8b078bca4caaf16b2b50604c (diff) | |
download | pkgsrc-a93df1f353d0353f4ef9ead705b96544eeb01b01.tar.gz |
ap-mod_python->ap-python
Diffstat (limited to 'www/ap-python/DESCR')
-rw-r--r-- | www/ap-python/DESCR | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/ap-python/DESCR b/www/ap-python/DESCR new file mode 100644 index 00000000000..8b240e90a1b --- /dev/null +++ b/www/ap-python/DESCR @@ -0,0 +1,6 @@ +Mod_python is an Apache module that embeds the Python interpreter +within the server. With mod_python you can write web-based applications +in Python that will run many times faster than traditional CGI and +will have access to advanced features such as ability to retain +database connections and other data between hits and access to +Apache internals. |