]> granicus.if.org Git - apache/log
apache
15 years ago* build/config_vars.sh.in: Fix error if APU_CONFIG is not defined.
Joe Orton [Tue, 24 Mar 2009 14:28:10 +0000 (14:28 +0000)]
* build/config_vars.sh.in: Fix error if APU_CONFIG is not defined.

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

15 years ago* configure.in: If APR version is 2, APR-util does not exist.
Joe Orton [Tue, 24 Mar 2009 14:20:10 +0000 (14:20 +0000)]
* configure.in: If APR version is 2, APR-util does not exist.

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

15 years ago* Fix a memory leak by freeing the memory consumed by the bucket.
Ruediger Pluem [Tue, 24 Mar 2009 11:30:47 +0000 (11:30 +0000)]
* Fix a memory leak by freeing the memory consumed by the bucket.

PR: 44948
Submitted by: Dan Poirier <poirier pobox.com>
Reviewed by: rpluem

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

15 years ago* Do not allow name based virtual hosts in the case no hostname was
Ruediger Pluem [Tue, 24 Mar 2009 10:56:55 +0000 (10:56 +0000)]
* Do not allow name based virtual hosts in the case no hostname was
  provided via SNI.

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

15 years ago* Store the correct server_rec in the connection record configuration and
Ruediger Pluem [Mon, 23 Mar 2009 17:37:38 +0000 (17:37 +0000)]
* Store the correct server_rec in the connection record configuration and
  adjust the remaining part of mod_ssl to use this server_rec instead of
  c->base_server.

  modules/ssl/ssl_private.h:
  - server_rec member to SSLConnRec struct
  - Add macros to extract data from connection_rec
    mySrvFromConn(c)
    mySrvConfigFromConn(c)
    myModConfigFromConn(c)
  modules/ssl/ssl_engine_io.c
  modules/ssl/ssl_util_ocsp.c
  modules/ssl/ssl_engine_kernel.c
  modules/ssl/mod_ssl.c
  modules/ssl/ssl_engine_log.c
  - Use the new macros to extract data fron connection_rec
    and use the server_rec stored in SSLConnRec instead of
    c->base_server whereever appropriate.

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

15 years agoRoll on to 2.3.2.
Paul Querna [Mon, 23 Mar 2009 16:07:35 +0000 (16:07 +0000)]
Roll on to 2.3.2.

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

15 years ago* modules/mappers/mod_rewrite.c (apply_rewrite_rule): When evaluating
Joe Orton [Mon, 23 Mar 2009 15:59:36 +0000 (15:59 +0000)]
* modules/mappers/mod_rewrite.c (apply_rewrite_rule): When evaluating
  a proxy rule in directory context, do escape the filename by
  default, since mod_proxy will not escape in that case due to the
  (deliberate) fixup hook ordering.

Thanks to: rpluem
PR: 46428

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

15 years ago* modules/cache/mod_socache_memcache.c,
Joe Orton [Mon, 23 Mar 2009 13:18:06 +0000 (13:18 +0000)]
* modules/cache/mod_socache_memcache.c,
  modules/cache/mod_socache_shmcb.c, modules/cache/mod_socache_dbm.c:
  Remove references to "SSL" throughout comments and code.

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

15 years agoRemove code to support per-dir-CA configuration which relies on a
Joe Orton [Mon, 23 Mar 2009 11:45:00 +0000 (11:45 +0000)]
Remove code to support per-dir-CA configuration which relies on a
function which was never included in OpenSSL:

* acinclude.m4: Remove test for fictional function.

* modules/ssl/ssl_engine_kernel.c (ssl_hook_Access): Remove code.

* modules/ssl/ssl_engine_config.c (MODSSL_SET_CA): Remove unused
  macro.  (ssl_cmd_SSLCACertificatePath,
  ssl_cmd_SSLCACertificateFile): Fail if per-dir-CA is configured.

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

15 years agoPrevent a case of SSI timefmt-smashing with filter chains including
Joe Orton [Mon, 23 Mar 2009 11:12:23 +0000 (11:12 +0000)]
Prevent a case of SSI timefmt-smashing with filter chains including
multiple INCLUDES filters:

* modules/filters/mod_include.c (add_include_vars): Drop unused
  timefmt argument.
  (add_include_vars_lazy): Take timefmt argument.
  (get_include_var, handle_printenv): Pass time format from context.

PR: 39369

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

