This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| joomla:reverseproxy [2026/05/19 23:11] – Bernard Condrau | joomla:reverseproxy [2026/05/19 23:13] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| ErrorLog ${APACHE_LOG_DIR}/ | ErrorLog ${APACHE_LOG_DIR}/ | ||
| CustomLog ${APACHE_LOG_DIR}/ | CustomLog ${APACHE_LOG_DIR}/ | ||
| - | RewriteEngine on | + | |
| - | RewriteCond %{SERVER_NAME} =demo.bethicoleague.org | + | RewriteCond %{SERVER_NAME} =demo.bethicoleague.org |
| - | RewriteRule ^ https:// | + | RewriteRule ^ https:// |
| </ | </ | ||
| Line 54: | Line 54: | ||
| SSLCertificateFile / | SSLCertificateFile / | ||
| SSLCertificateKeyFile / | SSLCertificateKeyFile / | ||
| + | </ | ||
| + | </ | ||
| + | - VirtualHost on content server:< | ||
| + | < | ||
| + | |||
| + | ServerAdmin bernard@condrau.com | ||
| + | DocumentRoot / | ||
| + | Alias /html/ / | ||
| + | |||
| + | < | ||
| + | Options FollowSymlinks | ||
| + | AllowOverride All | ||
| + | Require all granted | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | Require all granted | ||
| + | </ | ||
| + | |||
| + | ErrorLog ${APACHE_LOG_DIR}/ | ||
| + | CustomLog ${APACHE_LOG_DIR}/ | ||
| </ | </ | ||
| </ | </ | ||
| - Set Joomla Live URL in ''/ | - Set Joomla Live URL in ''/ | ||