A page in your DokuWiki was added or changed. Here are the details:

Date        : 2018/07/10 10:26
Browser     : Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 
Firefox/61.0
IP-Address  : 81.250.130.213
Hostname    : LNeuilly-657-1-3-213.w81-250.abo.wanadoo.fr
Old Revision: 
http://ltb-project.org/documentation/self-service-password/1.3/config_apache?rev=1526517281
New Revision: 
http://ltb-project.org/documentation/self-service-password/1.3/config_apache
Edit Summary: 
User        : coudot

@@ -22,9 +22,20 @@
              Order Deny,Allow
              Allow from all
          </IfVersion>
      </Directory>
-     
+ 
+     <Directory /usr/local/self-service-password/scripts>
+         AllowOverride None
+         <IfVersion >= 2.3>
+             Require all denied
+         </IfVersion>
+         <IfVersion < 2.3>
+             Order Deny,Allow
+             Deny from all
+         </IfVersion>
+     </Directory>
+    
      LogLevel warn
      ErrorLog /var/log/apache2/ssp_error.log
      CustomLog /var/log/apache2/ssp_access.log combined
  </VirtualHost>
@@ -56,12 +67,23 @@
              Allow from all
          </IfVersion>
          DirectoryIndex index.php
          AddDefaultCharset UTF-8
+ </Directory>
+ 
+ <Directory /usr/local/self-service-password/scripts>
+         AllowOverride None
+         <IfVersion >= 2.3>
+             Require all denied
+         </IfVersion>
+         <IfVersion < 2.3>
+             Order Deny,Allow
+             Deny from all
+         </IfVersion>
  </Directory>
  </file>
  
  Check you configuration and reload Apache:
  <code>
  # apachectl configtest
  # apachectl reload
  </code>



-- 
This mail was generated by DokuWiki at
http://ltb-project.org/
_______________________________________________
ltb-changes mailing list
[email protected]
https://lists.ltb-project.org/cgi-bin/mailman/listinfo/ltb-changes

Reply via email to