Projet

Général

Profil

apache-eole.conf.patch

patch sur zephir esbl Applis_web 2.5.2 - christophe guerinot, 10/11/2017 10:42

Télécharger (476 octets)

Voir les différences:

modif/apache-eole.conf 2017-06-22 12:16:37.759002453 +0200
6 6
 %for %%ap_dir in %%apache_dir
7 7
Alias %%ap_dir.apache_alias %%ap_dir
8 8
<Directory "%%ap_dir">
9
  %if %%getVar('apache_lister_repertoires', 'non') == 'non'
9 10
   DirectoryIndex index.php
10
   Order Allow,Deny
11
   Allow from All
11
  %else
12
   Options Indexes  FollowSymLinks
13
  %end if
14
   Require all granted
12 15
</Directory>
13 16

  
14 17
 %end for