5
apache2 Неверная команда 'SSLEngine'
Когда я перезапускаю httpd, я получаю следующую ошибку. Что мне не хватает? [root@localhost ~]# service httpd restart Stopping httpd: [ OK ] Starting httpd: Syntax error on line 22 of /etc/httpd/conf.d/sites.conf: Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration Я установил mod_ssl …
108
ssl
apache-httpd