Projet

Général

Profil

apache2.conf.patch

christophe guerinot, 08/03/2016 17:21

Télécharger (371 octets)

Voir les différences:

modif/apache2.conf 2016-03-07 12:55:59.567627045 +0100
164 164
</Directory>
165 165

  
166 166
<Directory /var/www/>
167
%if %%getVar('apache_lister_repertoires', 'non') == 'non'
167 168
	Options FollowSymLinks
169
%else
170
	Options Indexes  FollowSymLinks
171
%end if
168 172
	AllowOverride None
169 173
	Require all granted
170 174
</Directory>