15 years ago* If the SNI extension supplied a hostname. So don't accept requests with
Ruediger Pluem [Mon, 23 Mar 2009 10:51:00 +0000 (10:51 +0000)]
* If the SNI extension supplied a hostname. So don't accept requests with
  either no hostname or a different hostname.

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

15 years agoAdd change to changelog.
Rainer Jung [Fri, 20 Mar 2009 17:49:30 +0000 (17:49 +0000)]
Add change to changelog.

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

15 years agoWhen trying to detect the content type of the
Rainer Jung [Fri, 20 Mar 2009 17:42:26 +0000 (17:42 +0000)]
When trying to detect the content type of the
uncompressed content it is often not enough
to read the same number of bytes, we already
read compressed. Since uncompress() allocates a
new buffer, we can increase the number of bytes
to read to the same size, we use in the case,
where the content isn't compressed.

Furthermore zero-terminate the read data to keep
assumptions consistent with the uncompressed case.

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

15 years agoSet the content encoding for compressed content
Rainer Jung [Fri, 20 Mar 2009 17:38:39 +0000 (17:38 +0000)]
Set the content encoding for compressed content
even if we can't detect the content type of the
uncompressed content.

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

15 years agoCreating the external gzip process fails, because we
Rainer Jung [Fri, 20 Mar 2009 17:37:18 +0000 (17:37 +0000)]
Creating the external gzip process fails, because we
call execve() with "gzip" without full path.
Let's look for it in the PATH instead and drop the
passing of the environment. There seems to be no
reason why gzip should need the httpd environment.

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

15 years agoCreation of external gzip process fails, if we
Rainer Jung [Fri, 20 Mar 2009 17:34:25 +0000 (17:34 +0000)]
Creation of external gzip process fails, if we
try to set the working directory to r->filename.
Use ap_make_dirstr_parent() instead, like in all
other similar places.

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

15 years agoWhitespace cleanup before doing other changes.
Rainer Jung [Fri, 20 Mar 2009 17:30:51 +0000 (17:30 +0000)]
Whitespace cleanup before doing other changes.

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

15 years agoadd application/x-java-jnlp-file
Roy T. Fielding [Tue, 17 Mar 2009 23:36:27 +0000 (23:36 +0000)]
add application/x-java-jnlp-file
http://java.sun.com/developer/technicalArticles/Programming/jnlp/
(because some companies are too stupid to register a type)

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

15 years ago* APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT in
Ruediger Pluem [Tue, 17 Mar 2009 11:10:14 +0000 (11:10 +0000)]
* APR_BUCKET_NEXT is wrong here as we are already a doing a APR_BUCKET_NEXT in
  the for loop and this causes us to jump *two* buckets forward. This can cause
  us to jump over the Sentinel of the brigade and thus causes an endless loop.

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

15 years agoIt's a pet peeve of mine when docs do something, and then say "don't do that."
Rich Bowen [Thu, 12 Mar 2009 17:52:51 +0000 (17:52 +0000)]
It's a pet peeve of mine when docs do something, and then say "don't do that."
Remove the hostname from the <VirtualHost> line, and use an IP address
instead.

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

15 years agoAdd an example of using a wildcard with ServerAlias
Rich Bowen [Thu, 12 Mar 2009 15:27:00 +0000 (15:27 +0000)]
Add an example of using a wildcard with ServerAlias
Change <VirtualHost *> to <VirtualHost *:80>

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

15 years ago* Escape pathes of filenames in 406 responses to avoid HTML injections and
Ruediger Pluem [Thu, 12 Mar 2009 09:29:53 +0000 (09:29 +0000)]
* Escape pathes of filenames in 406 responses to avoid HTML injections and
  HTTP response splitting.

PR: 46837
Submitted by: Geoff Keating <geoffk apple.com>
Reviewed by: rpluem

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

15 years agothe CRLF following 100 Continue needs to be sent as ASCII on EBCDIC
Greg Ames [Wed, 11 Mar 2009 18:05:20 +0000 (18:05 +0000)]
the CRLF following 100 Continue needs to be sent as ASCII on EBCDIC
boxes.

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

15 years agoSmall typo.
Lucien Gentis [Tue, 10 Mar 2009 17:32:52 +0000 (17:32 +0000)]
Small typo.

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

15 years agoNote for self: PPR drops the path info so we
Jim Jagielski [Tue, 10 Mar 2009 15:33:05 +0000 (15:33 +0000)]
Note for self: PPR drops the path info so we
don't really honor PPR /foo balancer://bar/jimbob
in a way that we would expect.

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

