Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| vendors:cisco:uc:ece:chatapiserver-redhat [2024/12/18 14:10] – [Enabling HTTPS] gerardorourke | vendors:cisco:uc:ece:chatapiserver-redhat [2025/09/24 13:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 70: | Line 70: | ||
| SSLCertificateKeyFile / | SSLCertificateKeyFile / | ||
| </ | </ | ||
| + | |||
| + | *The Private Key should only be RW by the owner. | ||
| + | *The cert should be be RW for owner and R for Group and Others (chmod 644 httpd_20250115.crt) | ||
| === Create a CSR Certificate === | === Create a CSR Certificate === | ||
| Line 337: | Line 340: | ||
| ===== Enabling .htaccess files ==== | ===== Enabling .htaccess files ==== | ||
| To enable .htacess files edit the httpd configuration file - **/ | To enable .htacess files edit the httpd configuration file - **/ | ||
| - | In the default document root section: < | + | In the default document root section: < |
| Change the **AllowedOverride None** to **AllowedOverride All** | Change the **AllowedOverride None** to **AllowedOverride All** | ||
| Line 343: | Line 346: | ||
| Default Example: | Default Example: | ||
| < | < | ||
| - | < | + | < |
| Options Indexes FollowSymLinks | Options Indexes FollowSymLinks | ||
| AllowOverride None | AllowOverride None | ||
| Line 352: | Line 355: | ||
| Updated Config Example: | Updated Config Example: | ||
| < | < | ||
| - | < | + | < |
| Options Indexes FollowSymLinks | Options Indexes FollowSymLinks | ||
| AllowOverride All | AllowOverride All | ||