- Dec 21, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87481 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87480 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Out of the sandbox and into prime time. Note... these should always and only be regenerated immediately prior to the tag and roll. Do not assume they are current with the sources in the development tree. They should be generated as vc5 make files, since only vc5 makefiles are readable by both vc5 and vc6. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87479 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87478 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Back out the target path change from serverroot\bin back to serverroot for Apache.exe and it's associated lib*.dll files until after beta one. Change the make projects as well... and a commit of the actual .mak files will be coming in a moment. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87477 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
want to change this later, but right now, we want a single binary that has every function it requires. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87476 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Correction, commited the vc5. Need vc6 in the tree. Humble appologies. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87475 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Missed aprlib -> apr in the project overhaul git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87474 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
a developer. This should make that clearer. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87473 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87472 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The Win32 overhaul, in summary; Modules are named mod_foo.so Dynamic Libraries are named libfoo.dll, and are stored in bin/ The former ApacheCoreDll is now libhttpd.dll Apache.exe moves to bin/ The make install now copies include, lib, and libexec All build options are normalized, filenames adjusted appropriately git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87471 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87470 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 20, 2000
-
-
Ryan Bloom authored
still remains is that some of the apr-util functions aren't being compiled in, so they work when the apr-util library is in the right location, but once that library is removed, the server won't start. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87468 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Ames authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87467 13f79535-47bb-0310-9956-ffa450edef68
-
Roy T. Fielding authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87466 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Talk about a nasty hack :-/ Here is the Win32 build solution for the missing xcopy /Y option on NT4.0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87464 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Hmmm... seems the /dy solution wasn't sufficiently portable. This patch prevents us from displaying the files copied, but at least bypasses the confirmation messages. Submitted by: W Stoddard Reviewed by: W Rowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87462 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
is that there are multiple ways to start a CGI script, mod_cgi, mod_cgid, and mod_include. If we move the directives out of the core and into one of those modules, then the rest of the modules won't have it. This may be solvable once mod_include calls out to mod_cgi(d) for the exec tags. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87461 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87460 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87458 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87456 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87455 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87454 13f79535-47bb-0310-9956-ffa450edef68
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87453 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87452 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
in #if tests. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87451 13f79535-47bb-0310-9956-ffa450edef68
-
Jeff Trawick authored
updated by this time but... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87450 13f79535-47bb-0310-9956-ffa450edef68
-
Greg Stein authored
fail since there is no delete-exports file (thus, exports.c would always get regenerated, recompiled, and relinked). Instead, we move the delete-exports target "up" to the "all" target. However, ltlib.mk doesn't allow us to add things to the "all" target, so we also revise the set of .mk files to use. also use TARGET_EXPORTS consistently. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87449 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
it to work with httpd-2.0. There are still a lot of issues with this script, but we have to start someplace. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87448 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
item to "non-showstopper but nice to fix" category. This is in preparation for tomorrow's BETA. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87447 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
1) DSO modules are installed in modules/. If/when Unix gets some shared libraries, those should be installed in libraries/. 2) apache.org:8092 is currently running Apache 2.0. When Brian has time, this will move to port 80 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87446 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87445 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87443 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87441 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 19, 2000
-
-
Ryan Bloom authored
with. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87435 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87434 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Round out the Win32 build. Changes include: ApacheModuleProxy.dsp moved to os/win32 with the rest of them (yes, all could move the their respective folders, this was the path of least resistance.) All compilation and linkage tags are identical, no incremental tags CPP /Gm removed, /incremental:no consistently applied, and the exception handling /GX was removed from release builds. Every lib builds to LibD/LibR directories. Every executable and dynamic module builds to Debug/Release directories. /Fd"name" tags force .pdb/.idb files to be named as the project, rather than VC##. Assure the build works correctly, and is similar to the normal style. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87432 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87431 13f79535-47bb-0310-9956-ffa450edef68
-
Allan K. Edwards authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87430 13f79535-47bb-0310-9956-ffa450edef68
-
Joshua Slive authored
Submitted by: Bartlomiej Grzybicki <bartgee@mail.morliny.pl> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87429 13f79535-47bb-0310-9956-ffa450edef68
-