php_8.3
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| php_8.3 [2024/07/20 16:54] – ryas | php_8.3 [2024/07/21 08:29] (current) – ryas | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| yum install -y php-{mysqlnd, | yum install -y php-{mysqlnd, | ||
| systemctl restart httpd && systemctl status httpd\\ | systemctl restart httpd && systemctl status httpd\\ | ||
| + | |||
| + | ====== SSL в apache ====== | ||
| + | openssl req -new -x509 -days 1461 -nodes -out cert.pem -keyout cert.key -subj "/ | ||
| + | apachectl -M | grep ssl\\ | ||
| + | yum install mod_ssl\\ | ||
| + | vi conf.d/ | ||
| + | < | ||
| + | SSLEngine on | ||
| + | SSLCertificateFile ssl/ | ||
| + | SSLCertificateKeyFile ssl/ | ||
| + | </ | ||
| + | apachectl configtest\\ | ||
| + | apachectl graceful\\ | ||
| + | systemctl restart httpd && systemctl status httpd\\ | ||
| + | |||
| + | ====== Let's encrypt ====== | ||
| ====== Настройка firewall для работы apache ====== | ====== Настройка firewall для работы apache ====== | ||
php_8.3.1721494475.txt.gz · Last modified: 2024/07/20 16:54 by ryas