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

Added default .asc file handler and .exe to CGI.Win32 handlers.

parent f699fd4e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment