+Forgotten "viewcvs" CGI execution.
[cvs.jankratochvil.net.git] / .htaccess
index 06aea1d..de08349 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -23,3 +23,10 @@ Options None
                RewriteRule ^/*$ http://localhost:7680/IndexCVS.pm [P,L]
        </IfModule>
 </IfModule>
+
+<IfModule !mod_perl.c>
+       <Files "viewcvs">
+               Options +ExecCGI
+               SetHandler cgi-script
+       </Files>
+</IfModule>