- May 29, 1998
-
-
Ralf S. Engelschall authored
ap_md5.h movement. The complete dependecy list is now correct, Brian. I've checked it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81415 13f79535-47bb-0310-9956-ffa450edef68
-
Randy Terbush authored
Submitted by: Randy Terbush <randy@covalent.net> Reviewed by: Brian Behlendorf, Dirk-Willem van Gulik git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81414 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
instead of the bogus and incorrect method we suggested before git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81413 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81411 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81410 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81409 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
ap_log_error() variants. Same Brian has done for the other modules, BTW. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81408 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
ap_log_error() because ap_log_error() adds itself a newline when logging to files and wants to add nothing when logging to syslog. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81407 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
is of type [path/to/]mod_xxx.c because all calculations inside configure and src/Configure depend on this. PR: 2307 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81406 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81405 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81404 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Missed one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81402 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Place a "default" configuration for the root dir which is very restrictive. Thanks to Dean for the hint. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81401 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Usage of printf(stderr, ...) is now ap_log_error, which is more resiliant in the face of certain failures. Thanks to Ralf & Dean for the hints. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81400 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
various OS/2 cleanups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81399 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
This was causing warnings in some compilation environments, and is the correct set of arguments for the function, even though pinfo never ends up getting used. See error_log_child for a similar situation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81398 13f79535-47bb-0310-9956-ffa450edef68
-
- May 28, 1998
-
-
dgaudet authored
serialized accept to handle multiple sockets. PR: 2295, 2296 Submitted by: Rob Saccoccio <robs@InfiniteTechnology.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81397 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
bookkeeping. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81396 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: W G Stoddard <wgstodda@us.ibm.com> Reviewed by: Dean Gaudet, Brian Behlendorf Have NT properly set the directory for CGI scripts (& other spawned children) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81395 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Comment my last two commits. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81394 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Submitted by: W G Stoddard <wgstodda@us.ibm.com> Reviewed by: Brian Behlendorf The environment variables were not properly being passed to the spawned process, now they are. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81393 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
In the interests of some API cleanup: I converted all occurances of spawn_child to ap_spawn_child_err, and removed the spawn_child macro (actually moved it to compat.h) I then changed ap_spawn_child_err to simply ap_spawn_child, and ap_spawn_child_err_buff to ap_bspawn_child. These are all cosmetic and should not change functionality, but I think this will be of assistance to module authors trying to learn by examples we set in our code (lord help them!). Approved in concept by dgaudet & rse. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81392 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81391 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Added link to dso.html from sourcereorg.html for clarity. Also, Paul's windows.html recent update was excellent. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81390 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Reflect fixup in mod_rewrite. yay! git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81389 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81388 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Make the evolution of the BrowserMatch* directives more clear. PR: 2147 Submitted by: Daniel Ryde <ryde@tripnet.se> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81387 13f79535-47bb-0310-9956-ffa450edef68
-
Ken Coar authored
Remove an errant reference to an un-featured feature. Submitted by: Chia-liang Kao <clkao@oneway.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81384 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81383 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
(Yeah, you know, hacking is art and I like being pedantic about whitespaces) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81382 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
SHELL_PATH is defined for Unix, OS\2 and Windows so we can use it also in util_script for all of them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81381 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
for this this support program. Make it pass -Wnested-externs, too. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81380 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
ap_spawn_child_err() is used and the Win32 case now uses CreateProcess() instead of a low-level execl() (which caused problems in the past under Win32). Reviewed by: Ben Laurie git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81379 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81378 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
(adjustable) defines and a test target similar to the one mentioned in the generated mod_xxx.c file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81377 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
Thanks to Ben for hint. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81376 13f79535-47bb-0310-9956-ffa450edef68
-
- May 27, 1998
-
-
Martin Kraemer authored
Define "error-notes" as a communication channel modules->core PR: 494, 1259 Reviewed by: Dean Gaudet, Marc Slemco, Chuck Murcko git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81375 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81373 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
(Large FTP responses could overflow a buffer) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81372 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
fatal error into a (more friendly) warning because the building ("make") of Apache we can allow, of course. Root priviledges are needed only for the installation step ("make install"). So make sure the user is aware of this fact but let him proceed as long as he can. PR: 2288 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81371 13f79535-47bb-0310-9956-ffa450edef68
-