This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb13:apache [2026/05/18 22:19] – [Apache 2.4 Installation] Bernard Condrau | deb13:apache [2026/07/21 16:53] (current) – [PHP Installation] Bernard Condrau | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Apache 2.4 and PHP 8.4 ====== | ====== Apache 2.4 and PHP 8.4 ====== | ||
| + | add the following:< | ||
| + | SetEnvIfNoCase X-Forwarded-Proto https HTTPS=on</ | ||
| ===== Apache 2.4 Installation ===== | ===== Apache 2.4 Installation ===== | ||
| - Install apache 2.4< | - Install apache 2.4< | ||
| Line 28: | Line 30: | ||
| ===== PHP Installation ===== | ===== PHP Installation ===== | ||
| - Download the GPG key:< | - Download the GPG key:< | ||
| - | $ curl -sSLo / | + | $ sudo curl -sSLo / |
| - Add the repository to your sources< | - Add the repository to your sources< | ||
| - Install the desired PHP version, where V is the major and v is the minor version number, for example 8.4< | - Install the desired PHP version, where V is the major and v is the minor version number, for example 8.4< | ||