随笔分类 -  Apache

摘要:当运行httpd.exe时,出现如下问题 原因是启动Apache会占用443端口,而443被其他程序占用了。我们只需将Apache默认端口443改掉就行。网上搜了一下,说是更改Apache24\conf\extra\httpd-ssl.conf 文件中的443端口,我试了下,并没有什么用。 经过一番 阅读全文
posted @ 2017-10-09 10:21 三只松鼠 阅读(6883) 评论(0) 推荐(4) 编辑
摘要:Django项目本身就可以启动运行,为什么还需要部署到Apache或者Nginx上呢?初学者都会遇到这个问题,我们来看看官方解释:It’s intended only for use while developing. (We’re in the business of making Web fra 阅读全文
posted @ 2017-09-19 16:58 三只松鼠 阅读(16585) 评论(1) 推荐(1) 编辑