15 years agosync xforms
Jim Jagielski [Tue, 10 Mar 2009 15:11:52 +0000 (15:11 +0000)]
sync xforms

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

15 years agoSmall typos.
Lucien Gentis [Sun, 8 Mar 2009 14:26:45 +0000 (14:26 +0000)]
Small typos.

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

15 years agoRemove anomalous copyright line
Nick Kew [Thu, 5 Mar 2009 21:58:24 +0000 (21:58 +0000)]
Remove anomalous copyright line

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

15 years agoUntil APR is actually fixed between apr_os_sock_make and the logic
William A. Rowe Jr [Thu, 5 Mar 2009 20:00:03 +0000 (20:00 +0000)]
Until APR is actually fixed between apr_os_sock_make and the logic
within apr_socket_timeout_set, let's presume that vendor differences
of socket stack drivers can vary this behavior, and the assumptions
were unsafe for both accept() and AcceptEx().

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

15 years agoUse a single event for the lifetime of the 'AcceptFilter none' variety
William A. Rowe Jr [Thu, 5 Mar 2009 19:50:41 +0000 (19:50 +0000)]
Use a single event for the lifetime of the 'AcceptFilter none' variety
sockets; it appears that resetting the accept event while another was
waiting would break the pending connection, causing host socket resets.

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

15 years ago* remove uneeded remains of r750126.
Ruediger Pluem [Wed, 4 Mar 2009 20:05:09 +0000 (20:05 +0000)]
* remove uneeded remains of r750126.

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

15 years agoAccelerate mod_dumpio processing;
William A. Rowe Jr [Wed, 4 Mar 2009 19:55:09 +0000 (19:55 +0000)]
Accelerate mod_dumpio processing;

 * drop a frequent query for the mod configuration (pass as f->ctx)
 * drop one copy, at least for ASCII

and ensure larger buffers are logged in their entirety.  Some clarity
in output can be added by designating continuations vs first lines.

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

15 years agoUse APR_POLLSET_NOCOPY for better performance with some pollset implementations.
Jeff Trawick [Wed, 4 Mar 2009 19:13:07 +0000 (19:13 +0000)]
Use APR_POLLSET_NOCOPY for better performance with some pollset implementations.

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

15 years agoImplement Event-Based accept for 'AcceptMutex none' in the WinNT MPM.
William A. Rowe Jr [Wed, 4 Mar 2009 19:01:28 +0000 (19:01 +0000)]
Implement Event-Based accept for 'AcceptMutex none' in the WinNT MPM.

This facilitates the next two refactorings; multiple listeners per
listener thread (all accept paths using win32 events) and then multiple
threads leveraging parallel CPU's.

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

15 years agorepeat apr_pollset_poll() while it returns EINTR
Jeff Trawick [Wed, 4 Mar 2009 18:34:17 +0000 (18:34 +0000)]
repeat apr_pollset_poll() while it returns EINTR

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

15 years agoremove unreachable code
Jeff Trawick [Tue, 3 Mar 2009 20:53:18 +0000 (20:53 +0000)]
remove unreachable code

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

15 years ago* Remove unused variable.
Ruediger Pluem [Tue, 3 Mar 2009 19:49:54 +0000 (19:49 +0000)]
* Remove unused variable.

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

15 years agoUse --with-included-apr if you don't have the compiler
Jeff Trawick [Tue, 3 Mar 2009 02:44:50 +0000 (02:44 +0000)]
Use --with-included-apr if you don't have the compiler
your OS-delivered APR was built with
  xlc vs gcc
  SunStudio vs gcc
  gcc n vs gcc n-bignum
  etc.

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

15 years agoNote PR for OpenSSL type-safe STACK fix in CHANGES
Sander Temme [Mon, 2 Mar 2009 23:18:43 +0000 (23:18 +0000)]
Note PR for OpenSSL type-safe STACK fix in CHANGES

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

15 years agoClean up more compiler emits. Add CHANGES entry, credit Kasper for the OpenSSL STACK fix
Sander Temme [Mon, 2 Mar 2009 23:17:53 +0000 (23:17 +0000)]
Clean up more compiler emits.  Add CHANGES entry, credit Kasper for the OpenSSL STACK fix

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

15 years agoaxe a fearful comment that was addressed before committing r749438
Jeff Trawick [Mon, 2 Mar 2009 21:49:51 +0000 (21:49 +0000)]
axe a fearful comment that was addressed before committing r749438

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

