From 0863048281b46f5ca2e1904365c1dc74f9443504 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Wed, 17 Mar 2010 05:07:09 +0000
Subject: [PATCH] Added default .asc file handler and .exe to CGI.Win32
 handlers.

---
 ctrl/web_handler.ini | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/ctrl/web_handler.ini b/ctrl/web_handler.ini
index cd027b68d8..c31a5d6d3e 100644
--- a/ctrl/web_handler.ini
+++ b/ctrl/web_handler.ini
@@ -17,8 +17,8 @@ pl = /usr/bin/perl
 
 [CGI.Win32]
 ; Native CGI interpreters for Win32 (only) are listed in this section.
-php = /php/php-cgi
-pl = /perl/bin/perl
+php = /php/php-cgi.exe
+pl = /perl/bin/perl.exe
 
 
 [JavaScript]
@@ -31,4 +31,5 @@ pl = /perl/bin/perl
 ; The path to the http-requested file may be obtained by the JavaScript
 ; module using the http_request.real_path variable.
 
-xjs = xjs_handler.js
\ No newline at end of file
+xjs = xjs_handler.js
+asc = asc_handler.js
\ No newline at end of file
-- 
GitLab