diff --git a/ctrl/web_handler.ini b/ctrl/web_handler.ini
index 014f8a676b2680a63a44fab7b1d5cbe5edb1459c..cd027b68d860b1dbf46168f64611c3aaf9e815dc 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.