15 years agofix CHANGES entry for r749438
Jeff Trawick [Mon, 2 Mar 2009 21:25:50 +0000 (21:25 +0000)]
fix CHANGES entry for r749438

the ab issue was with EALREADY, not EINPROGRESS

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

15 years agoab: Fix maintenance of the pollset to resolve EINPROGRESS errors
Jeff Trawick [Mon, 2 Mar 2009 21:17:43 +0000 (21:17 +0000)]
ab: Fix maintenance of the pollset to resolve EINPROGRESS errors
with kqueue (BSD/OS X) and excessive CPU with event ports (Solaris).

The apr_pollset API requires that a socket be removed from
the pollset whenever there is a change to the requested events.
The socket must also be removed when it is closed.  This wasn't
completely implemented.

PR: 44584

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

15 years agoimprove acceptance of APR/APR-Util trunk/2.0-dev
Jeff Trawick [Mon, 2 Mar 2009 17:40:33 +0000 (17:40 +0000)]
improve acceptance of APR/APR-Util trunk/2.0-dev

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

15 years agoMissing verbs.
Lucien Gentis [Sun, 1 Mar 2009 14:36:08 +0000 (14:36 +0000)]
Missing verbs.

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

15 years agoremove leftover debug statement
Brian McCallister [Sun, 1 Mar 2009 01:46:17 +0000 (01:46 +0000)]
remove leftover debug statement

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

15 years agochange syntax for getting document root in mod_lua to r.document_root, suggested...
Brian McCallister [Sun, 1 Mar 2009 01:37:44 +0000 (01:37 +0000)]
change syntax for getting document root in mod_lua to r.document_root, suggested by Bertrand Mansion

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

15 years agochange r.content_type = "something" to use ap_set_content_type, which it should as...
Brian McCallister [Sun, 1 Mar 2009 01:25:27 +0000 (01:25 +0000)]
change r.content_type = "something" to use ap_set_content_type, which it should as was pointed out by Bertrand Mansion

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

15 years agoThe development trunk of OpenSSL has tightened up the type safety of the STACK construct
Sander Temme [Fri, 27 Feb 2009 05:16:18 +0000 (05:16 +0000)]
The development trunk of OpenSSL has tightened up the type safety of the STACK construct
and the functions that manipulate it.  Make httpd trunk compile against OpenSSL HEAD
as well as OpenSSL 0.9.8j.  Also, get rid of some warnings.

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

15 years agoSmall typo.
Lucien Gentis [Sun, 22 Feb 2009 13:09:09 +0000 (13:09 +0000)]
Small typo.

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

15 years agofix mod_disk_cache to support EnableSendfile.
Lars Eilebrecht [Sat, 21 Feb 2009 17:07:01 +0000 (17:07 +0000)]
fix mod_disk_cache to support EnableSendfile.

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

15 years agoheaders replaced by directives line 48
Lucien Gentis [Sat, 21 Feb 2009 16:57:09 +0000 (16:57 +0000)]
headers replaced by directives line 48

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

15 years agoonly call mutex functions if APR_HAS_THREADS
Roy T. Fielding [Wed, 18 Feb 2009 00:59:39 +0000 (00:59 +0000)]
only call mutex functions if APR_HAS_THREADS

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

15 years agoAdd watchdog module to win32 build.
Mladen Turk [Tue, 17 Feb 2009 17:51:17 +0000 (17:51 +0000)]
Add watchdog module to win32 build.
Since it can only operate as static module reference it inside modules.c

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

15 years agoAdd watchdog module header to dist include
Mladen Turk [Tue, 17 Feb 2009 17:28:33 +0000 (17:28 +0000)]
Add watchdog module header to dist include

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

15 years agofix the name of this module in an error log message
Jeff Trawick [Tue, 17 Feb 2009 13:59:30 +0000 (13:59 +0000)]
fix the name of this module in an error log message

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

15 years agoupdate transformation
Nilgun Belma Buguner [Mon, 16 Feb 2009 10:55:23 +0000 (10:55 +0000)]
update transformation

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

15 years agosome modifications to generate the man pages in other languages
Nilgun Belma Buguner [Mon, 16 Feb 2009 10:52:26 +0000 (10:52 +0000)]
some modifications to generate the man pages in other languages

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

15 years agoFix a crash with r742218 by calling apr_os_thread_put() properly.
Jeff Trawick [Thu, 12 Feb 2009 21:40:20 +0000 (21:40 +0000)]
Fix a crash with r742218 by calling apr_os_thread_put() properly.

