07fa5ccd17
Get lingering_close() working again.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84951 13f79535-47bb-0310-9956-ffa450edef68
2000-04-13 00:37:55 +00:00
6b4f8cc572
Fix a small bug in ap_add_node. We need to set the child's parent pointer
...
correctly.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84950 13f79535-47bb-0310-9956-ffa450edef68
2000-04-12 23:17:51 +00:00
ad33e9ead2
First step to getting configuration modules working. This step creates
...
a tree, but does not use the tree for anything.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84949 13f79535-47bb-0310-9956-ffa450edef68
2000-04-12 21:57:48 +00:00
27030ef5fc
Some status update.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84948 13f79535-47bb-0310-9956-ffa450edef68
2000-04-12 20:20:01 +00:00
b90fa61202
looks sunny out there
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84945 13f79535-47bb-0310-9956-ffa450edef68
2000-04-11 16:35:27 +00:00
62c2756b58
In my libnsl, there's gethostname but not gethostbyname
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84944 13f79535-47bb-0310-9956-ffa450edef68
2000-04-11 13:47:20 +00:00
43efd0e7b8
Remove bogus application/rtf (keep standard text/rtf)
...
Submitted by: Jamie Winquist <winquist@cybernet.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84943 13f79535-47bb-0310-9956-ffa450edef68
2000-04-10 23:12:47 +00:00
30ee2ec7d3
update about saferead
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84941 13f79535-47bb-0310-9956-ffa450edef68
2000-04-10 22:26:32 +00:00
8fe727f7e1
CGIs work again on UNIX because ap_create_process() works again on UNIX.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84940 13f79535-47bb-0310-9956-ffa450edef68
2000-04-10 19:28:29 +00:00
f37d222d14
Update the STATUS file.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84939 13f79535-47bb-0310-9956-ffa450edef68
2000-04-10 17:04:08 +00:00
9566b29699
Add error checking in case libtoolize is not in path.
...
PR: 10
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84936 13f79535-47bb-0310-9956-ffa450edef68
2000-04-07 18:41:09 +00:00
689a3da99b
Recognize an EBCDIC platform during configuration and turn on
...
CHARSET_EBCDIC.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84935 13f79535-47bb-0310-9956-ffa450edef68
2000-04-07 02:45:11 +00:00
e0c99ce6c8
Get Apache on Windows compiling again after the patch eliminating
...
buffered file i/o.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84934 13f79535-47bb-0310-9956-ffa450edef68
2000-04-07 02:33:59 +00:00
db9d037c36
Make the server work without asking for buffered file I/O. This removes
...
all APR_BUFFERED flags from the server, and it fixes a minor bug in the
ungetchar patch (I forgot a file when comitting).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84933 13f79535-47bb-0310-9956-ffa450edef68
2000-04-06 23:53:59 +00:00
e58d3176f1
Change the declaration of ap_scoreboard_image to match
...
the one in scoreboard.h (API_VAR_EXPORT instead of static).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84932 13f79535-47bb-0310-9956-ffa450edef68
2000-04-06 02:10:05 +00:00
b04191cbb3
In mpmt_pthread.c, include <netinet/tcp.h> only if
...
the system actually has it. (This was intended to be committed
with the mpmt_pthread.c change.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84931 13f79535-47bb-0310-9956-ffa450edef68
2000-04-06 02:02:39 +00:00
d6fa489cff
In mpmt_pthread.c, include <netinet/tcp.h> only if
...
the system actually has it.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84930 13f79535-47bb-0310-9956-ffa450edef68
2000-04-06 02:00:52 +00:00
006237b7c3
Start to clean up winnt.c a bit. Consolidate several calls to
...
CreateIoComplationPort into one and isolate it from the Win95/98
code path. Still much to do...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84929 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 21:37:59 +00:00
4360cc7435
Get mod_rewrite building and running, and mod_status building for Win NT
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84928 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 21:01:07 +00:00
33a43f6350
Added Hebrew entry page
...
Submitted by: Stas Bekman <sbekman@stason.org >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84924 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 20:20:01 +00:00
7c2258330a
Fix charset names (see ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets)
...
and resynchronize unix & win versions
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84923 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 20:13:02 +00:00
6f2baafe2d
Get mod_negotiation working. We may ultimately need finer granularity
...
of type_checker hook ordering, but this will get MultiViews working for now.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84922 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 19:24:46 +00:00
9454276dd9
Patch to port mod_auth_db to the 2.0 api and also to support
...
Berlekey DB 3.0. It works for me with both Berkeley DB 3.0.55 and
2.7.7. It should work with version 1 as well but I haven't tested it.
Submitted by: Brian Martin <bmartin@penguincomputing.com >
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84921 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 17:27:57 +00:00
ca0f151736
Get DSOs working on Windows. Required cross platform change to mod_so.c.
...
Tim tested on Windows. Not tested on other platforms.
Submitted by: Tim Costello
Reviewed by: Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84920 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 15:45:33 +00:00
1f80b364c1
Arrgh... Release aprlib.mak/.dsp is broken. Now aprlib.mak is
...
deleting apr.h and apr_config.h so I don't have to in makefile.win
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84919 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 03:49:16 +00:00
f62fe87cd6
Windows: Cleanup auto-generated apr.h and apr_config.h
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84918 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 03:17:47 +00:00
a212f927b0
get rid of an unused variable from virtualhost_section()
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84917 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 02:22:20 +00:00
98730c630f
stop relying on a macro to map signal() to ap_signal(); call
...
ap_signal() directly
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84916 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 02:09:44 +00:00
b2a55b8a88
if HAVE_SYSLOG is defined but LOG_PRIMASK isn't, define LOG_PRIMASK to
...
the standard value
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84915 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 02:01:09 +00:00
92cafef56b
stop relying on a macro to map signal() to ap_signal(); call
...
ap_signal() directly
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84914 13f79535-47bb-0310-9956-ffa450edef68
2000-04-05 01:23:51 +00:00
7d1ca34535
The Unix MPM's now use the other_child logic from APR.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84913 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 22:37:00 +00:00
3cb7bfa7e7
Refine a todo...
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84912 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 22:28:49 +00:00
9df77a4e4b
Allan Edwards fixed this problem.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84911 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 21:39:34 +00:00
9cb4c5ace0
FAQ changes related to tidying up historical documents on the web site.
...
Submitted by: Joshua Slive <slive@finance.commerce.ubc.ca >
Reviewed by: Tony Finch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84909 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 17:06:14 +00:00
7cadc5a270
Russian Translation, contributed by Pavel Polischouk <pavelp@iil.intel.com>
...
Dirk, do you think the AddCharSet's are OK like this?
Submitted by: Stas Bekman <sbekman@stason.org >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84907 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 15:41:28 +00:00
6352ccc914
Under OS/2 (well actually EMX gcc) libraries don't have a 'lib' prefix. In
...
main code libtool handles it. This deals with APR.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84905 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 13:31:13 +00:00
14a2e29bdd
Clarify the DOCUMENT_ROOT environment variable oddity.
...
Suggested by: Scott Goodman <scott@searchbc.com >
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84904 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 13:27:02 +00:00
5774eb4d62
ap_os_kill isn't being used now as it's in APR, so remove it!
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84902 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 08:57:18 +00:00
1fa11f8df9
Start cleaning up the beos directory. DSO stuff is now in APR.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84901 13f79535-47bb-0310-9956-ffa450edef68
2000-04-04 08:46:58 +00:00
dfde7669c3
Tidy up the beos mpm files.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84900 13f79535-47bb-0310-9956-ffa450edef68
2000-04-03 21:36:28 +00:00
1d5997a5a6
Eliminate a warning related to the struct socket_t vs ap_socket_t change.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84899 13f79535-47bb-0310-9956-ffa450edef68
2000-04-03 21:11:55 +00:00
2e7ac8ac5f
Get APR DSO code working under Windows
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84898 13f79535-47bb-0310-9956-ffa450edef68
2000-04-03 20:41:14 +00:00
b0167a1b13
Remove file_io/win32/readdir.c and .h
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84897 13f79535-47bb-0310-9956-ffa450edef68
2000-04-03 19:39:44 +00:00
0b0be5337c
Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).
...
Now, apr.h and apr_config.h are generated from apr.hw and apr_config.hw
at build time. At this point, the server will not compile on Windows because
of the recent DSO commits. Fixing those next.
Submitted by: Bill Rowe & Bill Stoddard
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84896 13f79535-47bb-0310-9956-ffa450edef68
2000-04-03 18:40:44 +00:00
9cfe627f55
First pass at mod_so with the new APR dso calls. It builds OK, but as
...
I can't build any dynamic modules to properly test it with I'll let
others do that! It'll need some work, but I wanted to get code in so
people can start hacking it around :)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84893 13f79535-47bb-0310-9956-ffa450edef68
2000-04-02 18:15:00 +00:00
781803f911
Updated media types.
...
Obtained from: http://www.isi.edu/in-notes/iana/assignments/media-types/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84890 13f79535-47bb-0310-9956-ffa450edef68
2000-04-01 01:47:53 +00:00
56ef3b4d66
fix minor typo
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84889 13f79535-47bb-0310-9956-ffa450edef68
2000-04-01 01:25:13 +00:00
aa4e2578a1
And then there was 2.0a3-dev, and Ryan said "Doh!"
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84888 13f79535-47bb-0310-9956-ffa450edef68
2000-04-01 01:14:23 +00:00
ff544b0605
Update the version name in the tree for 2.0a2
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84883 13f79535-47bb-0310-9956-ffa450edef68
2000-03-31 19:52:18 +00:00
0d9b8cb551
Update the announcement text for the 2nd alpha.
...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84882 13f79535-47bb-0310-9956-ffa450edef68
2000-03-31 19:48:23 +00:00