由于 CentOS 7.0 官方仓库中并没有提供 Lighttpd,所以我们需要在系统中安装额外的软件源 epel 仓库.使用下面的 yum 指令来安装 epel.
yum install epel-release
然后,我们需要更新系统并安装lighttpd.
yum update
yum install lighttpd
安装完成。
由于 CentOS 7.0 官方仓库中并没有提供 Lighttpd,所以我们需要在系统中安装额外的软件源 epel 仓库.使用下面的 yum 指令来安装 epel.
yum install epel-release
然后,我们需要更新系统并安装lighttpd.
yum update
yum install lighttpd
安装完成。
报错: ``` nginx: [emerg] dlopen() "/opt/nginx/modules/ngx_http_brotli_filter_module.so" failed (libbrotlienc.so.1: cannot open shared object file: No su...
报错如下: ``` nginx: [emerg] module "/opt/nginx/modules/ngx_http_brotli_filter_module.so" version 1028001 instead of 1026002 in /opt/nginx/conf/nginx.conf...
成为第一个评论的人吧!