(The first parameter to apr_os_thread_put() must be initialized, either to
NULL or to an existing apr_thread_t.)

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

15 years agoap_meets_conditions() should not be called until all of
Roy T. Fielding [Thu, 12 Feb 2009 18:58:10 +0000 (18:58 +0000)]
ap_meets_conditions() should not be called until all of
the known content metadata has been set, so that said metadata
can be included in the condition tests and in a 304 response.

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

15 years agoAdjust content metadata on deflate/inflate response before bailing out
Roy T. Fielding [Thu, 12 Feb 2009 17:43:39 +0000 (17:43 +0000)]
Adjust content metadata on deflate/inflate response before bailing out
on a 304 response so that the metadata does not differ from 200 response.

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

15 years agoupdate transformation
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:47:28 +0000 (13:47 +0000)]
update transformation

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

15 years agoNew Turkish translation
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:37:07 +0000 (13:37 +0000)]
New Turkish translation

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:28:32 +0000 (13:28 +0000)]
update for sync with English doc.

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Thu, 12 Feb 2009 13:15:49 +0000 (13:15 +0000)]
update for sync with English doc.

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

15 years agoReimplement deflate_check_etag() so that it isn't such a pig
Roy T. Fielding [Thu, 12 Feb 2009 01:59:27 +0000 (01:59 +0000)]
Reimplement deflate_check_etag() so that it isn't such a pig
and correctly works with weak etags.  Related to PR 39727.

Note that there remains an error in ap_meets_conditions because
that function does not currently check for a transformed etag.
I am working on that.

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

15 years agomod_version needs to be compiled because the test framework requires it
Roy T. Fielding [Thu, 12 Feb 2009 01:44:53 +0000 (01:44 +0000)]
mod_version needs to be compiled because the test framework requires it
(and the feature doesn't make much sense if it crashes httpd on test).

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

15 years agoMMapStatic directive doesn't exist.
Lucien Gentis [Wed, 11 Feb 2009 17:12:18 +0000 (17:12 +0000)]
MMapStatic directive doesn't exist.

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

15 years agofix validation errors
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:16:18 +0000 (07:16 +0000)]
fix validation errors

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

15 years agopre-translation improvements
Nilgun Belma Buguner [Wed, 11 Feb 2009 07:12:19 +0000 (07:12 +0000)]
pre-translation improvements

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

15 years agoMissed the plainmem getter/setter. Caught by R\9fdiger
Jim Jagielski [Tue, 10 Feb 2009 21:14:47 +0000 (21:14 +0000)]
Missed the plainmem getter/setter. Caught by R\9fdiger

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

15 years agoUpdate xforms
Jim Jagielski [Tue, 10 Feb 2009 19:42:13 +0000 (19:42 +0000)]
Update xforms

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

15 years agoremove belt-and-suspenders casting
Jim Jagielski [Tue, 10 Feb 2009 15:25:32 +0000 (15:25 +0000)]
remove belt-and-suspenders casting

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

15 years agoAdd getter/setter functions to the slotmem API. Also,
Jim Jagielski [Tue, 10 Feb 2009 15:16:24 +0000 (15:16 +0000)]
Add getter/setter functions to the slotmem API. Also,
reset the id vars to unsigned ints universally.

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

15 years agouse pid_t consistantly
Jim Jagielski [Mon, 9 Feb 2009 19:21:25 +0000 (19:21 +0000)]
use pid_t consistantly

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

15 years agoFixed :)
Jim Jagielski [Mon, 9 Feb 2009 19:13:25 +0000 (19:13 +0000)]
Fixed :)

CORE_PRIVATE not in trunk

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

15 years agoRemoved in trunk
Jim Jagielski [Mon, 9 Feb 2009 19:12:44 +0000 (19:12 +0000)]
Removed in trunk

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

15 years agoRemove unused var
Mladen Turk [Mon, 9 Feb 2009 06:50:26 +0000 (06:50 +0000)]
Remove unused var

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

15 years agoAdd missing cleanup register
Mladen Turk [Mon, 9 Feb 2009 06:49:46 +0000 (06:49 +0000)]
Add missing cleanup register

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

15 years agoAdd conn_rec::current_thread.
Paul Querna [Mon, 9 Feb 2009 00:57:58 +0000 (00:57 +0000)]
Add conn_rec::current_thread.

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

