Name duplicates previous WSGI daemon definition

前端 未结 4 963
谎友^
谎友^ 2021-02-07 07:09

I\'m changing the domain name of a site. For a period I want the old domain name and the new domain name to point to the site. I\'m running a Python Django site.

My or

4条回答
  •  臣服心动
    2021-02-07 07:37

    If you're facing this issue while using certbot command to install multiple "Let's Encrypt Certificates" then it may be due to some bug in certbot. As discussed here, for a quick workaround you can comment

    WSGIScriptAlias 
    WSGIDaemonProcess 
    WSGIProcessGroup
    

    to run certbot command and then remove the comments afterwards.

提交回复
热议问题