How centos7.4,apache2.4 installs ssl certificates

There are no two lines of code in

httpd.conf

LoadModule ssl_module modules/mod_ssl.so
Include conf/extra/httpd-ssl.conf

make sure openssl and mod_ssl.so are compiled and installed

clipboard.png
clipboard.png

there are also ssl.conf
443 ports open

then I add these two lines to / etc/httpd/conf/httpd.conf. As a result, httpd failed to start

error message Failed to start The Apache HTTP Server.

May.02,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2bf1e-2badf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2bf1e-2badf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?