- Jan 15, 2001
-
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87687 13f79535-47bb-0310-9956-ffa450edef68
-
Martin Kraemer authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87685 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 13, 2001
-
-
William A. Rowe Jr authored
A minor problem generating dbmmanage.pl is corrected. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87679 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
The prior patch was clearly -not- the solution to Win32, so I'm backing it out. Have to find another way to help gnu awk users struggle through. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87677 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
will be done :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87676 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87675 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 12, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87674 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Build was broken on some pure unixish awks, this fixes. Obtained from: new-httpd Submitted by: Roman Neuhauser git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87663 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 10, 2001
-
-
William A. Rowe Jr authored
Catch uninitialized data use if -d serverroot arg provided for netware is a relative path. [Brad Nicholes] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87641 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 09, 2001
-
-
Brian Havard authored
number that increments with each call. This isn't very useful to us and makes ETags change value on every request which kills any ETag based caching so force the inode value to 0. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87619 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 08, 2001
-
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87616 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87615 13f79535-47bb-0310-9956-ffa450edef68
-
Tony Finch authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87612 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 07, 2001
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87606 13f79535-47bb-0310-9956-ffa450edef68
-
- Jan 04, 2001
-
-
Tony Finch authored
PR: 7025 Submitted by: Youichirou Koga <y-koga@apache.or.jp> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87579 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 29, 2000
-
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87553 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Maybe a showstopper, maybe not, but I don't want us rolling with errors on newly 'fixed' sections of apache. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87552 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Nag git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87546 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 27, 2000
-
-
William A. Rowe Jr authored
This patch for Win32 depreciates the ConfFile registry entry, and allows the user to create a ConfigArgs entry by adding arguments to the apache -n server -k install command, e.g. -D FOO, and always stores the -f and -d options, at minimum. These default command line args are merged unless the user invokes -k install, -k uninstall, or -k config. To reconfigure, the user may use the new command option; apache -n server -k config which blows away the existing defaults and replaces them with whatever the user specifies on that command line. The patch also leverages the -t option for Win32, so it also report the default arguments added before the usual httpd.conf file test. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87535 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Whoops... win32 getopt implementation was not -quite- kosher, added optreset per getopt(3) man page's re-parse instructions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87534 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87533 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 22, 2000
-
-
Doug MacEachern authored
PR: Obtained from: Submitted by: Sascha Schumann <sascha@schumann.cx> Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87511 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87509 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 21, 2000
-
-
William A. Rowe Jr authored
Update the .mak build to reflect the new mod_foo structure for Win32 and the elimination of the os\win32\win9xconhook directory level. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87490 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 20, 2000
-
-
William A. Rowe Jr authored
Win32 kahuna - all of our dynamic Apache modules renamed mod_foo.so git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87469 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Portable invocation of xcopy to overwrite existing files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87465 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Forget /q ... it doesn't override the user prompt. Put back /Y till we find something that works. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87463 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
This hasn't see light since 1.3 was in beta, time to go. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87459 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
move win9xconhook into the src/os/win32 tree rather than it's own branch. fix xcopy args from /[s]dy to [/s ]/d /q for some win32 platforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87457 13f79535-47bb-0310-9956-ffa450edef68
-
Doug MacEachern authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87444 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Move some cruft from the source directory into the build target directory git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87442 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Clean up lingering obnoxious emits git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87440 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
As always, dirty .mak file update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87439 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
A small typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87438 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Fix a typo, add a libexec target. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87437 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
How amusing... missing the prototype for strlen all this time. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87436 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 19, 2000
-
-
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/branches/1.3.x@87433 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Finally. Install link libs and headers with the Win32 make. Also move printenv as printenv.pl [needs a rewrite for the shebang, but ran out of time today.] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87420 13f79535-47bb-0310-9956-ffa450edef68
-
William A. Rowe Jr authored
Quote the destination paths in the event that INSTDIR contains spaces. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87419 13f79535-47bb-0310-9956-ffa450edef68
-
- Dec 18, 2000
-
-
William A. Rowe Jr authored
The awk update for Win32 build/install. If awk is not installed, only dbmmmanage.pl, httpd.default.conf and httpd.conf are left uncreated. Note the -xcopy ..\htdocs $(INSTDIR)\htdocs /sdy will not copy existing files, and will ignore the cyclic copy error resulting from installing into the build tree. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@87408 13f79535-47bb-0310-9956-ffa450edef68
-