@the Grey Parrots Yes, I have
<Directory />
#Options FollowSymLinks
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Order deny,allow
Deny from all
</Directory>
# It can be “All”, “None”, or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
<Directory “/Library/WebServer/CGI-Executables”>
AllowOverride All
Options None
Order allow,deny
Allow from all
</Directory>
<Directory “/Users/$USER/Sites/”>
Options Indexes MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>