diff options
-rw-r--r-- | networking/httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 01b56ebd2..6bf103c56 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -1386,6 +1386,8 @@ static void send_cgi_and_exit( | |||
1386 | if (referer) | 1386 | if (referer) |
1387 | setenv1("HTTP_REFERER", referer); | 1387 | setenv1("HTTP_REFERER", referer); |
1388 | setenv1("HTTP_HOST", host); /* set to "" if NULL */ | 1388 | setenv1("HTTP_HOST", host); /* set to "" if NULL */ |
1389 | /* setenv1("SERVER_NAME", safe_gethostname()); - don't do this, | ||
1390 | * just run "env SERVER_NAME=xyz httpd ..." instead */ | ||
1389 | 1391 | ||
1390 | xpiped_pair(fromCgi); | 1392 | xpiped_pair(fromCgi); |
1391 | xpiped_pair(toCgi); | 1393 | xpiped_pair(toCgi); |