Skip to content
Snippets Groups Projects
Commit f699fd4e authored by rswindell's avatar rswindell
Browse files

Added [CGI.Win32] section for example CGI handlers with useful default values

for typical Win32 PHP and Perl installations.
parent 730075ed
No related branches found
No related tags found
No related merge requests found
...@@ -12,11 +12,15 @@ ...@@ -12,11 +12,15 @@
; One notable difference though, file extensions listed here do not include the '.' ; 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 pl = /perl/bin/perl
[JavaScript] [JavaScript]
; JavaScript modules used to parse dynamic web content files are listed in ; JavaScript modules used to parse dynamic web content files are listed in
; this section. ; this section.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment