- Mar 14, 2000
-
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84767 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
doing the initial mpm stuff to indicate required documentation changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84766 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
are best described as feature creep. Allows ${ENV} constructs in the config file. This avoids the need for mod_perl or m4 cleverness whilst mainting some of the usefullness. It does not do (of course) multiline things or anything that clever. Feel free to flame me. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84765 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
ErrorDocument 201 "Some string without a closing quote case which is just pure ugly. I am _NOT_ going to be offended if anyone rolls back this patch OR if anyone suggests to have an ErrorDocument2 which the proper syntax/semantics. But I thought lets take my chance whilst everyone is still recovering from the apachecon. Dw. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84764 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
will break some backward compatibility but get rid of half a dozen nasty if-then special cases in any config file parser or gui. I am _NOT_ going to be offended if anyone rolls this patch back; or hack's it with a RAW_ARG as to also take the old config as well. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84763 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84762 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84761 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84760 13f79535-47bb-0310-9956-ffa450edef68
-
dgaudet authored
up things such as the apaci script, rather than "make clean". git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84759 13f79535-47bb-0310-9956-ffa450edef68
-
- Mar 13, 2000
-
-
Ryan Bloom authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84758 13f79535-47bb-0310-9956-ffa450edef68
-
Dirk-Willem van Gulik authored
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84755 13f79535-47bb-0310-9956-ffa450edef68
-
Jim Jagielski authored
port? My sense of direction is all confused. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84751 13f79535-47bb-0310-9956-ffa450edef68
-
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
-