Koristi Require u predloscima, umjesto Order i Allow direktiva
authorDragan Dosen <Dragan.Dosen@CARNet.hr>
Thu, 6 Oct 2016 09:31:33 +0000 (11:31 +0200)
committerDragan Dosen <Dragan.Dosen@CARNet.hr>
Thu, 6 Oct 2016 09:31:33 +0000 (11:31 +0200)
debian/changelog
templates/default.template
templates/ssl.template

index 591ade2..5440d48 100644 (file)
@@ -1,6 +1,7 @@
 apache2-cn (2.4.10+2) UNRELEASED; urgency=low
 
   * Azuriran tekst koji se dodaje u generirane konfiguracijske datoteke.
+  * Koristi Require u predloscima, umjesto Order i Allow direktiva.
 
  -- Dragan Dosen <Dragan.Dosen@CARNet.hr>  Thu, 06 Oct 2016 10:51:58 +0200
 
index e31dffd..2b2d0fe 100644 (file)
@@ -12,7 +12,6 @@
     #    # AllowOverride All
     #    AllowOverride None
     #    Options OPTIONS
-    #    Order allow,deny
-    #    Allow from all
+    #    Require all granted
     #</Directory>
 </VirtualHost>
index 8e39bae..d89b0c0 100644 (file)
@@ -18,8 +18,7 @@
     #    # AllowOverride All
     #    AllowOverride None
     #    Options OPTIONS
-    #    Order allow,deny
-    #    Allow from all
+    #    Require all granted
     #</Directory>
 </VirtualHost>
 </IfModule>