![]() | 首页|论坛|搜索|维客|商业 |
| 名佳|名流|太平家园|王府农场|北亚花园|蓬莱苑|天通苑 | |
| 亚北|望京|望都家园|北苑家园|温泉花园|宏福苑|回龙观 |
把Python嵌入apache
首页 » 论坛 » 维客 » 看图学英语 » 视频 » 日语 » 图像 下文针对 Fedora /CentOS 系统 [编辑]1 安装 mod_pythonsudo yum install mod_python[编辑] 2 配置 Apache
3 The Publisher Handlercp /etc/httpd/conf.d/python.conf /etc/httpd/conf.d/python.conf_orig cat /dev/null > /etc/httpd/conf.d/python.conf vi /etc/httpd/conf.d/python.conf LoadModule python_module modules/mod_python.so <Directory /var/www/html/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all AddHandler mod_python .py PythonHandler mod_python.publisher PythonDebug On </Directory> /etc/init.d/httpd restart 测试代码: vi /var/www/html/test.py def index(req): return "Test successful";[编辑] 4 The PSP Handlercp /etc/httpd/conf.d/python.conf /etc/httpd/conf.d/python.conf_orig cat /dev/null > /etc/httpd/conf.d/python.conf vi /etc/httpd/conf.d/python.conf LoadModule python_module modules/mod_python.so <Directory /var/www/html/> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny allow from all AddHandler mod_python .psp PythonHandler mod_python.psp PythonDebug On </Directory> /etc/init.d/httpd restart
论坛 » 导航 » 维客 » KWE » 编辑 » 记录 » 打印 » 上传 » 下载
|