# $Id$ # Each directory to which Apache has access, can be configured with respect # to which services and features are allowed and/or disabled in that # directory (and its subdirectories). # First, we configure the "default" to be a very restrictive set of # permissions. Options FollowSymLinks AllowOverride None Order deny,allow Deny from all # These should be changed to whatever You set DocumentRoot to. DocumentRoot "/home/services/apache/html" Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny Allow from all Order allow,deny Deny from all Satisfy All