Revision 81745451
Added by Andreas Kohlbecker 7 months ago
README.md | ||
---|---|---|
70 | 70 |
|
71 | 71 |
##### Apache2 configuration |
72 | 72 |
|
73 |
Install required modules |
|
74 |
|
|
75 |
~~~ |
|
76 |
sudo a2enmod headers |
|
77 |
sudo a2enmod ssl |
|
78 |
sudo a2enmod rewrite |
|
79 |
~~~ |
|
80 |
|
|
81 |
|
|
73 | 82 |
You may now want to copy the apache 2 site configuration files from `scripts/apache2.4/` to `/etc/apache2/sites-available/` |
74 | 83 |
and to activate one of them, preferably the ssl site configuration: |
75 | 84 |
|
Also available in: Unified diff
README: on apache module installation