-
apache2配置django
apache2需要安装扩展 12apt-get install libapache2-mod-wsgi-py3 # for python3apt-get install libapache2-mod-wsgi # for python2 在httpd.conf启用 1LoadModule wsgi_module modules/mod_wsgi.so 下面是我的配置 1cat /etc …
apache2需要安装扩展 12apt-get install libapache2-mod-wsgi-py3 # for python3apt-get install libapache2-mod-wsgi # for python2 在httpd.conf启用 1LoadModule wsgi_module modules/mod_wsgi.so 下面是我的配置 1cat /etc …