I'll start with the prehistory. I installed vesta on the server, there were no problems. After installation, he tried to start up but cursed apache and went out.
Running the command
httpd -t Got such an answer
httpd: Syntax error on line 39 of /etc/httpd/conf/httpd.conf: Cannot load modules/mod_authn_alias.so into server: /etc/httpd/modules/mod_authn_alias.so: cannot open shared object file: No such file or directory Tried to find this file with the command.
find / -type f -name mod_authn_alias.so and manually enter the path for the httpd.conf file here, but with bitterness I understood that it does not exist at all. How can I load or what is better to do?