mirror of
https://gitlab.com/t6353/sharee.bike.wiki.git
synced 2024-12-22 07:36:26 +01:00
Update Installation guide
This commit is contained in:
parent
b4cc88bffd
commit
473c1d7c04
1 changed files with 19 additions and 1 deletions
|
@ -29,4 +29,22 @@ libauthen-pam-perl
|
|||
libnet-smtps-perl
|
||||
libconfig-general-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