blob: 1e8a3ece5b7023bc09f071733b1b74a10369d0d1 (
plain) (
blame)
1
2
3
4
5
|
The fcgi.py Python module handles communication with the FastCGI module of the
Apache or Stronghold web server. You can make a pyton fastcgi script very easy
with this module.
WWW: http://alldunn.com/python/
|