SERVER_NAME in httpd.c (busybox-1.13.3)

Benedikt Hochstrasser tictactux at gmail.com
Wed Mar 18 20:29:08 UTC 2009


Denys,

it would, but when you run httpd off inet, it's a bit trickier (you'd
have to set the environment once you run inetd).

When you look at eg php.ini, variables_order is often set to "GPCS"
(get, post, cookie, system) and the envrionment variables are left
out.

Ideally one could make its compilation dependent on #DEFINE
FULL_CGI_VARS or somesuch...

-- 
Ben

On Wed, Mar 18, 2009 at 8:59 PM, Denys Vlasenko
<vda.linux at googlemail.com> wrote:
>
> Wouldn't
> env SERVER_NAME=xyz httpd ...
> do that as well?
> --
> vda


More information about the busybox mailing list