summaryrefslogtreecommitdiffstats
path: root/include/ap_config.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-12-04 This chops the compile time warnings back down to one (a sufficientWilliam A. Rowe Jr1-3/+3
reminder that we need some workaround for msvc's broken const'ness.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87170 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Remove multilogs.html which is documented in mod_log_config.htmlJoshua Slive1-4/+10
and update STATUS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87169 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Removed "index.html" from a bunch of <a hrefs>.Chris Pepper12-12/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87168 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Cleaned "index.html" out of a bunch of <a href>s.Chris Pepper10-26/+34
Quoted size in a bunch of <font>s. Wrapped and fixed mismatched <p>s in index.html.en. Wrapped and encoded > in index.html.it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87167 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Remove mod_mmap_static. This has been replaced by mod_file_cache, andRyan Bloom1-1/+0
there is no reason to keep this duplicate code git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87165 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Removed some illegal <p>s wrapping <hr>s.Chris Pepper1-2/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87164 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Removed some more occurrances of "index.html".Chris Pepper1-7/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87163 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Typo fix: 'of' used, 'for' wanted.Chris Pepper2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87162 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Removed a couple "index.html"'s.Chris Pepper2-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87161 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Fixed mismatched list tag.Chris Pepper2-4/+8
Fixed typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87160 13f79535-47bb-0310-9956-ffa450edef68
2000-12-03Removed "index.html" from <a>.Chris Pepper2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87159 13f79535-47bb-0310-9956-ffa450edef68
2000-12-02Consistency enforcement for directives that take extensions and aJoshua Slive7-115/+138
reformat of mod_isapi.html into the new standard format. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87157 13f79535-47bb-0310-9956-ffa450edef68
2000-12-02More changes to get BeOS building once more...David Reid1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87156 13f79535-47bb-0310-9956-ffa450edef68
2000-12-02Fix a couple of small typo'sDavid Reid1-1/+1
Not raining today... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87155 13f79535-47bb-0310-9956-ffa450edef68
2000-12-02Note the patch submitted today by Jon Travis about cleaning up inet_ntoa.Ryan Bloom1-1/+6
This patch is waiting until IPv6 is settled, and we can really see what we are left with. I don't want us to forget that inet_ntoa has thread- safeness issues, so I am noting this patch here. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87154 13f79535-47bb-0310-9956-ffa450edef68
2000-12-02MPMs that require multiple segments of shared memory now just use twoRyan Bloom4-9/+31
shared memory blocks to ensure that all of the memory is available. This removes the hack that added 80 bytes to each shared memory block. We end up needing two apr_shmem_t variables, because it is difficult to determine exactly how much memory will be needed. MM automatically tries to align the shared memory allocations, so we either need to pad the shared memory segments, or just use two different segments. This also changes APR and MM to take into account whatever memory those packages need to allocate when creating a shared memory segment. Any memory that APR and MM need is automatically added to the size requested by the program. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87153 13f79535-47bb-0310-9956-ffa450edef68
2000-12-02Remove an unnecessary header file.Ryan Bloom1-1/+0
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87152 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01Clear and sunny outsideRyan Bloom1-1/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87151 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01use APR_SIZE_T_FMT to avoid a warning on AIXJeff Trawick1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87150 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01include <strings.h> for the strcasecmp() and strncasecmp() prototypes;Jeff Trawick8-0/+28
AIX doesn't have prototypes for these in string.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87149 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01Use APR_LOCKALL in dexter and mpmt_pthread to serialize poll and accept. ThisGreg Ames2-32/+16
allows APR to optimize when a platform has locks that work for both threads and processes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87148 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01Stop referencing apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2-7/+5
apr_get_local_name(). They have been removed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87147 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01If apr_lock() or apr_unlock() fail, write a log message before bailingJeff Trawick1-2/+8
out. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87146 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01Add "-D PROCESS_LOCK_IS_GLOBAL" to the httpd -V output whenJeff Trawick1-0/+3
appropriate. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87143 13f79535-47bb-0310-9956-ffa450edef68
2000-12-01Get Apache to use the new generated exports list. This works on myRyan Bloom3-9/+26
Linux machine, but I am pretty sure there are going to be problems for others. The idea here, is to be able to generate a list of the exported functions from APR. This list needs to be correct, we can not list functions that are not exported on the platform being built on. To accomplish this, we generate a list of the exported symbols when we configure APR. As a part of this list, we also include all of the #if macros that surround those symbols. Apache then uses this list of functions and macros to generate a file that refers to each of those symbols. Because we have the macros, when we compile this file, the compiler ignores any symbols that aren't valid on this platform. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87142 13f79535-47bb-0310-9956-ffa450edef68
2000-11-30Get htpasswd.c to build on EBCDIC machines again.Jeff Trawick1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87141 13f79535-47bb-0310-9956-ffa450edef68
2000-11-30Document mod_log_config %{FOOBAR}C optionRyan Bloom1-0/+2
Submitted by: Sander van Zoest <sander@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87140 13f79535-47bb-0310-9956-ffa450edef68
2000-11-30 This is the Win9x console hook handler ... much code to be pulled nowWilliam A. Rowe Jr4-0/+653
from the src/os/win32/services.c for Win9x. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87137 13f79535-47bb-0310-9956-ffa450edef68
2000-11-30Enable logging a cookie with mod_log_configRyan Bloom1-0/+25
Submitted by: Sander van Zoest <sander@covalent.net> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87136 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29- Remove some "platform specific notes" from the main page where theJoshua Slive3-13/+3
platform doesn't currently work in Apache 2.0. - Move the API doc link to the developer/index.html. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87135 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Remove an unused headerRyan Bloom1-1/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87134 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 Fix some const confusion with simpler code.William A. Rowe Jr1-2/+1
XXX note that 1.3.13 grew the xmethods in some recent patch: typedef struct { table *action_types; /* Added with Action... */ char *scripted[METHODS]; /* Added with Script... */ array_header *xmethods; /* Added with Script -- extension methods */ } action_dir_config; XXx seems like whoever applied needs to port forward to 2.0 :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87133 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 Fix uninitialized badnessWilliam A. Rowe Jr2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87132 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 Eliminate the last WSAE error test.William A. Rowe Jr1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87131 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Use "const char * const *" for process->argv (which is the correctGreg Stein6-67/+71
const-ness since we sometimes put "some string" in there, and also the CRT's argv). propagate this change within http_main and mpm/winnt/ (also correct some other const type usage within the MPM). fix ab's call to parse_url() which removed a const to actually manipulate an arg from the CRT's argv (indirectly via opt->arg). no idea how this has avoided segfaulting. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87130 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 Make Win32 build againWilliam A. Rowe Jr7-10/+111
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87129 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Fix a segfault in mod_info. mod_info_module_cmds() had a misstep whenJeff Trawick1-1/+6
reaching the end of the configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87128 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Get ab to compile cleanly after the apr_initopt() change.Jeff Trawick1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87127 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29can I be a Super Saiyan? please?Greg Stein1-13/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87126 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29add the new apr_lock_file and apr_unlock_file functions.Greg Stein1-0/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87125 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29reorder the libs for proper inter-lib dependenciesGreg Stein1-1/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87124 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Bring mod_ext_filter.html up to the new format.Joshua Slive1-76/+81
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87123 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Remove mod_digest docs which have been supplanted by mod_auth_digest.Joshua Slive2-4/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87122 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Bring mod_dav.html up to the new format, fix up some questionableJoshua Slive1-72/+53
HTML, and remove the LimitXMLRequestBody which is actually in the core. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87121 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Bring mod_charset_lite up to the "modern" format.Joshua Slive1-56/+63
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87120 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29A little more prettying up of developer docs.Joshua Slive5-1/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87119 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29Put the developer index in the standard format.Joshua Slive3-1/+21
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87118 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 Compile break when I changed 'thread' in mpm_winnt.h to a HANDLE type. Fixed.William A. Rowe Jr1-5/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87117 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 Clean up some compiler warnings (there remain some float=double andWilliam A. Rowe Jr1-2/+3
long=double warnings that didn't offer a simple answer at this moment.) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87116 13f79535-47bb-0310-9956-ffa450edef68
2000-11-29 clean up some really bad typedefs - and move one into mpm_winnt.c sinceWilliam A. Rowe Jr2-15/+9
that's the only module remaining that needs it. Should be an apr type, but we aren't using the apr accessors to handle them. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87115 13f79535-47bb-0310-9956-ffa450edef68