代码搜索:mod_python
找到约 46 项符合「mod_python」的源代码
代码结果 46
www.eeworm.com/read/354974/3071578
txt htaccess.txt
# replace the name of this file to .htaccess (if using apache),
# and set the proper options and paths according your enviroment
Allow from all
# If using mod_python uncomment this:
PythonPath
www.eeworm.com/read/351862/3098555
txt htaccess.txt
# replace the name of this file to .htaccess (if using apache),
# and set the proper options and paths according your enviroment
Allow from all
# If using mod_python uncomment this:
PythonPat
www.eeworm.com/read/459490/1569238
tracfastcgi
= Trac with FastCGI =
Since version 0.9, Trac supports being run through the [http://www.fastcgi.com/ FastCGI] interface. Like [wiki:TracModPython mod_python], this allows Trac to remain resident, an
www.eeworm.com/read/292687/3950260
tracfastcgi
= Trac with FastCGI =
Since version 0.9, Trac supports being run through the [http://www.fastcgi.com/ FastCGI] interface. Like [wiki:TracModPython mod_python], this allows Trac to remain resident, an
www.eeworm.com/read/250941/4425803
py dummymodule.py
from mod_python import apache
apache.log_error("dummymodule / %s" % apache.interpreter)
def function():
apache.log_error("dummymodule::function / %s" % apache.interpreter)
apache.main_server
www.eeworm.com/read/336340/3352872
m4 ax_with_apxs.m4
# taken from mod_auth_openid (http://www.butterfat.net/wiki/Projects/ModAuthOpenID)
# which inturn was taken from mod_python (http://www.modpython.org/)
AC_DEFUN([AX_WITH_APXS],
[
# check for --with