busybox/networking
Denis Vlasenko 77e44d60e6 httpd: move data off bss.
httpd: do not realpath() for SCRIPT_FILENAME - it resolves symlinks
but it should not:

-                /* SCRIPT_FILENAME required by PHP in CGI mode */
-               if (!realpath(purl + 1, realpath_buff))
-                       goto error_execing_cgi;
-               setenv1("SCRIPT_FILENAME", realpath_buff);
+
+               /* SCRIPT_FILENAME required by PHP in CGI mode */
+               fullpath = concat_path_file(home_httpd, purl);
+               setenv1("SCRIPT_FILENAME", fullpath);
2007-06-09 23:49:05 +00:00
..
2007-05-30 00:29:55 +00:00
2007-05-26 19:00:18 +00:00
2007-05-31 22:42:12 +00:00
2007-05-26 19:00:18 +00:00
2007-06-09 23:49:05 +00:00
2007-05-30 00:29:55 +00:00
2007-05-26 19:00:18 +00:00
2007-05-26 19:00:18 +00:00
2007-05-26 19:00:18 +00:00
2007-01-14 12:34:48 +00:00
2007-05-30 00:29:55 +00:00
2007-06-04 10:33:48 +00:00
2007-05-26 19:00:18 +00:00
2007-05-30 00:29:55 +00:00
2007-05-26 19:00:18 +00:00
2007-05-26 19:00:18 +00:00