From f699fd4e26ee79bfc6c9eae1d3e9416c4fb97b14 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 17 Mar 2010 04:28:32 +0000 Subject: [PATCH] Added [CGI.Win32] section for example CGI handlers with useful default values for typical Win32 PHP and Perl installations. --- ctrl/web_handler.ini | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ctrl/web_handler.ini b/ctrl/web_handler.ini index 014f8a676b..cd027b68d8 100644 --- a/ctrl/web_handler.ini +++ b/ctrl/web_handler.ini @@ -12,11 +12,15 @@ ; One notable difference though, file extensions listed here do not include the '.' -php = /php/php-cgi +php = /usr/local/bin/php-cgi +pl = /usr/bin/perl -# On Unix, the following will need to be changed to '/usr/bin/perl' or just 'perl' +[CGI.Win32] +; Native CGI interpreters for Win32 (only) are listed in this section. +php = /php/php-cgi pl = /perl/bin/perl + [JavaScript] ; JavaScript modules used to parse dynamic web content files are listed in ; this section. -- GitLab