Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install wsgi

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you how to install wsgi, I believe that most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Official documents:

Https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/

1. Install wsgi

[root@133 ~] # yum install mod_wsgi

2. Modify the django.py configuration file

[root@133 conf.d] # vim / etc/httpd/conf.d/django.conf WSGIDaemonProcess simplecmdb-wsgi python-path=/opt/python/django/simplecmdb-wsgi:/opt/amos/lib/python2.7/lib/python2.7/site-packages/ WSGIProcessGroup simplecmdb-wsgi WSGIScriptAlias / / opt/python/django/simplecmdb-wsgi/simplecmdb/wsgi.py Alias / static / opt/amos/lib/python2.7/lib/python2.7/site-packages/django/contrib/admin/static Order allow Deny Allow from allWSGISocketPrefix / var/run/wsgi

3. Restart Apache

[root@133 conf.d] # / etc/init.d/httpd restart stop httpd: [OK] starting httpd:httpd: Could not reliably determine the server's fully qualified domain name, using 0.0.0.133 for ServerName [OK]

4. Report an error during the visit

The first is to report an error of 500. Check the log:

No module name MySQLdb

Reference: http://daixuan.blog.51cto.com/5426657/1909143 installation MySQLdb

Restart apache after that

5. Visit:

The above is all the contents of the article "how to install wsgi". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report