blob: 0e16516c75a02e5867b9d8bd91483a828cfec15c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[
{ type: install
message: <<EOM
******************************************************************************
You should add the following to your Apache configuration file:
Alias /lam %%PREFIX%%/www/lam
<Directory %%PREFIX%%/www/lam>
Options +FollowSymLinks
AllowOverride All
Require all granted
DirectoryIndex index.html
</Directory>
******************************************************************************
EOM
}
]
|