- Jun 08, 2000
-
-
Ryan Bloom authored
on by default, which is why my last build's didn't catch this. I'll be more careful in the future. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85464 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
provides the same function but works cross-paltform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85463 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 07, 2000
-
-
Allan K. Edwards authored
This bug caused directory index to be displayed rather than returning an error. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85461 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85460 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Forgot to include when I committed the code change.. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85459 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
corresponding entry. Fix typo in Greg Stein's note about gethostbyname_r(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85458 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
The autoconf-provided check used previously fails when the platform doesn't support MAP_FIXED. Apache doesn't use that mmap() feature, so we don't want to require it. Submitted by: Greg Ames git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85457 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
with the reintroduction of resource limiting logic. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85456 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85455 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 06, 2000
-
-
Jeff Trawick authored
The cgi arguments were sometimes mangled because no terminating '\0' was added to the arg string passed to the cgi daemon. The len parm to accept() was not initialized, leading sometimes to an endless loop of failed accept() calls on OS/390 and anywhere else that failed the call if the len was negative. Tweaks: Add some traces for failed socket calls at cgi daemon setup time (most of which I hit while playing around). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85452 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85451 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Unix because I can't find any other platforms with rlimit. If there are other platforms that need this code, then some of the code needs to move. This has just barely been tested, so it could probably use some good testing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85449 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
platforms can add related logic to the case statement) This is a stop-gap measure until the need for certain libraries can be determined automatically. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85448 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Bring forward a change from 1.3 (the ability to use SetEnvIf* and BrowserMatch* in .htaccess files). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85447 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Bring forward a fix from 1.3. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85446 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
truncation of a particularly long message on OS/390, and useful info was past char 100. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85443 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
as part of the "Convert ap_proc_t to a complete type." enhancement. mod_cgi previously declared a ptr to an ap_proc_t, storage was allocated by ap_create_process() from the request pool, and the ap_proc_t address was passed to ap_note_subprocess(). With the "Convert ap_proc_t to a complete type." change, ap_proc_t lived in autodata, but the address was still passed to ap_note_subprocess(). When the pool was cleaned up, the ap_proc_t in autodata had been used for something else, so the contents were garbage, but pool cleanup needed the contents, especially the os pid to pass to waidpid(). Since this was garbage, we never reaped status from the cgi child and thus the cgi child remained a zombie. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85441 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: Reviewed by: Fix a silly oversight. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85440 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: Reviewed by: Hmmm... exporting a hook, very interesting :-) But the win32 build believes hooks are pretty uninteresting, mostly static __cdecl calls, so pound this declaration into NONSTD. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85439 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: Reviewed by: Just two quick fixes for the ApacheCore/ApacheCoreDll.dsp project split. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85438 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
core: Export core_translate() as ap_core_translate() for use by mod_mmap_static. Submitted by: Greg Ames Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85437 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: Reviewed by: Migrate the 'real' pre_config hook update from winnt.c to mpm_winnt.c and correct newly required symbols for http_main.c git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85436 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: Reviewed by: Fixes 1) The htpasswd and ab binaries, by converting ApacheCore.dsp to a library MSVC project. 2) Creates the ApacheCoreDll.dsp project to produce the dso version ApacheCore.dll 3) Some misc fixups to the original http_main.c -> Apache.exe conversion that misses newly added symbols. Code fixes to follow in a seperate patch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85435 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
doesn't seem to have a problem but /bin/sh on Solaris does. Symptom: "./configure: test: unknown operator ==" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85434 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 05, 2000
-
-
Tony Finch authored
(what does the 2 signify?) Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85433 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
way to check for DSO support is to look for libdl. Apache automatically adds -ldl to it's LIBS flag from config.m4 in modules/standard. Other platforms will need to add the correct flag for their system. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85432 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Eric Cholet <cholet@logilune.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85431 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
PR: Obtained from: Submitted by: Reviewed by: Unbind the old main_win32.c code and rebind to the new mpm logic in the modules/mpm/winnt directory. Includes some simple cleanups. The old sources in os/win32 will disappear at the end of this week. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85430 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
axe unused var cgid_server_conf fix type of pid don't create the socket as a file here; it doesn't help anything git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85429 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
what failed. Before, "couldn't create child process: " was used for a couple of different logs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85428 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
getenv() implementations use the same storage for successive calls. CGIs on OS/390 had a bad PATH due to this. (Believe it or not, ANSI says getenv() can do this.) Some similar getenv() usage was left alone as it was specific to a certain platform, and I assume that getenv() doesn't have the "issue" on those platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85427 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
the PRODUCT_ONLY value for ServerTokens. This is relatively clean, all of the code lives in http_core, and when a module wants to add a token, they just call ap_add_version_component from the post_config hook. Actually ap_add_version_component can be done anytime after the config has been parsed, it just makes the most sense to do it in post_config IMHO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85426 13f79535-47bb-0310-9956-ffa450edef68
-
Ask Bjorn Hansen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85422 13f79535-47bb-0310-9956-ffa450edef68
-
Ask Bjorn Hansen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85421 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
--enable-some-module=shared is specified on the ./configure line, then mod_so is included in the build, -ldl is added to LIBS, and --enable-dso is added to APR's configure line. Otherwise, mod_so is turned off, -ldl is not added, and APR is specifically told to build without DSO support. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85418 13f79535-47bb-0310-9956-ffa450edef68
-
Ask Bjorn Hansen authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85410 13f79535-47bb-0310-9956-ffa450edef68
-
Ask Bjorn Hansen authored
add changes list remove snippet about why the apache project was organized. I would think people reading the annouement knows now. try to remove a little more corporatespeak git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85409 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
getline(): pick up a couple of Martin's changes which were missed when the 1.3.x EBCDIC fixes to this funciton were merged into 2.0 ap_setup_client_block(): fix the logic that, based on the mime type, can decide not to translate the request body git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85406 13f79535-47bb-0310-9956-ffa450edef68
-
- Jun 04, 2000
-
-
Jeff Trawick authored
fix parmlist to ap_open() so that we can open the ScriptLog file o.k. in log_script(), don't do anything with script_err parm if it is NULL (for mod_cgid, it is always NULL; rather than simply ripping out such logic I kept it in case somebody wants to factor out common parts of mod_cgi.c and mod_cgid.c later) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85405 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
functional changes: setup input translation for PUT or POST other: bail out more quickly if our dir config says do nothing, tweak the debug trace, git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85404 13f79535-47bb-0310-9956-ffa450edef68
-