]> granicus.if.org Git - apache/log
apache
19 years ago* server/config.c (process_resource_config_nofnmatch): Fail with
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

19 years agoFinish committing the transformations that I accidentally started in
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

19 years agoTwo clarifications of ErrorDocument:
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

19 years agoTypo fix.
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

19 years agoDcoument the fact that startssl is gone.
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

19 years agoAdd a vote.
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

19 years ago%t has logged request time for a very long time.
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

19 years agoDisable some default LibC debugging code when compiling optimized
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

19 years ago* modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocation
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

19 years agoMove the ldap_set_option() call to set the connection time from being global to being...
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

19 years ago- don't allow PROPFIND in the default config for public_html directories
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

19 years agoupdate transformation.
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

19 years agoDocument that SSLRequire is broken for use in threaded MPMs and .htaccess files.
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

19 years agohttpd-config would be a great thing to replace apxs with.
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

19 years agoAllowEncodedSlashes fix was backported in 2.0.52. Remove this STATUS file entry.
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

19 years agoOops... document ap_get_local_host() rewrite.
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

19 years agoAdd ap_vhost_iterate_given_conn() as I had previously mentioned on the mailing list.
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

19 years agoRemove ap_method_list_do and ap_method_list_vdo as previously mentioned dev@httpd.
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

19 years ago* httpd/modules/ssl/NWGNUmakefile
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

19 years ago* manual/mod/mod_log_config.html.ja.euc-jp
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

19 years ago* docs/manual/mod/mod_log_config.xml
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

19 years agoDocument BufferedLogs
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

19 years agoEnsure that we always return a FQDN... This is not guaranteed by either
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

19 years agoAPRized ap_get_local_host()
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

19 years agouse BSD sockets when building for IPV6
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

19 years agoFix issue where mod_ssl does not pick up the ssl-unclean-shutdown
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

19 years ago* docs/conf/extra/httpd-ssl.conf.in: Don't reference directories which
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

19 years agoBuild mod_ssl for the NetWare platform
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

19 years agoDocument some environment variable options
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

19 years agoLink to the correct socket library depending on which one is selected
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

19 years agoFix the logfile names in windows to have a .log extension.
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

19 years agoMake sure we don't overwrite existing config if it
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

19 years agoUpdate German translation
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

19 years ago- mod_deflate currently only does C-E, and not T-E. Fix the comment at the top saying...
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

19 years ago'server stuff' is not very descriptive. All the variables in this
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

19 years agomod_deflate should be merging the Vary header, not Setting it, and ignoring what...
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

19 years agoupdate transformation
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

19 years agoUpdate Japanese translation.
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

19 years agogot rave reviews from my customer on using buffered i/o for RewriteMap files, so
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

19 years ago* support/ab.c (open_postfile): Use apr_file_read_full, tidy up error
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

19 years ago* support/ab.c (test): Treat POST data as a binary blob not a C
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

19 years agoAdd redirect-carefully BrowserMatch for FrontPage.
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

19 years agoFix and prevent some segfaults in ab:
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

19 years agoIgnore generated config files.
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

19 years agoAllow httpd on NetWare to build using either the standard socket libraries or the...
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

19 years agoBRIGADE_NORMALIZE could produce invalid results with 0 length buckets.
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

19 years agolookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files
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

19 years agoAs discussed on the list, change the default setting for
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

19 years agoBring the windows config file in line with the simplifications
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

19 years agoUncomment the secureListen directive when building the httpd-ssl.conf file for NetWare
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

19 years agosvn:eol-style = native
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

19 years agoUpdate the NetWare dav.imp export/import file according to the DAV_DECLARE's in mod_dav.h
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

19 years ago`build all`
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

19 years agoAdd failover to mod proxy. If the service is unavailable,
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

19 years agoSet default number of maxattempts to the number of
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

19 years ago* CHANGES
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

19 years agoUpdate the NetWare make install target to comply with the new .conf file layout
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

19 years agoAdd two more APIs to the export and import lists for NetWare
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

19 years agoMissing a space delimiter between the values
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

19 years agoupdate transformation.
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

19 years agobackport
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

19 years agoMove direct_connect out of attempt loop. No need to
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

19 years agomissing a closing </a>
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

19 years agoUpgrading notes for the simple-conf changes.
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

19 years agoAdd a CHANGES entry for the simple-conf branch changes.
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

19 years agoMerged the simple-conf branch changes r159781:160695 into the trunk.
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

19 years agoSimplify canon_handler. There is no thing like ajps:
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

19 years agoSimplify canon_handler. Blancer can have only a single
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

19 years agoUse two optional functions from mod_ssl so that we
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

19 years agoReturn correct status codes in case of bad request, that
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

19 years agoAdd canon_handler for load balancer so that we have
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

