cvs commit: apache-1.3/src/main util_script.c

1999-11-27 Thread bjh
bjh 99/11/27 06:48:37 Modified:src/main util_script.c Log: OS/2: Add a handful of environment variables that should be passed to CGI scripts by default. Revision ChangesPath 1.147 +16 -1 apache-1.3/src/main/util_script.c Index: util_script.c

cvs commit: apache-1.3/src/main util_script.c

1999-08-23 Thread stoddard
stoddard99/08/23 09:20:47 Modified:src/main util_script.c Log: Oh happy days. Back to the drawing board. Undoing the DETACHED_PROCESS patch. It breaks 16 bit CGIs and it also detaches processes spawned off of CGI scripts. Revision ChangesPath 1.145 +3 -1

cvs commit: apache-1.3/src/main util_script.c

1999-08-12 Thread stoddard
stoddard99/08/12 11:34:16 Modified:src/main util_script.c Log: Win32: Create the CGI script proces as DETACHED. Tested in WinNT and Win98. This MAY solve the problem observed by some Win95/98 users where they get CGI script output sent to the console. Revision Changes

cvs commit: apache-1.3/src/main util_script.c

1999-03-10 Thread dgaudet
dgaudet 99/03/10 10:09:46 Modified:src CHANGES src/main util_script.c Log: Set-Cookie headers were being doubled up for some CGIs by the O(n^2) avoidance code added in 1.3.3. PR: 3872 Submitted by: Jeff Lewis [EMAIL PROTECTED] Revision

cvs commit: apache-1.3/src/main util_script.c http_core.c

1999-02-05 Thread stoddard
stoddard99/02/04 16:37:50 Modified:src/include http_core.h src/main util_script.c http_core.c Log: Add capability to search Win32 registry for script interpreters. Revision ChangesPath 1.53 +15 -0 apache-1.3/src/include/http_core.h Index:

cvs commit: apache-1.3/src/main util_script.c

1998-11-01 Thread marc
marc98/11/01 00:45:29 Modified:src CHANGES src/main util_script.c Log: If we are trying to execute a script, the exact thing we are executing currently isn't logged if it fails. This fixes it so it is logged, with the Win32 error code returned from the

cvs commit: apache-1.3/src/main util_script.c

1998-10-12 Thread dgaudet
dgaudet 98/10/12 06:48:27 Modified:src/main util_script.c Log: fix something that is obviously wrong by inspection Revision ChangesPath 1.134 +1 -1 apache-1.3/src/main/util_script.c Index: util_script.c

cvs commit: apache-1.3/src/main util_script.c

1998-10-03 Thread coar
coar98/10/03 09:49:33 Modified:src CHANGES src/main util_script.c Log: Make it even easier for sites to present uniform content by making the server's signature text, which is added to server- generated pages, available to all types of

cvs commit: apache-1.3/src/main util_script.c

1998-09-14 Thread martin
martin 98/09/14 09:10:30 Modified:src/main util_script.c Log: Add error message on EBCDIC machines if CGI script outputs ASCII headers Revision ChangesPath 1.131 +21 -0 apache-1.3/src/main/util_script.c Index: util_script.c

cvs commit: apache-1.3/src/main util_script.c

1998-08-06 Thread stoddard
stoddard98/08/05 16:07:55 Modified:src/main util_script.c Log: Fix PR2495 (Win32): quote script filenames to handle white space Revision ChangesPath 1.124 +9 -6 apache-1.3/src/main/util_script.c Index: util_script.c

cvs commit: apache-1.3/src/main util_script.c

1998-08-06 Thread stoddard
stoddard98/08/05 19:03:39 Modified:src/main util_script.c Log: Ref PR2356 - Handle SSI exec tag correctly. In ap_call_exec, handle shellcmd parameter, use COMMAND.COM on Win95 and CMD.EXE on NT. Revision ChangesPath 1.125 +96 -80

cvs commit: apache-1.3/src/main util_script.c

