用python+django搭了一个网站后,想用Apache+mod_wsgi进行发布,那么问题来了,mod_wsgi对python版本有要求么?mod_wsgi-4.5.2是否支持python2.6呢?Linux下自带python2.6,安装mod_wsgi时报一些莫名其妙的错误。。。。。
mod_python is more than just a CGI/WSGI alternative — you can use it not only to serve Python-based applications that run faster than traditional CGI, but you can actually use exposed Apache APIs to ...