]>
granicus.if.org Git - apache/log
Mladen Turk [Wed, 15 Sep 2004 18:27:08 +0000 (18:27 +0000)]
Do not set shared data from previous worker if ap_get_scoreboard_lb fails.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105156
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Wed, 15 Sep 2004 17:11:08 +0000 (17:11 +0000)]
Fix core dump on WIN32 caused by the fact that there is no way to run a
hook after ap_scoreboard_init. Since we only have a single child on
WIN32 that isn't a big problem, cause plain memory is enough. Other
platforms were not affected cause scoreboard_image is inherited from parent.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105151
13f79535 -47bb-0310-9956-
ffa450edef68
Jean-Jacques Clar [Wed, 15 Sep 2004 15:09:09 +0000 (15:09 +0000)]
Fixed race condition when cleaning a cache object from multiple thread.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105147
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Wed, 15 Sep 2004 12:20:19 +0000 (12:20 +0000)]
Fix worker retries and limit default retry timeout to 10 minutes.
Thanks to Christian von Roques for spotting that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105136
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Wed, 15 Sep 2004 12:10:36 +0000 (12:10 +0000)]
Worker shared data has to be visible across all child processes,
so remove creating that data on per-child basis.
Thanks to Christian von Roques for the patch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105135
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Wed, 15 Sep 2004 12:08:39 +0000 (12:08 +0000)]
Worker shared data has to be visible across all child processes,
so remove creating that data on per-child basis.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105134
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Wed, 15 Sep 2004 11:57:02 +0000 (11:57 +0000)]
Register output function so that core can retrieve it and set
scoreboard accordingly
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105132
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Wed, 15 Sep 2004 11:44:05 +0000 (11:44 +0000)]
* server/util.c (ap_resolve_env): Rewrite to avoid buffer overflows.
Submitted by: Andr�� Malo
Reviewed by: jorton, mjc
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105130
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 14 Sep 2004 18:54:32 +0000 (18:54 +0000)]
* modules/proxy/proxy_http.c (proxy_http_handler, proxy_http_canon):
Drop ap_ prefix, declarations and make static.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105120
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 14 Sep 2004 17:33:29 +0000 (17:33 +0000)]
* modules/proxy/proxy_ajp.c (proxy_ajp_handler): #if 0-out variable
which is only used in the #if 0'ed code in this function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105119
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Tue, 14 Sep 2004 17:29:36 +0000 (17:29 +0000)]
* modules/proxy/proxy_ajp.c (proxy_ajp_handler, proxy_ajp_canon): Drop
ap_ prefix, declarations and make static.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105118
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 13 Sep 2004 15:34:59 +0000 (15:34 +0000)]
* server/protocol.c (ap_rgetline_core): Fix off-by-one.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105113
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 13 Sep 2004 13:19:10 +0000 (13:19 +0000)]
Fix typo in previous commit.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105112
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 13 Sep 2004 13:16:32 +0000 (13:16 +0000)]
* server/core.c (default_handler): Fix the test for whether to split a
file into several buckets: it is needed regardless of whether sendfile
is enabled, and APR_HAS_LARGE_FILES is not sufficient to determine
whether sizeof(apr_off_t) is greater than sizeof(apr_off_t).
PR: 28898
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105111
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 13 Sep 2004 11:36:24 +0000 (11:36 +0000)]
Fix typo -- uri is constructed when there is no proxy in chain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105110
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 13 Sep 2004 11:30:22 +0000 (11:30 +0000)]
No need to allocate hostname on each request for
persistent connections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105109
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 13 Sep 2004 11:13:28 +0000 (11:13 +0000)]
Always use prive connection pool for allocation, and call
apr_pool_clear when the connection is closed on recycle, so
that we don't leak on persistent connections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105108
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 13 Sep 2004 11:11:32 +0000 (11:11 +0000)]
* modules/ldap/util_ldap_cache_mgr.c (util_ald_cache_display): Return
empty string on error path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105107
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 13 Sep 2004 11:02:12 +0000 (11:02 +0000)]
Oops. Do not commit private settings.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105106
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 13 Sep 2004 10:59:55 +0000 (10:59 +0000)]
* modules/ldap/util_ldap.c (util_ldap_post_config): Fix false
positives from gcc -Wformat-security.
* modules/ldap/util_ldap_cache.c (util_ldap_url_node_display): Add default
to switch to avoid uninitialised variable warnings.
* modules/ldap/util_ldap_cache_mgr.c (util_ald_create_caches): Fix to
return NULL rather than random chunk from stack on error path.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105105
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Mon, 13 Sep 2004 10:39:37 +0000 (10:39 +0000)]
* modules/proxy/ajp_msg.c (ajp_msg_dump): Cast apr_size_t to unsigned
long to avoid the warning with %lx for 32-bit size_t too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105104
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 13 Sep 2004 10:32:19 +0000 (10:32 +0000)]
Add proxy_ajp and proxy_balancer to the LoadModule list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105103
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Mon, 13 Sep 2004 10:31:25 +0000 (10:31 +0000)]
Add proxy_ajp and proxy_balancer to the build.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105102
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 12 Sep 2004 22:24:05 +0000 (22:24 +0000)]
* modules/dav/fs/lock.c (dav_fs_refresh_locks): Fix SEGV on refresh of
indirect lock.
PR: 31183
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105100
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sun, 12 Sep 2004 22:14:57 +0000 (22:14 +0000)]
* modules/dav/fs/lock.c (dav_size_indirect): Fix indirect lock record
handling on 64-bit platforms: use correct size of apr_datum_t.dsize
field.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105099
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 12 Sep 2004 20:42:52 +0000 (20:42 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105097
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 12 Sep 2004 20:40:43 +0000 (20:40 +0000)]
it should be a link
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105096
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 12 Sep 2004 17:02:31 +0000 (17:02 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105091
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 12 Sep 2004 16:59:34 +0000 (16:59 +0000)]
HTTP = Hyptertext Transfer Protocol
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105090
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sun, 12 Sep 2004 15:50:43 +0000 (15:50 +0000)]
PR: 19688
Fix incorrect (and important) comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105089
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sun, 12 Sep 2004 13:03:13 +0000 (13:03 +0000)]
update translation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105088
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 11 Sep 2004 21:35:11 +0000 (21:35 +0000)]
add Revision mark
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105083
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sat, 11 Sep 2004 19:20:46 +0000 (19:20 +0000)]
build all
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105082
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 18:54:49 +0000 (18:54 +0000)]
Something I've wish to change for years :).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105081
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 18:47:05 +0000 (18:47 +0000)]
Add ajp and balancer
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105080
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 18:46:33 +0000 (18:46 +0000)]
Initial balancer documentation. Just framework.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105079
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 18:45:31 +0000 (18:45 +0000)]
Add ajp documentation.
Mostly copied from jakarta site and translate to apache doc format
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105078
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 17:14:49 +0000 (17:14 +0000)]
Add more comments to the code -- No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105077
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sat, 11 Sep 2004 16:43:26 +0000 (16:43 +0000)]
The functionality is in mod_authz_host module in 2.1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105076
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 16:39:38 +0000 (16:39 +0000)]
Add more comments to the code -- No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105075
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 11 Sep 2004 11:00:32 +0000 (11:00 +0000)]
Tidying loose ends.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105074
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 10:50:05 +0000 (10:50 +0000)]
Use worker as a parameter for connection_constructor.
When min connections is greater then zero connstructor is
called when the reslist is created.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105073
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Sat, 11 Sep 2004 10:45:06 +0000 (10:45 +0000)]
Add #if APR_HAS_MMAP to fix for non-MMAPing platforms.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105072
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Sat, 11 Sep 2004 09:57:12 +0000 (09:57 +0000)]
Fix format string warnings in proxy_ajp on 64-bit platforms:
* modules/proxy/ajp_header.c (ajp_send_data_msg): Use
APR_SIZE_T_FMT.
* modules/proxy/ajp_link.c (ajp_ilink_receive): Don't pass
\n to ap_log_error; do use APR_SIZE_T_FMT.
* modules/proxy/ajp_msg.c (ajp_msg_dump, ajp_msg_check_header,
ajp_msg_copy): Use APR_SIZE_T_FMT.
(ajp_log_overflow): New function.
(ajp_msg_{append,peek,get}_*): Use it.
* modules/proxy/proxy_ajp.c (ap_proxy_ajp_request): Use
APR_SIZE_T_FMT.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105071
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 09:31:10 +0000 (09:31 +0000)]
Do not add forward proxy to other proxies. Use new function to
create the worker that isn't by default added to the list of other workers.
This enalbles mixing forward and reverse proxy functionality on the same box.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105070
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 09:12:26 +0000 (09:12 +0000)]
Remove the unused close_connection function.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105069
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Sat, 11 Sep 2004 09:08:00 +0000 (09:08 +0000)]
Make sure that the connection pool cleanup is called before
the reslist is destroyed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105068
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Fri, 10 Sep 2004 18:55:23 +0000 (18:55 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105066
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 10 Sep 2004 18:47:55 +0000 (18:47 +0000)]
Initialize the forward proxy worker too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105065
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 10 Sep 2004 18:29:16 +0000 (18:29 +0000)]
Just like for balancers initialize the workers on post_config
instead on first request to skip the race condition.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105064
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 10 Sep 2004 18:25:54 +0000 (18:25 +0000)]
Initialize the balancer on child_init instead on first request to skip
the race condition.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105063
13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Fri, 10 Sep 2004 16:17:15 +0000 (16:17 +0000)]
Entering mod_filter and documentation, as previously discussed on dev@httpd.
Please test-drive in time for 2.2. Currently compatible with 2.0 and up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105062
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 10 Sep 2004 14:49:38 +0000 (14:49 +0000)]
Include unistd.h for getpid.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105061
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 10 Sep 2004 14:48:20 +0000 (14:48 +0000)]
Fix compile time warnings (logging pointer and unused var).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105060
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 10 Sep 2004 14:32:11 +0000 (14:32 +0000)]
Remove the proxy_conn_cleanup. The socket will be closed
when the pool is cleared or destroyed by it's own cleanup routine.
Also skip clearing sockets if the workers pool is destroyed, cause
the pool might already be destroyed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105059
13f79535 -47bb-0310-9956-
ffa450edef68
Joe Orton [Fri, 10 Sep 2004 09:21:31 +0000 (09:21 +0000)]
MaxSpareServers cannot be equal to MinSpareServers.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105058
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Fri, 10 Sep 2004 08:16:25 +0000 (08:16 +0000)]
Move the shared scoreboard data initization to the balancer module.
The initialization is done like for the worker, on first request.
This is done because during config phase we don't have a scoreboard
to allocate from. Thanks to Chritian von Roques for spotting that.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105057
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 19:57:29 +0000 (19:57 +0000)]
Remove unneeded variable. No functional change.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105056
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 19:56:30 +0000 (19:56 +0000)]
Add function protos so that -Wmissing-declarations doesn't complain.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105055
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 19:55:24 +0000 (19:55 +0000)]
Fix typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105054
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Thu, 9 Sep 2004 19:50:26 +0000 (19:50 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105053
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 16:22:23 +0000 (16:22 +0000)]
If any of steps return status != OK close the connection
and call the proxy_http_cleanup.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105051
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 16:14:41 +0000 (16:14 +0000)]
Make sure that the status is not overwritten.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105050
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 9 Sep 2004 15:54:50 +0000 (15:54 +0000)]
spellcheck
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105049
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 13:51:08 +0000 (13:51 +0000)]
First try the reverse proxies. If there is no worker defined for
requested uri use the forward worker, but only for PROXYREQ_PROXY
requests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105048
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 13:15:40 +0000 (13:15 +0000)]
Add PROXY_WORKER_IGNORE_ERRORS flags that
disables puting the entire worker in retry mode, cause
for forward workers the remote is not fixed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105047
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 13:03:06 +0000 (13:03 +0000)]
Add sockaddr to proxy_conn_rec. Using the workers address
is unsafe for forward proxy workers, cause unlike reverse
proxies the forward can have each connection with different
remote address.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105046
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 10:26:29 +0000 (10:26 +0000)]
Use forward worker for all PROXYREQ_PROXY requests.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105045
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 10:24:27 +0000 (10:24 +0000)]
Add 'default' foward proxy worker to the proxy_server_conf.
Forward worker is constructed on ProxyRequests directive
with sceme and host equals '*', meaning all.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105044
13f79535 -47bb-0310-9956-
ffa450edef68
Mladen Turk [Thu, 9 Sep 2004 10:22:19 +0000 (10:22 +0000)]
Add 'default' foward proxy worker to the proxy_server_conf.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105043
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Thu, 9 Sep 2004 06:17:29 +0000 (06:17 +0000)]
Forward port typo fix from 2.0.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105042
13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 8 Sep 2004 14:50:31 +0000 (14:50 +0000)]
document a problem with AIX native compiler and Apache 2+,
and describe how to avoid it
PR: 30487
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105038
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Wed, 8 Sep 2004 10:34:28 +0000 (10:34 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105030
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Wed, 8 Sep 2004 06:13:54 +0000 (06:13 +0000)]
The domain name example1.com actually exists and is NOT one of the
example domain names reserved in RFC2606.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105029
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Tue, 7 Sep 2004 06:05:34 +0000 (06:05 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105027
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 7 Sep 2004 02:28:16 +0000 (02:28 +0000)]
Grammar police.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105020
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Tue, 7 Sep 2004 00:13:40 +0000 (00:13 +0000)]
Grammar police.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105019
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 17:17:40 +0000 (17:17 +0000)]
use language designtated maf base urls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105016
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 16:04:29 +0000 (16:04 +0000)]
clean up
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105012
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 16:01:20 +0000 (16:01 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105010
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 15:59:25 +0000 (15:59 +0000)]
faster build of more than one offline package
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105008
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 15:06:56 +0000 (15:06 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105005
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 15:03:08 +0000 (15:03 +0000)]
maf and zip don't differ that much. Let's create just one package for both
purposes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105004
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 5 Sep 2004 14:10:58 +0000 (14:10 +0000)]
Echo a warning from configure if you select an
experimental MPM.
Reviewed by: Jeff Trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105003
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 12:10:59 +0000 (12:10 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105002
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 5 Sep 2004 07:19:08 +0000 (07:19 +0000)]
mod_info: Added all Standard Hooks to the Hook Listing.
mod_info now has two sections, 'Startup Hooks' and 'Request Hooks'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105001
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 5 Sep 2004 06:35:32 +0000 (06:35 +0000)]
fix XHTML 1.0 Validation Errors.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105000
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 5 Sep 2004 05:48:32 +0000 (05:48 +0000)]
mod_info: Added ?hooks. Now outputs XHTML. Added more build info.
updated mod_info docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104999
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 5 Sep 2004 05:01:40 +0000 (05:01 +0000)]
Clean up STATUS.
All readme files are gone.
mod_example.xml and mod_status.xml are updated.
custom_errordocs is gone.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104998
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 5 Sep 2004 04:16:33 +0000 (04:16 +0000)]
The functionality is provided by mod_authz_host in 2.1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104997
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 03:54:21 +0000 (03:54 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104996
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 03:35:23 +0000 (03:35 +0000)]
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104993
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 03:34:07 +0000 (03:34 +0000)]
better google search selector
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104992
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 5 Sep 2004 02:57:06 +0000 (02:57 +0000)]
Update translation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104990
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 02:46:30 +0000 (02:46 +0000)]
build bootstrap
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104988
13f79535 -47bb-0310-9956-
ffa450edef68
André Malo [Sun, 5 Sep 2004 02:34:37 +0000 (02:34 +0000)]
add style support for konqueror web archive (war) and mozilla archive format
(maf)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104984
13f79535 -47bb-0310-9956-
ffa450edef68
Yoshiki Hayashi [Sun, 5 Sep 2004 02:32:01 +0000 (02:32 +0000)]
Forward port changes from 2.0. <code> mark up change and whitespace changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104983
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 5 Sep 2004 02:11:16 +0000 (02:11 +0000)]
Remove the use of sprintf.
Cleanup the history parts at the top of mod_info.c
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104981
13f79535 -47bb-0310-9956-
ffa450edef68
Paul Querna [Sun, 5 Sep 2004 01:43:03 +0000 (01:43 +0000)]
No Functional Changes to mod_info.
This is purely a style cleanup for mod_info.
I plan on making more functional changes later.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104980
13f79535 -47bb-0310-9956-
ffa450edef68
Astrid Malo [Sat, 4 Sep 2004 23:14:44 +0000 (23:14 +0000)]
these translations are still up-to-date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104975
13f79535 -47bb-0310-9956-
ffa450edef68