15 years agoAdded a section about dynamic content security, and a couple of pointers to
Vincent Deffontaines [Sun, 8 Feb 2009 16:30:24 +0000 (16:30 +0000)]
Added a section about dynamic content security, and a couple of pointers to
external projects.

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

15 years agoNew french translation for security tips.
Vincent Deffontaines [Sun, 8 Feb 2009 14:33:05 +0000 (14:33 +0000)]
New french translation for security tips.

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

15 years agoNew french translations.
Vincent Deffontaines [Sun, 8 Feb 2009 11:21:21 +0000 (11:21 +0000)]
New french translations.

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

15 years agoNew french translation for the SSI howto
Vincent Deffontaines [Sun, 8 Feb 2009 10:33:15 +0000 (10:33 +0000)]
New french translation for the SSI howto

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

15 years agoNew translation for the public_html howto
Vincent Deffontaines [Sat, 7 Feb 2009 22:35:55 +0000 (22:35 +0000)]
New translation for the public_html howto

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

15 years agobackported CHANGES entries are meaningful while we're rolling 2.3.x alphas.
Eric Covener [Sat, 7 Feb 2009 20:03:37 +0000 (20:03 +0000)]
backported CHANGES entries are meaningful while we're rolling 2.3.x alphas.

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

15 years agoAdd watchdog module
Mladen Turk [Sat, 7 Feb 2009 19:51:52 +0000 (19:51 +0000)]
Add watchdog module

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

15 years ago* Only drop the last char (the '"') and not the last one of the etag itself.
Ruediger Pluem [Sat, 7 Feb 2009 09:25:28 +0000 (09:25 +0000)]
* Only drop the last char (the '"') and not the last one of the etag itself.

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

15 years agoupdate transformation
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:09:28 +0000 (01:09 +0000)]
update transformation

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

15 years agoupdate for sync with English doc.
Nilgun Belma Buguner [Wed, 4 Feb 2009 01:05:29 +0000 (01:05 +0000)]
update for sync with English doc.

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

15 years agoNew Turkish translation
Nilgun Belma Buguner [Wed, 4 Feb 2009 00:10:13 +0000 (00:10 +0000)]
New Turkish translation

Translated by: Nilgün Belma Bugüner <nilgun belgeler.org>
Reviewed by:  Orhan Berent <berent belgeler.org>

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

15 years agoAdded french translation for the CGI howto
Vincent Deffontaines [Tue, 3 Feb 2009 22:16:22 +0000 (22:16 +0000)]
Added french translation for the CGI howto

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

15 years agoregen manual
Roy T. Fielding [Tue, 3 Feb 2009 20:35:21 +0000 (20:35 +0000)]
regen manual

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

15 years agoDocument the disabling of DefaultType and update terminology
Roy T. Fielding [Tue, 3 Feb 2009 20:29:55 +0000 (20:29 +0000)]
Document the disabling of DefaultType and update terminology
regarding Internet message metadata.

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

15 years agoAdjust compatibility (unix specific) and description (this is
William A. Rowe Jr [Tue, 3 Feb 2009 18:10:06 +0000 (18:10 +0000)]
Adjust compatibility (unix specific) and description (this is
apparently not FastCGI - probably a cut n paste bug).

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

15 years agomod_deflate: Fix creation of invalid Etag headers. We now make sure
Lars Eilebrecht [Mon, 2 Feb 2009 23:20:37 +0000 (23:20 +0000)]
mod_deflate: Fix creation of invalid Etag headers. We now make sure
that the Etag value is properly quoted when adding the gzip marker.
PR 39727.

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

15 years agoRemove DefaultType config. I could have sworn I did this
Roy T. Fielding [Mon, 2 Feb 2009 23:08:25 +0000 (23:08 +0000)]
Remove DefaultType config.  I could have sworn I did this
four years ago, but apparently that was just AddDefaultCharset.
PR: 13986

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

15 years agoClarify the description of what mod_charset_lite does and doesn't do
Eric Covener [Mon, 2 Feb 2009 17:11:17 +0000 (17:11 +0000)]
Clarify the description of what mod_charset_lite does and doesn't do

Submitted By: Dan Poirier
Reviwed By: covener

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

15 years agopre-translation improvements
Nilgun Belma Buguner [Mon, 2 Feb 2009 16:37:49 +0000 (16:37 +0000)]
pre-translation improvements

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

15 years agoupdate transformation
Nilgun Belma Buguner [Mon, 2 Feb 2009 04:20:58 +0000 (04:20 +0000)]
update transformation

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