- May 28, 1998
-
-
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
-
Ralf S. Engelschall authored
Big Symbol Renaming because they're #defines and not real C functions: is_default_port() ap_is_default_port() default_port() ==> ap_default_port() http_method() ap_http_method(). Submitted by: Ralf S. Engelschall (Hint by Dean Gaudet) Reviewed by: Brian Behlendorf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81370 13f79535-47bb-0310-9956-ffa450edef68
-
- May 26, 1998
-
-
brian authored
Updated dates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81369 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
security stuff. PR: 1921, 2249 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81367 13f79535-47bb-0310-9956-ffa450edef68
-
- May 25, 1998
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81365 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
- eliminate an unneeded extra MAX_STRING_LEN buffer - add some XXX comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81364 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
memory. PR: 2252 Submitted by: Rob Saccoccio <robs@InfiniteTechnology.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81363 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81362 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81359 13f79535-47bb-0310-9956-ffa450edef68
-
- May 24, 1998
-
-
Ralf S. Engelschall authored
other Makefile.tmpl's to avoid conflicts (I ran into problems when trying to incorporate Ben's SSL for 1.3b8-dev because SSLeay also has a "conf.h" header). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81357 13f79535-47bb-0310-9956-ffa450edef68
-
- May 23, 1998
-
-
pcs authored
ISX 2.02] PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81355 13f79535-47bb-0310-9956-ffa450edef68
-
- May 22, 1998
-
-
Ken Coar authored
Fix a typo. C *is* case-sensitive, after all. PR: 2267 Submitted by: Jason Armstrong <jason@datrix.co.za> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81352 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
aware of this fact and add more information about NTP. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81351 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
APACI and Apache 1.3 Makefile.tmpl support in mod_perl. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81350 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
but better to have this list in a correct state. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81349 13f79535-47bb-0310-9956-ffa450edef68
-
Ralf S. Engelschall authored
tries to run "make install" at this level. Additionally do some cosmetics on the "Configuration is older then Configuration.tmpl" message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81348 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
I wanted to make it 1.3.0-dev, but I figured I was running low on karma today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81347 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Rolling the release, about to tag. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81345 13f79535-47bb-0310-9956-ffa450edef68
-
- May 21, 1998
-
-
brian authored
Prepare for release. I've got to take my wife to the airport, I'll roll the release in about 2 hours. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81344 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
Reviewed by: Paul Sutton, Martin Kraemer Move the _log to .log. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@81343 13f79535-47bb-0310-9956-ffa450edef68
-