]>
granicus.if.org Git - apache/log
Bradley Nicholes [Fri, 6 May 2005 19:50:57 +0000 (19:50 +0000)]
Backing out the AuthLDAPAllowDNAuth patch from r168016. Because of LDAP filter issues this patch still can't guarantee unique results.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168644
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 6 May 2005 06:36:39 +0000 (06:36 +0000)]
`build all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168540
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Fri, 6 May 2005 02:26:26 +0000 (02:26 +0000)]
Remove this old email from the source tree.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168496
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 5 May 2005 21:15:45 +0000 (21:15 +0000)]
* server/listen.c: Remove the unused port parameter from open_listeners, and update the comment to reflect reality.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168411
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 5 May 2005 15:29:01 +0000 (15:29 +0000)]
note change in mod_authnz_ldap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168340
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 4 May 2005 22:23:00 +0000 (22:23 +0000)]
Add AP_INIT_TAKE_ARGV. There can be some inconsistent results because of the behavoir of ap_getword_conf. Do not rely upon any last argument that is "". If the argument is in the middle of the line, it should work correctly.
This is updated from the version sent to dev@httpd to fix the behavoir with 0 arguments.
* include/http_config.h: minor MMN bump for the new interface.
* modules/generators/mod_autoindex.c: Migrate IndexOptions to the new ARGV command type.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168202
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Wed, 4 May 2005 20:00:23 +0000 (20:00 +0000)]
worker and event mpms: transient thread creation errors shouldn't take down
the whole server.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168182
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Wed, 4 May 2005 16:02:44 +0000 (16:02 +0000)]
The SPMT_OS2_MPM doesn't exist. The warning is also wrong, since both winnt and prefork MPMs call this function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168139
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Wed, 4 May 2005 00:23:48 +0000 (00:23 +0000)]
Missing ErrorDocument line for Not Acceptable.
PR: 28581
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168028
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 3 May 2005 23:51:05 +0000 (23:51 +0000)]
Fix the static function declarations in the prototypes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168023
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 3 May 2005 23:07:43 +0000 (23:07 +0000)]
Add the directive AuthLDAPAllowDNAuth to allow a user to authenticate against an LDAP directory using a full user DN. This directive allows a user to authenticate against a subcontext that may contain non-unique user IDs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@168016
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 3 May 2005 19:53:21 +0000 (19:53 +0000)]
Add a little detail about merging of .htaccess with httpd.conf,
and provide an example to enforce certain settings.
PR: 31782
Submitted by: Ray Ferguson <ferguson berbee.com>, Joshua Slive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167970
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 3 May 2005 19:41:02 +0000 (19:41 +0000)]
* server/config.c (process_resource_config_nofnmatch): Fail with
useful error message if the config file can't be opened.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167965
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 3 May 2005 19:12:51 +0000 (19:12 +0000)]
Finish committing the transformations that I accidentally started in
the last commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167960
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 3 May 2005 19:09:19 +0000 (19:09 +0000)]
Two clarifications of ErrorDocument:
1. /-rooted paths are relative to DocumentRoot.
2. Bad requests will sometimes ignore ErrorDocument.
PR: 27352
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167959
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 3 May 2005 16:56:52 +0000 (16:56 +0000)]
Typo fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167936
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 3 May 2005 14:23:33 +0000 (14:23 +0000)]
Dcoument the fact that startssl is gone.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@167912
13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Mon, 2 May 2005 20:21:40 +0000 (20:21 +0000)]
Add a vote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165677
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 2 May 2005 19:53:14 +0000 (19:53 +0000)]
%t has logged request time for a very long time.
From mod_log_config.c:
/* ### I think getting the time again at the end of the request
* just for logging is dumb. i know it's "required" for CLF.
* folks writing log parsing tools don't realise that out of order
* times have always been possible (consider what happens if one
* process calculates the time to log, but then there's a context
* switch before it writes and before that process is run again the
* log rotation occurs) and they should just fix their tools rather
* than force the server to pay extra cpu cycles. if you've got
* a problem with this, you can set the define. -djg
*/
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165671
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 29 Apr 2005 21:14:21 +0000 (21:14 +0000)]
Disable some default LibC debugging code when compiling optimized
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165340
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Thu, 28 Apr 2005 15:19:06 +0000 (15:19 +0000)]
* modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocation
size.
PR: 34588
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@165151
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Tue, 26 Apr 2005 23:52:41 +0000 (23:52 +0000)]
Move the ldap_set_option() call to set the connection time from being global to being connection specific.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164919
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 26 Apr 2005 07:51:11 +0000 (07:51 +0000)]
- don't allow PROPFIND in the default config for public_html directories
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164763
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 26 Apr 2005 07:09:21 +0000 (07:09 +0000)]
update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164758
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 26 Apr 2005 07:06:45 +0000 (07:06 +0000)]
Document that SSLRequire is broken for use in threaded MPMs and .htaccess files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164756
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 26 Apr 2005 06:52:04 +0000 (06:52 +0000)]
httpd-config would be a great thing to replace apxs with.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164755
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Tue, 26 Apr 2005 06:45:44 +0000 (06:45 +0000)]
AllowEncodedSlashes fix was backported in 2.0.52. Remove this STATUS file entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164752
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 25 Apr 2005 17:24:25 +0000 (17:24 +0000)]
Oops... document ap_get_local_host() rewrite.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164607
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 25 Apr 2005 05:23:18 +0000 (05:23 +0000)]
Add ap_vhost_iterate_given_conn() as I had previously mentioned on the mailing list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164538
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 25 Apr 2005 05:19:18 +0000 (05:19 +0000)]
Remove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@httpd.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164536
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 23 Apr 2005 23:03:23 +0000 (23:03 +0000)]
* httpd/modules/ssl/NWGNUmakefile
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164428
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 23 Apr 2005 22:56:59 +0000 (22:56 +0000)]
* manual/mod/mod_log_config.html.ja.euc-jp
manual/mod/mod_log_config.xml.meta
manual/mod/directives.html.de
manual/mod/directives.html.en
manual/mod/directives.html.es
manual/mod/quickreference.html.de
manual/mod/quickreference.html.en
manual/mod/quickreference.html.es
manual/mod/mod_log_config.html.en
manual/mod/mod_log_config.xml.ja
manual/mod/mod_log_config.xml.ko
manual/platform/netware.xml.ko
manual/platform/netware.html.en
Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164425
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 23 Apr 2005 22:51:09 +0000 (22:51 +0000)]
* docs/manual/mod/mod_log_config.xml
Fix XML validation error
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164424
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Fri, 22 Apr 2005 17:33:42 +0000 (17:33 +0000)]
Document BufferedLogs
PR: 32492
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164258
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 21 Apr 2005 17:30:21 +0000 (17:30 +0000)]
Ensure that we always return a FQDN... This is not guaranteed by either
apr_sockaddr_info_get() or apr_getnameinfo(). Also note that under
OS X, apr_getnameinfo() always seems to fail (at least on my
machines) so if we don't specific ServerName at the global setting,
we get a warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@164092
13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 20 Apr 2005 20:40:46 +0000 (20:40 +0000)]
APRized ap_get_local_host()
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@162066
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Wed, 20 Apr 2005 19:44:43 +0000 (19:44 +0000)]
use BSD sockets when building for IPV6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@162054
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 19 Apr 2005 20:02:09 +0000 (20:02 +0000)]
Fix issue where mod_ssl does not pick up the ssl-unclean-shutdown
setting when configured e.g. as a reverse proxy:
* modules/ssl/ssl_private.h: Remove ssl_hook_Translate.
* modules/ssl/ssl_engine_kernel.c (ssl_hook_ReadReq): Merge in
ssl_hook_Translate. (ssl_hook_Translate): Remove.
* modules/ssl/mod_ssl.c (ssl_register_hooks): Ensure that _ReadReq
hook runs after mod_setenvif.c; don't register translate_name hook.
PR: 34452
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161958
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 19 Apr 2005 13:09:43 +0000 (13:09 +0000)]
* docs/conf/extra/httpd-ssl.conf.in: Don't reference directories which
aren't created by "make install". Use BrowserMatch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161883
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 18 Apr 2005 23:18:10 +0000 (23:18 +0000)]
Build mod_ssl for the NetWare platform
Submitted by: Guenter Knauf <fuankg@apache.org>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161813
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 18 Apr 2005 20:46:14 +0000 (20:46 +0000)]
Document some environment variable options
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161796
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 18 Apr 2005 19:54:33 +0000 (19:54 +0000)]
Link to the correct socket library depending on which one is selected
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161791
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 18 Apr 2005 17:20:11 +0000 (17:20 +0000)]
Fix the logfile names in windows to have a .log extension.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161777
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Mon, 18 Apr 2005 17:16:21 +0000 (17:16 +0000)]
Make sure we don't overwrite existing config if it
has a name other than httpd.conf.
Submitted by: Rici Lake
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161776
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 18 Apr 2005 16:35:53 +0000 (16:35 +0000)]
Update German translation
* manual/mod/core.xml.de
manual/index.xml.de
Bring up to date
* manual/index.html.de
manual/mod/core.xml.meta
manual/mod/core.html.de
manual/mod/quickreference.html.de
manual/index.xml.meta
Update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161773
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Mon, 18 Apr 2005 06:08:56 +0000 (06:08 +0000)]
- mod_deflate currently only does C-E, and not T-E. Fix the comment at the top saying it does T-E.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161738
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Mon, 18 Apr 2005 00:53:39 +0000 (00:53 +0000)]
'server stuff' is not very descriptive. All the variables in this
category are date and time variables.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161704
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 17 Apr 2005 20:25:57 +0000 (20:25 +0000)]
mod_deflate should be merging the Vary header, not Setting it, and ignoring what other modules put there.
Spotted By: Rici Lake
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161691
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 17 Apr 2005 18:51:40 +0000 (18:51 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161679
13f79535 -47bb-0310-9956-
ffa450edef68
Hiroaki Kawai [Sat, 16 Apr 2005 11:33:33 +0000 (11:33 +0000)]
Update Japanese translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161562
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 15 Apr 2005 17:17:58 +0000 (17:17 +0000)]
got rave reviews from my customer on using buffered i/o for RewriteMap files, so
brag about it a little.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161509
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 15 Apr 2005 15:22:50 +0000 (15:22 +0000)]
* support/ab.c (open_postfile): Use apr_file_read_full, tidy up error
messages, remove redundant variable.s
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161485
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 15 Apr 2005 15:20:28 +0000 (15:20 +0000)]
* support/ab.c (test): Treat POST data as a binary blob not a C
string.
PR: 12981
Submitted by: Matthew H. Gerlach <mgerlach@lightsurf.com>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161483
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 15 Apr 2005 14:41:53 +0000 (14:41 +0000)]
Add redirect-carefully BrowserMatch for FrontPage.
PR: 32842
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161475
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 15 Apr 2005 10:51:44 +0000 (10:51 +0000)]
Fix and prevent some segfaults in ab:
* support/ab.c (main): Fail if given concurrency level greater than
number of requests, to prevent segfaults later.
(ssl_print_cert_info): Use the correct buffer size.
(ssl_start_connect): SSL_get_peer_cert_chain doesn't bump refcounts,
so don't free the cert chain here.
(test): Use both calloc parameters (unrelated cleanup).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161437
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 15 Apr 2005 10:14:04 +0000 (10:14 +0000)]
Ignore generated config files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161431
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Thu, 14 Apr 2005 23:42:21 +0000 (23:42 +0000)]
Allow httpd on NetWare to build using either the standard socket libraries or the Winsock libraries.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161368
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Thu, 14 Apr 2005 23:42:11 +0000 (23:42 +0000)]
BRIGADE_NORMALIZE could produce invalid results with 0 length buckets.
Submitted By: Rici Lake
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161367
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Thu, 14 Apr 2005 21:26:01 +0000 (21:26 +0000)]
lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files
one byte at a time.
I was horrified to see a dump of a server with hundreds of worker threads in
read() syscalls, all trying to read a 149k RewriteMap file simultaneously.
each thread finds one key, inserts it into the cache, then the rest of the
information is discarded. there are further improvements which could be made but
let's try the simplest first.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161354
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 13 Apr 2005 01:21:11 +0000 (01:21 +0000)]
As discussed on the list, change the default setting for
KeepAliveTimeout from 15 seconds to 5 seconds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@161140
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Tue, 12 Apr 2005 00:12:14 +0000 (00:12 +0000)]
Bring the windows config file in line with the simplifications
of the main httpd.conf.
Make a vain attempt to modify Makefile.win appropriately.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160989
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 11 Apr 2005 21:06:42 +0000 (21:06 +0000)]
Uncomment the secureListen directive when building the httpd-ssl.conf file for NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160952
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 11 Apr 2005 16:49:14 +0000 (16:49 +0000)]
svn:eol-style = native
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160924
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Mon, 11 Apr 2005 15:45:12 +0000 (15:45 +0000)]
Update the NetWare dav.imp export/import file according to the DAV_DECLARE's in mod_dav.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160907
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Mon, 11 Apr 2005 15:07:46 +0000 (15:07 +0000)]
`build all`
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160899
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 11 Apr 2005 08:45:15 +0000 (08:45 +0000)]
Add failover to mod proxy. If the service is unavailable,
check another worker in case this is balancer request.
In case the error in unrecoverable, fail with returned
status code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160848
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 11 Apr 2005 08:42:33 +0000 (08:42 +0000)]
Set default number of maxattempts to the number of
balancer members.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160847
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Sun, 10 Apr 2005 14:05:19 +0000 (14:05 +0000)]
* CHANGES
Update to reflect changes on 2.0.x due to backports.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160774
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sun, 10 Apr 2005 00:18:57 +0000 (00:18 +0000)]
Update the NetWare make install target to comply with the new .conf file layout
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160726
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sun, 10 Apr 2005 00:17:44 +0000 (00:17 +0000)]
Add two more APIs to the export and import lists for NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160725
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 9 Apr 2005 23:59:26 +0000 (23:59 +0000)]
Missing a space delimiter between the values
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160724
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 9 Apr 2005 20:58:08 +0000 (20:58 +0000)]
update transformation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160721
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Sat, 9 Apr 2005 19:21:48 +0000 (19:21 +0000)]
backport
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160713
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 18:33:00 +0000 (18:33 +0000)]
Move direct_connect out of attempt loop. No need to
calculate that value on each attempt, because it's always
the same.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160705
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sat, 9 Apr 2005 17:30:53 +0000 (17:30 +0000)]
missing a closing </a>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160702
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sat, 9 Apr 2005 17:20:21 +0000 (17:20 +0000)]
Upgrading notes for the simple-conf changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160701
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sat, 9 Apr 2005 17:08:26 +0000 (17:08 +0000)]
Add a CHANGES entry for the simple-conf branch changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160700
13f79535 -47bb-0310-9956-
ffa450edef68
Joshua Slive [Sat, 9 Apr 2005 16:59:15 +0000 (16:59 +0000)]
Merged the simple-conf branch changes r159781:160695 into the trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160696
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 16:34:33 +0000 (16:34 +0000)]
Simplify canon_handler. There is no thing like ajps:
protocol.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160693
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 16:32:32 +0000 (16:32 +0000)]
Simplify canon_handler. Blancer can have only a single
scheme.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160692
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 16:16:54 +0000 (16:16 +0000)]
Use two optional functions from mod_ssl so that we
can receive both is_ssl and ssl_var for ajp protocol.
This is combined work based on patch from Brad Boyer and
Joe Orton's suggestion to use ssl_var_lookup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160690
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 10:39:50 +0000 (10:39 +0000)]
Return correct status codes in case of bad request, that
is probably too large for AJP protocol.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160677
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 10:12:01 +0000 (10:12 +0000)]
Add canon_handler for load balancer so that we have
query string passed to remote.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160675
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 10:08:56 +0000 (10:08 +0000)]
Revert the latest hack for setting query string.
The balancer needs canon_handler.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160674
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 08:37:06 +0000 (08:37 +0000)]
Return 'real' error status codes instead APR_EGENERAL.
The return status code will be used to determine wether
the message is invalid or the remote host failed processing
the request. This is needed to mark the worker as in
error state in case it is member of load balancer.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160668
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 9 Apr 2005 07:55:25 +0000 (07:55 +0000)]
fix Korean translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160664
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 07:32:42 +0000 (07:32 +0000)]
Add r->args to uri->query if the original r->uri
did not contain query string. This fixes #34266.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160663
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 06:55:13 +0000 (06:55 +0000)]
Remove useless loging of something that is not an error.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160661
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 9 Apr 2005 06:07:58 +0000 (06:07 +0000)]
Change the build targets Apache.exe -> httpd.exe.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160660
13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Sat, 9 Apr 2005 02:41:25 +0000 (02:41 +0000)]
Having an anchor directly to the rewrite flags would be very useful at
times.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160654
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 8 Apr 2005 23:03:45 +0000 (23:03 +0000)]
Update the mod_dav import file for NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160636
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 8 Apr 2005 22:07:51 +0000 (22:07 +0000)]
Rethinking the module status for NetWare
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160626
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 8 Apr 2005 22:03:36 +0000 (22:03 +0000)]
Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod_actions, mod_cgi, mod_imagemap, mod_userdir and mod_autoindex as shared rather than built-in.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160625
13f79535 -47bb-0310-9956-
ffa450edef68
Sander Striker [Fri, 8 Apr 2005 19:02:12 +0000 (19:02 +0000)]
* docs/conf/httpd-win.conf
Reformat.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160584
13f79535 -47bb-0310-9956-
ffa450edef68
Greg Ames [Fri, 8 Apr 2005 18:07:33 +0000 (18:07 +0000)]
use a more general but slightly slower test for a body.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160573
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 8 Apr 2005 16:12:43 +0000 (16:12 +0000)]
Make the changes in the NetWare build for the image_map module rename
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160560
13f79535 -47bb-0310-9956-
ffa450edef68
Bradley Nicholes [Fri, 8 Apr 2005 16:10:43 +0000 (16:10 +0000)]
Remove the unnecessary exported api's from the NetWare make file
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160559
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 8 Apr 2005 12:55:23 +0000 (12:55 +0000)]
An aggressive visit by the style faerie. Sprinkled some comment cleanups
and tightened the 'single line result' of the error message for LDAP
directives (which also broke the 80 column gospel in source.)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160552
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Fri, 8 Apr 2005 00:18:36 +0000 (00:18 +0000)]
Fix Win32 breakage - these hook providers can't be _DECLARE()ed,
they -would- be _DECLARE_NONSTD ... except that no functions within
mod_ldap need to be exported at all. All functions can be static,
as they are registered via callbacks.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160498
13f79535 -47bb-0310-9956-
ffa450edef68
William A. Rowe Jr [Thu, 7 Apr 2005 19:19:58 +0000 (19:19 +0000)]
Catch up with Apache.exe->httpd.exe rename; it seems svn rn can't
be combined with svn commit and source changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160441
13f79535 -47bb-0310-9956-
ffa450edef68