- Mar 13, 2000
-
-
Ryan Bloom authored
Apache/2.0a2-dev. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84750 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
added bogus INSTALL file plus some blurp in readme.mpm to point out that you really need libtool and autoconf (which need m4). On some platform's I found that I really HAD to use 'gmake' as the normal make would not grok it. So I am wondering if adding something like # Work out a correct 'make'. The issue is that we should use # 'gmake' which is called 'make' on some platforms, and 'gmake' # on some others. # GUESS=${MAKE:-make} if `(${GUESS} -v | grep "GNU Make") > /dev/null 2>&1 `; then # Looks like gmake. else GUESS=gmake if `${GUESS} -v | grep "GNU Make" > /dev/null 2>&1`; then echo Warning: Using 'gmake' instead of 'make'. else echo No 'gmake' found. Please set the MAKE environment echo variable first. exit 1 fi fi MAKE=${GUESS} export MAKE to 'buildconf' would be appropriate to detect this ?? Dw. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84749 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 12, 2000
-
-
dgaudet authored
some messed up comments... just copied in the license again from main/http_main.c hope that was right git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84748 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84747 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 11, 2000
-
-
Marc Slemko authored
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84742 13f79535-47bb-0310-9956-ffa450edef68
-
David Reid authored
when this is called it closes the original socket, not the accepted one. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84740 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
after some serious harassment of NetSoft, I have a net connection again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84738 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 10, 2000
-
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84735 13f79535-47bb-0310-9956-ffa450edef68
-
brian authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84733 13f79535-47bb-0310-9956-ffa450edef68
-
Ronald Tschalar authored
changed module name to more consistent naming scheme, as used by configure: mod_auth_xxx -> auth_xxx_module git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84729 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84727 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
s/Apache Group/Apache Software Foundation/ s/1999/2000/ s/Sascha's license/ASF license git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84725 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 09, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84722 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 08, 2000
-
-
Ryan Bloom authored
showstoppers are only showstoppers for an actual release. I'm working hard to get the alpha out this week now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84720 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
allow the installation prefix to be reset after a "make clean". To do this really properly, all the code that depends on the prefix should have a dependency in the makefile. This is coming RSN. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84719 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 04, 2000
-
-
David Reid authored
configure script as it shouldn't really be there anyway. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84716 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84715 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 03, 2000
-
-
Daniel Lopez Ridruejo authored
PR: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84712 13f79535-47bb-0310-9956-ffa450edef68
-
Daniel Lopez Ridruejo authored
PR: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84709 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
PrintPath on subsequent buildconf's so look for libtoolize instead to find the libtool source directory. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84707 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
under OS/2. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84706 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84705 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84704 13f79535-47bb-0310-9956-ffa450edef68
-
Brian Havard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84703 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 02, 2000
-
-
Ryan Bloom authored
Also change the header file included in http_log.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84700 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84698 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84697 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84696 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84695 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84694 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84693 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84691 13f79535-47bb-0310-9956-ffa450edef68
-
Manoj Kasichainula authored
using EXTRA_CFLAGS instead, so we don't affect packages that Apache configures. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84690 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 01, 2000
-
-
Ken Coar authored
Update a stale URL and RFC reference. Submitted by: Tim Bannister <tim.bannister@dsvr.co.uk> Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84688 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
This still doesn't terminate CGI's after a time limit, that's the next step. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84687 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 28, 2000
-
-
Ken Coar authored
Some Apache users are nervous about the version number (e.g., "Apache/1.3.11") in the Server: version string -- so add a new ServerTokens keyword that displays just the product name with no version (i.e., "Apache"). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84678 13f79535-47bb-0310-9956-ffa450edef68
-
Ryan Bloom authored
Submitted by: Jeff Trawick Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84677 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 25, 2000
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84668 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 23, 2000
-
-
Bill Stoddard authored
Basically, ap_initialize() needs to get called before create_process(), since create_process() passes op_on structure to semop() to get a lock, but op_on isn't initialized until ap_initialize() calls setup_lock(). Here is a slight rearrangement to main() which calls ap_initialize() earlier... Submitted by: Jeff Trawick <trawick@us.ibm.com> Reviewed by: Bill Stoddard <stoddard@us.ibm.com> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84661 13f79535-47bb-0310-9956-ffa450edef68
-
- Feb 22, 2000
-
-
Bill Stoddard authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84659 13f79535-47bb-0310-9956-ffa450edef68
-