mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2025-01-03 12:56:27 +01:00
Update Installation guide
This commit is contained in:
parent
b4cc88bffd
commit
473c1d7c04
1 changed files with 19 additions and 1 deletions
|
@ -30,3 +30,21 @@ libnet-smtps-perl
|
||||||
libconfig-general-perl
|
libconfig-general-perl
|
||||||
libdigest-sha-perl
|
libdigest-sha-perl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Following apache2 modules have to be enabled
|
||||||
|
```
|
||||||
|
sudo a2enmod perl
|
||||||
|
sudo a2enmod cgi
|
||||||
|
|
||||||
|
sudo a2enmod rewrite
|
||||||
|
sudo a2dismod mpm_event
|
||||||
|
sudo a2enmod mpm_prefork
|
||||||
|
sudo a2enmod headers
|
||||||
|
sudo a2enmod ssl
|
||||||
|
sudo a2enmod proxy
|
||||||
|
sudo a2enmod proxy_http
|
||||||
|
|
||||||
|
sudo service apache2 restart
|
||||||
|
```
|
||||||
|
|
||||||
|
apache2 mod-perl needs to be run by mpm_prefork
|
Loading…
Reference in a new issue