无法在 ubuntu 中 运行 Apache2 服务器

Cannot run Apache2 server in ubuntu

我通过以下方式在 Ubuntu 18.04 中安装了 pgAdmin4:

$ 卷曲 https://www.pgadmin.org/static/packages_pgadmin_org.pub | sudo apt-key 添加

$ sudo sh -c 'echo "deb https://ftp.postgresql.org/pub/pgadmin/pgadmin4/apt/$(lsb_release -cs) pgadmin4 main" > /etc/apt/sources.list.d/pgadmin4.list && apt update'

$ sudo apt install pgadmin4

$ sudo /usr/pgadmin4/bin/setup-web.sh

创建帐户后,在 pgAdmin4 中添加 Postgresql 服务器之前,我收到了以下消息: [1]: https://i.stack.imgur.com/AHI6z.png

由于我在使用 systemd 时遇到问题,我使用 Sysvinit 系统通过以下方式启动 apache2:

$ 服务 apache2 启动

结果:

不确定下一步该做什么。

你应该 运行 apache 作为 root:

sudo service apache2 start