From c0eb269cf755a7813cbfaef4df126e6cc322ea5a Mon Sep 17 00:00:00 2001 From: cameronrich Date: Fri, 9 Sep 2011 10:48:17 +0000 Subject: [PATCH] Config change to remove exe suffix. git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@218 9a5d90b5-6617-0410-8a86-bb477d3ed2e3 --- httpd/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpd/Config.in b/httpd/Config.in index 1eff5a695..486ae804d 100644 --- a/httpd/Config.in +++ b/httpd/Config.in @@ -98,7 +98,7 @@ config CONFIG_HTTP_BUILD_LUA config CONFIG_HTTP_CGI_LAUNCHER string "CGI launcher location" - default "/usr/bin/cgi.exe" + default "/usr/bin/cgi" depends on CONFIG_HTTP_HAS_CGI help The location of the CGI launcher application (could be /usr/bin/php5).