1998-07-10 Thread marc
marc98/07/10 01:33:36 Modified:src/main util_script.c Log: Logging that scripts aren't executable on Win32 if we can't figure out how is good; telling people the most probable cause (ie. lack of #! in a script) is even better. Revision ChangesPath 1.122 +4 -2

cvs commit: apache-1.3/src/main util_script.c

1998-06-24 Thread coar
coar98/06/23 16:14:08 Modified:src/main util_script.c Log: Provide for warning of non-executable file in a script directory. Submitted by: W G Stoddard [EMAIL PROTECTED] Reviewed by: Brian Behlendorf, Ken Coar Revision ChangesPath 1.119 +10 -2

cvs commit: apache-1.3/src/main util_script.c

1998-06-15 Thread coar
coar98/06/15 09:27:56 Modified:src/main util_script.c Log: More style-guide cleanups. Revision ChangesPath 1.118 +208 -122 apache-1.3/src/main/util_script.c Index: util_script.c ===

cvs commit: apache-1.3/src/main util_script.c

1998-05-29 Thread brian
brian 98/05/28 16:14:12 Modified:src/main util_script.c Log: PR: 2294 Submitted by: W G Stoddard [EMAIL PROTECTED] Reviewed by: Brian Behlendorf The environment variables were not properly being passed to the spawned process, now they are. Revision Changes

cvs commit: apache-1.3/src/main util_script.c

1998-05-29 Thread brian
brian 98/05/28 16:26:41 Modified:src/main util_script.c Log: Submitted by: W G Stoddard [EMAIL PROTECTED] Reviewed by: Dean Gaudet, Brian Behlendorf Have NT properly set the directory for CGI scripts ( other spawned children) Revision ChangesPath 1.115 +2

cvs commit: apache-1.3/src/main util_script.c

1998-05-28 Thread rse
rse 98/05/28 04:32:44 Modified:src/include httpd.h src/main util_script.c Log: Fix a few inconsistencies in using CMD.EXE vs. SHELL_PATH. SHELL_PATH is defined for Unix, OS\2 and Windows so we can use it also in util_script for all of them. Revision

cvs commit: apache-1.3/src/main util_script.c

1998-05-21 Thread brian
brian 98/05/21 11:04:16 Modified:src/main util_script.c Log: Submitted by: Brian Havard [EMAIL PROTECTED] Brian Havard [EMAIL PROTECTED] writes: For reasons I've yet to determine the OS/2 exe is compiled with a switch that makes fopen() default to binary mode

cvs commit: apache-1.3/src/main util_script.c

1998-05-10 Thread brian
brian 98/05/09 19:20:13 Modified:src/main util_script.c Log: There's no fork on WIN32, so this is modifying the error log of the main server. Ick. Dean noticed this. Revision ChangesPath 1.109 +4 -1 apache-1.3/src/main/util_script.c Index:

cvs commit: apache-1.3/src/main util_script.c

1998-05-02 Thread ben
ben 98/05/02 03:28:40 Modified:src/main util_script.c Log: Fix cockup with CGI status header. Revision ChangesPath 1.107 +5 -10 apache-1.3/src/main/util_script.c Index: util_script.c ===

cvs commit: apache-1.3/src/main util_script.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 21:14:20 Modified:src CHANGES src/main util_script.c Log: The CGI spec says that REMOTE_HOST should be set to the remote hosts's name, or left unset if this value is unavailable. Apache was setting it to the IP address when unavailable.

cvs commit: apache-1.3/src/main util_script.c

1998-03-10 Thread dgaudet
dgaudet 98/03/09 22:30:50 Modified:src CHANGES src/main util_script.c Log: Prior to the existence of mod_setenv it was necessary to tweak the TZ environment variable in the apache core. But that tweaking interferes with mod_setenv. So don't tweak if the

cvs commit: apache-1.3/src/main util_script.c

1998-02-23 Thread dgaudet
dgaudet 98/02/22 23:58:46 Modified:src CHANGES src/main util_script.c Log: hide Proxy-Authorization just like Authorization is hidden Submitted by: Alvaro Martinez Echevarria [EMAIL PROTECTED] Reviewed by: Martin Kraemer, Ian Kluft, Dean Gaudet