html5/spec .htaccess,1.4,1.5

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16943

Modified Files:
	.htaccess 
Log Message:
add ability to run python cgi scripts


Index: .htaccess
===================================================================
RCS file: /sources/public/html5/spec/.htaccess,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- .htaccess	23 Jul 2009 07:08:56 -0000	1.4
+++ .htaccess	27 Jul 2009 08:38:06 -0000	1.5
@@ -1,3 +1,5 @@
 DirectoryIndex spec.html
+AddHandler cgi-script .py
+Options +ExecCGI
 ErrorDocument 404 /html5/spec/404.html
 AddDefaultCharset utf-8

Received on Monday, 27 July 2009 08:38:18 UTC