httpd version: 2.2.15
If you put the httpd module to be used in the 'modules/' directory, it will works.
But for 'mod_dnssd', you need to install the package of the module.
When I just added the module file in 'modules/', the error occurred like under.
Cannot load /etc/httpd/modules/mod_dnssd.so into server: libavahi-common.so.3: cannot open shared object file: No such file or directory
In this case, you can easily solve the problem like this.
# yum install mod_dnssd -y
And maybe a httpd reboot will be required.
# service httpd restart
'IT > System' 카테고리의 다른 글
[MSSQL] Transact-SQL, DB detach attach (0) | 2020.10.14 |
---|---|
[CentOS] CentOS 8 minimal 초기 설정 (0) | 2020.10.13 |
[Windows] *.DLL의 .NET Framework 버전 확인 (0) | 2020.09.11 |
[nfs] Setting Up an NFS Server and Client on CentOS (0) | 2020.08.27 |
[AWS] CentOS root 계정 로그인 (0) | 2020.08.26 |