2022年Linux+Django+Python+Wsgi配置过程 .pdf
《2022年Linux+Django+Python+Wsgi配置过程 .pdf》由会员分享,可在线阅读,更多相关《2022年Linux+Django+Python+Wsgi配置过程 .pdf(4页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、Linux 下配置 Apache+Mod_Wsgi+Django环境(ybw 2011-09-23)一安装环境操作系统:CentOS release 5.5 内核版本:Linux Svn-168-1-11 2.6.18-194.el5#1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux Python 版本:Python 2.4.3 Apche 版本:httpd-2.2.3 Mod_Wsgi 版本:mod_wsgi-3.2-1.el5.x86_64.rpm Django 版本:Django-1.2.4 二软件安装Pyt
2、hon 采用默认rpm安装路径安装 Apache:yum y install httpd(httpd-2.2.3-53.el5.centos.1.x86_64.rpm)安装 Mod_Wsgi:rpm ivh mod_wsgi-3.2-1.el5.x86_64.rpm 安装 Django:tar zxvf Django-1.2.4.tar.gz cd Django-1.2.4 python setup.py install 安装 MySQLdb wget-q http:/ wget http:/pypi.python.org/packages/2.4/s/setuptools/setuptool
3、s-0.6c11-py2.4.eggpython ez_setup.pytar zxvf MySQL-python-1.2.3.tar.gz cd MySQL-python-1.2.3 python setup.py build python setup.py install 安装成功验证:Shell pythonPython 2.4.3(#1,May 5 2011,16:39:10)GCC 4.1.2 20080704(Red Hat 4.1.2-50)on linux2 Type help,copyright,credits or license for more information.
4、import django django.VERSION(1,2,4,final,0)import MySQLdb 名师资料总结-精品资料欢迎下载-名师精心整理-第 1 页,共 4 页 -shellls/etc/httpd/conf.d proxy_ajp.conf README welcome.conf wsgi.conf shell ls/etc/httpd/modules/|grep mod_wsgi mod_wsgi.so三项目部署1.打包压缩开发代码:dajie.zip 2.上传至服务器并解压缩至目录/var/www/html Shell ls/var/www/html/dajie
5、3.修改 Apche 配置文件httpd.conf Shell vi/etc/httpd/conf/httpd.conf#在最后添加如下内容 ServerName mice.operation.dajie- DocumentRoot/var/www/html/dajie WSGIScriptAlias/var/www/html/dajie/apache/django.wsgi Order deny,allow Allow from all Allow from all 4.创建并配置wsgi 的配置文件:Shellcd/var/www/html/dajie Shellmkdir apache
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年Linux+Django+Python+Wsgi配置过程 2022 Linux Django Python Wsgi 配置 过程
限制150内