19 years agoRevert the latest hack for setting query string.
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

19 years agoReturn 'real' error status codes instead APR_EGENERAL.
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

19 years agofix Korean translation
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

19 years agoAdd r->args to uri->query if the original r->uri
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

19 years agoRemove useless loging of something that is not an error.
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

19 years agoChange the build targets Apache.exe -> httpd.exe.
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

19 years agoHaving an anchor directly to the rewrite flags would be very useful at
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

19 years agoUpdate the mod_dav import file for NetWare
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

19 years agoRethinking the module status for NetWare
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

19 years agoRethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod_actions...
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

19 years ago* docs/conf/httpd-win.conf
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

19 years agouse a more general but slightly slower test for a body.
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

19 years agoMake the changes in the NetWare build for the image_map module rename
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

19 years agoRemove the unnecessary exported api's from the NetWare make file
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

19 years agoAn aggressive visit by the style faerie. Sprinkled some comment cleanups
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

19 years ago Fix Win32 breakage - these hook providers can't be _DECLARE()ed,
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

19 years ago Catch up with Apache.exe->httpd.exe rename; it seems svn rn can't
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

19 years ago Final bit to switch for imap->imagemap
William A. Rowe Jr [Thu, 7 Apr 2005 19:12:46 +0000 (19:12 +0000)]
  Final bit to switch for imap->imagemap

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160440 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Need to update the default conf.
William A. Rowe Jr [Thu, 7 Apr 2005 19:01:26 +0000 (19:01 +0000)]
  Need to update the default conf.

  Submitted for your consideration - does

    AddHandler imap-file map

  make sense anymore?  or should the handler be imagemap-file?

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160436 13f79535-47bb-0310-9956-ffa450edef68

19 years ago Fix Win32 imap->imagemap transformation
William A. Rowe Jr [Thu, 7 Apr 2005 18:56:56 +0000 (18:56 +0000)]
  Fix Win32 imap->imagemap transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160432 13f79535-47bb-0310-9956-ffa450edef68

19 years agoupdate transformation
André Malo [Thu, 7 Apr 2005 16:07:00 +0000 (16:07 +0000)]
update transformation

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160411 13f79535-47bb-0310-9956-ffa450edef68

19 years agorename mod_imap to mod_imagemap.
Paul Querna [Thu, 7 Apr 2005 02:04:03 +0000 (02:04 +0000)]
rename mod_imap to mod_imagemap.
Broken by this commit:
 - Win32 Build -- I didn't want to muck with .dsp files.
 - Netware Build - Same Story as Win32.
 - Documentation Translations (could get away with direct changes to the module name, but I am not sure)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160365 13f79535-47bb-0310-9956-ffa450edef68

19 years agoFolks appear to be having trouble with multiple arguments to Allow. More
Rich Bowen [Thu, 7 Apr 2005 01:12:14 +0000 (01:12 +0000)]
Folks appear to be having trouble with multiple arguments to Allow. More
examples is always a good thing.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160356 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUse APR_STATUS_IS_EAGAIN rather than comparing against APR_EAGAIN.
Wilfredo Sanchez [Thu, 7 Apr 2005 00:40:27 +0000 (00:40 +0000)]
Use APR_STATUS_IS_EAGAIN rather than comparing against APR_EAGAIN.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160352 13f79535-47bb-0310-9956-ffa450edef68

19 years agoIn emulate_sendfile(), handle APR_EAGAIN from apr_socket_send().
Wilfredo Sanchez [Thu, 7 Apr 2005 00:22:29 +0000 (00:22 +0000)]
In emulate_sendfile(), handle APR_EAGAIN from apr_socket_send().

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160348 13f79535-47bb-0310-9956-ffa450edef68

19 years agoDon't always enable mod_imap. I always turn it off in my configs. Now you must
Paul Querna [Wed, 6 Apr 2005 15:59:52 +0000 (15:59 +0000)]
Don't always enable mod_imap.  I always turn it off in my configs.  Now you must
--enable-imap, or --enable-mods-shared=all|most to pick it up.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160307 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUpdate Japanese translation.
Hiroaki Kawai [Wed, 6 Apr 2005 12:10:57 +0000 (12:10 +0000)]
Update Japanese translation.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160288 13f79535-47bb-0310-9956-ffa450edef68

19 years agoUpdate Japanese translations.
Hiroaki Kawai [Wed, 6 Apr 2005 12:05:00 +0000 (12:05 +0000)]
Update Japanese translations.
Submitted by: yoshiki
Reviewed by: kawai

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160287 13f79535-47bb-0310-9956-ffa450edef68

19 years agothe style police have been sleeping
Greg Ames [Tue, 5 Apr 2005 19:45:32 +0000 (19:45 +0000)]
the style police have been sleeping

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160211 13f79535-47bb-0310-9956-ffa450edef68