X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=main.c;h=3013dabccbfa88d60cc0b31942226a07ba196007;hb=98a231f91d7731d4f13ea9e4c4f568e42349faa2;hp=c0a6a823ae6f5b334a6c67d3721a91602ff554da;hpb=c426f3dee96c2a4468ff54c881fa15fa651d275a;p=project%2Fuhttpd.git diff --git a/main.c b/main.c index c0a6a82..3013dab 100644 --- a/main.c +++ b/main.c @@ -164,6 +164,7 @@ static void init_defaults(void) conf.http_keepalive = 0; /* fixme */ conf.max_requests = 3; conf.realm = "Protected Area"; + conf.cgi_prefix = "/cgi-bin"; uh_index_add("index.html"); uh_index_add("index.htm");