Here is what is in my templates files:
ServerName ${DOM}
ServerAlias
www.${DOM}DocumentRoot ${HOME}/public_html
ErrorLog ${HOME}/logs/error_log
CustomLog ${HOME}/logs/access_log common
ScriptAlias /cgi-bin/ ${HOME}/cgi-bin/
Options Indexes IncludesNOEXEC FollowSymLinks
allow from all
(i put the space in Directory to get around the security
I put the .cgi files in the home/domain/cgi-bin and when i try to bring up the admin.cgi file I get
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403