- Fix syntax error in pkg-message's Apache configuration example

PR:		ports/98045
Submitted by:	Brian Gourlie <bgourlie@gmail.com>
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2006-05-28 15:02:02 +00:00
parent 19c586affc
commit 14dd14b714
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163709
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ that you add something like the following to httpd.conf:
Options none
AllowOverride Limit
Order Deny, Allow
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>

View File

@ -14,7 +14,7 @@ that you add something like the following to httpd.conf:
Options none
AllowOverride Limit
Order Deny, Allow
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 .example.com
</Directory>