开发者

Deploying django websites in apache2 server

开发者 https://www.devze.com 2023-02-14 00:48 出处:网络
I am looking for step by step details of how to deploy djan开发者_运维技巧go websites in apache2 server with one example.

I am looking for step by step details of how to deploy djan开发者_运维技巧go websites in apache2 server with one example. I am using ubuntu operating system

Please give some link or give the details.


There is a manual on Django website. There is also information about integration on ModWsgi website.


Firstly I suggest to read official documentation here, then try to see also Django Book. And then if you face some problems, we SO is ready to help! :) Also I don't know if these instructions work (never tried, because it just first result showed by google), but you can try.


I guess you already have searched Stack Overflow for questions similar to the one you have posted. Anyway, I'd like to point out here a significant post I have found.

mod_wsgi in apache and django (with a link for ubuntu too)

Hope this help.

0

精彩评论

暂无评论...
验证码 换一张
取 消