# the Alias directive Alias /static /var/web/test.example.com/static
AddType text/html .py
RewriteEngine On <Directory /var/web/test.example.com> Options +ExecCGI </Directory>
# because Alias can be used to reference resources outside docroot, you # must reference the directory with an absolute path <Directory /var/web/test.example.com/static> # directives to effect the static directory Options FollowSymLinks </Directory>