summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Obsoleted by the "beos" MPM.Greg Stein2001-02-129-1596/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88099 13f79535-47bb-0310-9956-ffa450edef68
* Work for more than one read. Catch read errors.Ben Laurie2001-02-112-6/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88096 13f79535-47bb-0310-9956-ffa450edef68
* Still lots to apr'ize here.William A. Rowe Jr2001-02-111-4/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88095 13f79535-47bb-0310-9956-ffa450edef68
* Fix a warning.Ben Laurie2001-02-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88094 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the mod_tls configure process. This should remove most, if notRyan Bloom2001-02-114-15/+37
| | | | | | | | | | | | all, of the hand-editing required to make mod_tls compile. I have also updated the README to reflect the current process. I have also noted that we require OpenSSL 0.9.6 to compile. I am getting all sorts of warnings from the OpenSSL header files, and I get a single error from the OpenSSL libraries, but I am assuming that is a problem with my configuration, not the mod_tls code. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88093 13f79535-47bb-0310-9956-ffa450edef68
* Fix a compile warning.Ryan Bloom2001-02-111-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88092 13f79535-47bb-0310-9956-ffa450edef68
* First cut of TLS support.Ben Laurie2001-02-1111-21/+679
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88090 13f79535-47bb-0310-9956-ffa450edef68
* Clean up the filter.html and handler.html files a little.Joshua Slive2001-02-114-36/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88087 13f79535-47bb-0310-9956-ffa450edef68
* fix the check for killpg(); as it was, we didn't check forJeff Trawick2001-02-111-1/+1
| | | | | | | | killpg() and we got an ugly "killpg: not found" message on stderr during configure git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88086 13f79535-47bb-0310-9956-ffa450edef68
* INIT_SIGLIST() is gone; stop using itJeff Trawick2001-02-117-7/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88085 13f79535-47bb-0310-9956-ffa450edef68
* include "apr_signal.h" when neededGreg Stein2001-02-113-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88082 13f79535-47bb-0310-9956-ffa450edef68
* *) include "apr_signal.h" when neededGreg Stein2001-02-117-48/+61
| | | | | | | *) some other minor include tweaks git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88081 13f79535-47bb-0310-9956-ffa450edef68
* Fix a potential segfault on all platforms. David Reid fixed this forRyan Bloom2001-02-112-5/+6
| | | | | | | | | | BEOS, but this could actually happen on any platform, so we should be safe and protect ourselves. Submitted by: Cliff Woolley <cliffwoolley@yahoo.com> Reviewed by: Ryan Bloom git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88080 13f79535-47bb-0310-9956-ffa450edef68
* toss the signal description stuff from unixd.[ch], beosd.h, and spmt_os2.Greg Stein2001-02-116-313/+14
| | | | | | | use the new functionality in APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88079 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup the rest of the warnings that appear when compileing withRyan Bloom2001-02-111-3/+6
| | | | | | | GRPOF. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88078 13f79535-47bb-0310-9956-ffa450edef68
* Fix any compile breaks after moving apr_snprintf and apr_vsnprintf toRyan Bloom2001-02-115-0/+5
| | | | | | | apr_strings.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88077 13f79535-47bb-0310-9956-ffa450edef68
* Fix a warning when compiling with GPROFRyan Bloom2001-02-111-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88076 13f79535-47bb-0310-9956-ffa450edef68
* clean up more warnings and link problems after the header fileJeff Trawick2001-02-113-4/+5
| | | | | | | shuffle git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88075 13f79535-47bb-0310-9956-ffa450edef68
* Allow us to use INCLUDES on files with multiple extensions, and useRyan Bloom2001-02-111-2/+2
| | | | | | | | FilesMatch instead of Files ~. Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88074 13f79535-47bb-0310-9956-ffa450edef68
* Remove the warning from the mod_include docs since it seemsJoshua Slive2001-02-111-7/+0
| | | | | | | relatively up-to-date now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88073 13f79535-47bb-0310-9956-ffa450edef68
* Update all the references I can find to use SetOutputFilter toJoshua Slive2001-02-115-33/+45
| | | | | | | actives SSIs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88072 13f79535-47bb-0310-9956-ffa450edef68
* Remove SetFilter from the mod_mime docs.Joshua Slive2001-02-111-66/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88071 13f79535-47bb-0310-9956-ffa450edef68
* more module build cleanup, removing warnings and someJeff Trawick2001-02-106-1/+22
| | | | | | | link errors (from when apr_ ctype macros weren't available) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88070 13f79535-47bb-0310-9956-ffa450edef68
* Fix more module breakage from header reorgWilliam A. Rowe Jr2001-02-104-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88069 13f79535-47bb-0310-9956-ffa450edef68
* Fix Win32 BreakageWilliam A. Rowe Jr2001-02-102-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88068 13f79535-47bb-0310-9956-ffa450edef68
* Fix the configure scripts, so that we don't try to substitute intoRyan Bloom2001-02-101-1/+5
| | | | | | | | | test/Makefile unless we actually have a test directory. The problem is that we don't distribute test directories with our tarballs, so our configure script outputs error messages. This fixes that problem. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88067 13f79535-47bb-0310-9956-ffa450edef68
* Small header file cleanup.Ryan Bloom2001-02-101-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88066 13f79535-47bb-0310-9956-ffa450edef68
* Header file cleanup.Ryan Bloom2001-02-101-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88065 13f79535-47bb-0310-9956-ffa450edef68
* Make the config file use SetOutputFilter, since AddOutputFilter isRyan Bloom2001-02-101-1/+1
| | | | | | | | dead now. Submitted by: Greg Stein git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88064 13f79535-47bb-0310-9956-ffa450edef68
* get rid of some warnings and an undefined reference which crept intoJeff Trawick2001-02-103-7/+9
| | | | | | | some modules overnight git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88063 13f79535-47bb-0310-9956-ffa450edef68
* [ missed in last commit ]Greg Stein2001-02-102-9/+4
| | | | | | | clean out some headers and libs from the configure process (not needed) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88062 13f79535-47bb-0310-9956-ffa450edef68
* *) continued header revampingGreg Stein2001-02-1026-210/+174
| | | | | | | *) torch some headers (and some libs) from the autoconf stuff git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88061 13f79535-47bb-0310-9956-ffa450edef68
* Clean up some of the includes:Greg Stein2001-02-1027-192/+198
| | | | | | | | | | - explicitly include apr_lib.h since ap_config.h doesn't - use apr_want.h where possible - use APR_HAVE_ where possible - remove some unneeded includes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88060 13f79535-47bb-0310-9956-ffa450edef68
* http_conf_globals.h is goneGreg Stein2001-02-101-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88059 13f79535-47bb-0310-9956-ffa450edef68
* more APR-izationGreg Stein2001-02-101-12/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88058 13f79535-47bb-0310-9956-ffa450edef68
* *) clean out some old crap from ap_config.h; other simplifications; don'tGreg Stein2001-02-103-52/+22
| | | | | | | | include stuff randomly (let users include them explicitly) *) toss ap_config_path.h -- we can put those values into ap_config_auto.h git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88057 13f79535-47bb-0310-9956-ffa450edef68
* Remove the SetFilter directive from the code. This directive wasn'tRyan Bloom2001-02-101-34/+0
| | | | | | | | nearly as useful as the SetOutputFilter and SetInputFilter, and it never really worked properly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88053 13f79535-47bb-0310-9956-ffa450edef68
* Update the conf file to use the correct model for turning on SSI'sRyan Bloom2001-02-101-2/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88051 13f79535-47bb-0310-9956-ffa450edef68
* Remove definition of ap_extended_status, it's defined in scoreboard.cBrian Havard2001-02-101-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88050 13f79535-47bb-0310-9956-ffa450edef68
* Better get the index entries too.Joshua Slive2001-02-102-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88049 13f79535-47bb-0310-9956-ffa450edef68
* ServerType is gone in 2.0.Joshua Slive2001-02-101-49/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88048 13f79535-47bb-0310-9956-ffa450edef68
* Add some VERY basic filter documentation. See followup discussionJoshua Slive2001-02-107-4/+201
| | | | | | | on apache-docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88047 13f79535-47bb-0310-9956-ffa450edef68
* Add new LogFormat directive, %D, to log time it takes to serve a requestBill Stoddard2001-02-103-0/+12
| | | | | | | in microseconds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88046 13f79535-47bb-0310-9956-ffa450edef68
* *) remove obsolete http_conf_globals.hGreg Stein2001-02-107-85/+1
| | | | | | | | *) simplify all this #ifdef'ing: just nuke the unixd.h header. it isn't actually needed. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88045 13f79535-47bb-0310-9956-ffa450edef68
* Fix more breakage on BeOS...David Reid2001-02-101-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88044 13f79535-47bb-0310-9956-ffa450edef68
* BeOS doesn't have unixd.h either.David Reid2001-02-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88043 13f79535-47bb-0310-9956-ffa450edef68
* Change AddInputFilter and AddOutputFilter to SetInputFilter andRyan Bloom2001-02-105-13/+13
| | | | | | | | | SetOutputFilter. This corresponds nicely with the other Set directives, which operate on containers while the Add* directives tend to work directly on extensions. [Ryan Bloom] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88042 13f79535-47bb-0310-9956-ffa450edef68
* "v" in the name has come to mean that a va_arg is in the parameter list.Greg Stein2001-02-092-3/+3
| | | | | | | putstrs is clearer in this case. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88041 13f79535-47bb-0310-9956-ffa450edef68
* use apr_size_t for file lengths; this avoids a warning (and perhapsJeff Trawick2001-02-091-17/+17
| | | | | | | | a run-time SNAFU depending on the byte ordering) on systems where apr_size_t is long git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88039 13f79535-47bb-0310-9956-ffa450edef68
* Fix another windows compile break.Bill Stoddard2001-02-092-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88038 13f79535-47bb-0310-9956-ffa450edef68