hi guys, i was wondering if there is any way to grant access to perl scripts execution to all my aliased directories without having to put +ExecCGI to each one of them? I tried putting +ExecCGI on the default directory : <Directory /> Options Indexes FollowSymLinks +ExecCGI AllowOverride None Order deny,allow Deny from all </Directory> Then on one of my aliased directories : Alias /EclipsePDTWorkspace "C:\EclipsePDTWorkspace/" <Directory "C:\EclipsePDTWorkspace/"> Options Indexes FollowSymLinks MultiViews AllowOverride all Order allow,deny Allow from all </Directory> Accessing perl scripts won't work on EclipsePDTWorkspace unless I put +ExecCGI on it as well. Is there any way to tell apache that I want all my other folders to have access to perl without having assigned each of the individual folders?