我尝试运行apt-get install httpd
来安装Apache HTTP Server,但是我收到了以下错误:
Package httpd is a virtual package provided by:
yaws 1.94-1
webfs 1.21+ds1-8.1
tntnet 2.1-2+deb7u1
ocsigenserver 2.1-1
ocsigen 1.3.4-2+b12
nginx-naxsi-ui 1.2.1-2.2+wheezy3
nginx-naxsi 1.2.1-2.2+wheezy3
nginx-light 1.2.1-2.2+wheezy3
nginx-full 1.2.1-2.2+wheezy3
nginx-extras 1.2.1-2.2+wheezy3
mini-httpd 1.19-9.3
micro-httpd 20051212-15
lighttpd 1.4.31-4+deb7u3
ebhttpd 1:1.0.dfsg.1-4.3
bozohttpd 20111118-1
boa 0.94.14rc21-3.1
apache2-mpm-worker 2.2.22-13+deb7u3
apache2-mpm-prefork 2.2.22-13+deb7u3
apache2-mpm-itk 2.2.22-13+deb7u3
apache2-mpm-event 2.2.22-13+deb7u3
aolserver4-daemon 4.5.1-15.1
aolserver4-core 4.5.1-15.1
You should explicitly select one to install.
有人可以帮忙吗。我真的被困在这一点上。我在ubuntu论坛等上查了各种帖子。
答案 0 :(得分:1)
就像CS GO所说,专门选择要安装的服务器非常重要。使用了3个主要的服务器包。 Apache webserver,NGINX webserver和Lighthttpd。
您正在安装它的正确轨道,但与服务名称确实是httpd的CentOS不同,在Ubuntu上它们打包在产品名称下。假设您要在服务器上安装Apache,命令将是
sudo apt-get install apache2
或者安装lighttpd或nginx,将apache2替换为lighttpd或nginx-full
祝你好运