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 <[email protected]> wrote: > > Wouldn't > env SERVER_NAME=xyz httpd ... > do that as well? > -- > vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
