我想创建自己的自签名SSL证书,并将其添加到本地Apache2实例中(即将更改为)。然而,我被困在了在default-ssl.conf文件的服务器IP下放置什么的部分。我指的是使用来创建SSL证书。我尝试将"127.0.0.1“、"localhost”和私有IP地址(在本例中是10.0.2.15)放在"ServerName“部分下。但是,它仍然失败,并出现以下错误。apache2: Could not reliably d
* Restarting web server apache2 /usr/sbin/apache2ctl:87: ulimit: error setting limit (Operation not permitted)
apache2: Could not reliably determine the server'sfully qualified domain name, using 127.0.1.1 for S
我正在尝试重新启动Apache 2:但是得到以下错误:
AH00558:apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1.Set the 'ServerName' directive globally to suppress t
我在AWS Lightsail中创建了一个新实例,并配置了一个域example.com,它也有两个子域。test.example.com和app.example.com。我删除了默认的bitnami.conf并创建了一个新的。这删除了预定义的SSL设置代码。我按照这个安装了Lets。
ServerName e