summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-28 16:59:00 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-28 16:59:00 +0000
commita1b49bfe3734ac43084e999b0cf673ca94fa08a7 (patch)
treef3df0f261d461fda4584b11162ff1cb880595fe1 /net
parent- Chase renaming of gtkspell2 -> gtkspell (diff)
- Fix syntax error in example Apache configuration
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r--net/phpldapadmin/files/pkg-message.in2
-rw-r--r--net/phpldapadmin098/files/pkg-message.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/net/phpldapadmin/files/pkg-message.in b/net/phpldapadmin/files/pkg-message.in
index a921b9fef008..2043e40b38b4 100644
--- a/net/phpldapadmin/files/pkg-message.in
+++ b/net/phpldapadmin/files/pkg-message.in
@@ -14,7 +14,7 @@ you add something like following to httpd.conf:
Options none
AllowOverride none
- Order Deny, Allow
+ Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>
diff --git a/net/phpldapadmin098/files/pkg-message.in b/net/phpldapadmin098/files/pkg-message.in
index 784c2011afc3..a181a6e0bda9 100644
--- a/net/phpldapadmin098/files/pkg-message.in
+++ b/net/phpldapadmin098/files/pkg-message.in
@@ -14,7 +14,7 @@ you add something like the following to httpd.conf:
Options none
AllowOverride none
- Order Deny, Allow
+ Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>