enable_strict_transport_security_apache_virtual_host
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| enable_strict_transport_security_apache_virtual_host [2023/06/24 17:05] – wikiadmin | enable_strict_transport_security_apache_virtual_host [2023/06/24 17:14] (current) – wikiadmin | ||
|---|---|---|---|
| Line 18: | Line 18: | ||
| This example configuration will make all subdomains only accessible via HTTPS. If you have subdomains not accessible via HTTPS, remove includeSubDomains. | This example configuration will make all subdomains only accessible via HTTPS. If you have subdomains not accessible via HTTPS, remove includeSubDomains. | ||
| - | IMPORTANT: | + | **IMPORTANT: |
| - | Let's see how to enable headers module using a2enmod | + | ===== Here’s how to enable mod_headers in Apache Ubuntu / Debian |
| - | + | ||
| - | How to Enable mod_headers in Apache Ubuntu | + | |
| - | Here’s how to enable mod_headers in Apache Ubuntu / Debian. | + | |
| 1. Install mod_headers | 1. Install mod_headers | ||
| Line 36: | Line 33: | ||
| < | < | ||
| $ sudo a2enmod headers | $ sudo a2enmod headers | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | $ sudo a2enmod headers | ||
| + | </ | ||
| + | |||
| + | Result: | ||
| + | |||
| + | < | ||
| + | Enabling module headers. | ||
| + | To activate the new configuration, | ||
| + | systemctl restart apache2 | ||
| + | $ | ||
| </ | </ | ||
| Line 41: | Line 51: | ||
| < | < | ||
| - | $ sudo service apache2 | + | $ sudo systemctl |
| + | </ | ||
| + | OR | ||
| + | |||
| + | < | ||
| + | $ sudo service apache2 restart | ||
| </ | </ | ||
enable_strict_transport_security_apache_virtual_host.1687626309.txt.gz · Last modified: 2023/06/24 17:05 by wikiadmin
