pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/time/php-mrbs/files



Module Name:    pkgsrc
Committed By:   taca
Date:           Wed Feb 28 16:42:30 UTC 2024

Added Files:
        pkgsrc/time/php-mrbs/files: ht-access

Log Message:
time/php-mrbs: commit additional file


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/time/php-mrbs/files/ht-access

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/time/php-mrbs/files/ht-access
diff -u /dev/null pkgsrc/time/php-mrbs/files/ht-access:1.1
--- /dev/null   Wed Feb 28 16:42:30 2024
+++ pkgsrc/time/php-mrbs/files/ht-access        Wed Feb 28 16:42:30 2024
@@ -0,0 +1,11 @@
+# $NetBSD: ht-access,v 1.1 2024/02/28 16:42:30 taca Exp $
+#
+<Files ~ "\.inc$">
+  <IfModule !mod_authz_core>
+    Order allow,deny
+     Deny from all
+  </IfModule>
+<IfModule mod_authz_core>
+   Require all denied
+</IfModule>
+</Files>



Home | Main Index | Thread Index | Old Index