]>
granicus.if.org Git - apache/log
Eric Covener [Sat, 12 Mar 2011 12:02:40 +0000 (12:02 +0000)]
avoid apr_ldap_rebind_{add,remove} when referral chasing is turned off
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080922 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 12 Mar 2011 07:44:03 +0000 (07:44 +0000)]
NetWare build overhaul in order to compile on Linux.
Added rule for generated .c file to workaround a strange build
issue on Linux where the file could not be found through vpath.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080885 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 12 Mar 2011 01:20:18 +0000 (01:20 +0000)]
Update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080835 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Sat, 12 Mar 2011 01:15:28 +0000 (01:15 +0000)]
mod_cache: Make CacheEnable and CacheDisable configurable per
directory in addition to per server, making them work from within
a LocationMatch.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080834 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 12 Mar 2011 00:35:39 +0000 (00:35 +0000)]
fix some grammar mistakes, mostly in comments
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080821 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 11 Mar 2011 22:16:16 +0000 (22:16 +0000)]
Ensure that ap_server_conf always points to valid data or is NULL.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080784 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 11 Mar 2011 20:30:42 +0000 (20:30 +0000)]
I see no getpid() or other requirement for process.h here.
(the include of process.h was added in r1025496)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080752 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 11 Mar 2011 18:47:15 +0000 (18:47 +0000)]
NetWare build overhaul in order to compile on Linux.
Some more build fixes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080725 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Fri, 11 Mar 2011 05:09:48 +0000 (05:09 +0000)]
NetWare build overhaul in order to compile on Linux.
Small build output fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080454 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 10 Mar 2011 17:22:42 +0000 (17:22 +0000)]
Moves the DocumentRoot declaration down to immediately above the
<Directory $document_root> block, so that they are clearly related to
one another, rather than having to have the comment referring back up 20
lines.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080291 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 10 Mar 2011 17:18:40 +0000 (17:18 +0000)]
igalic reminded me that AllowOverride now defaults to none, and Options
now defaults to FollowSymlinks, so simplify this entire section and thus
reduce the chance that people will tinker with it. Remove scary warning.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080290 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Thu, 10 Mar 2011 16:52:42 +0000 (16:52 +0000)]
Fix brokeness... Thx Rüdiger Plüm
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080276 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 10 Mar 2011 02:41:19 +0000 (02:41 +0000)]
Warn the server admin not to relax the security of <Directory />
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080111 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Thu, 10 Mar 2011 02:33:56 +0000 (02:33 +0000)]
Adds the simplified chinese translation to the default manual
configuration file.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080109 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 9 Mar 2011 23:31:22 +0000 (23:31 +0000)]
Added mod_socache_memcache to NetWare build.
Submitted by normw gknw.net.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080058 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 9 Mar 2011 22:42:19 +0000 (22:42 +0000)]
Removed wrong imports / modules from NetWare sochache makefiles.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1080045 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 9 Mar 2011 17:26:27 +0000 (17:26 +0000)]
NetWare build overhaul in order to compile on Linux.
Some more fixes ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079902 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 9 Mar 2011 03:29:12 +0000 (03:29 +0000)]
NetWare build overhaul in order to compile on Linux.
Some more fixes ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079653 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Wed, 9 Mar 2011 00:19:31 +0000 (00:19 +0000)]
NetWare build overhaul in order to compile on Linux.
Some more fixes ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079614 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 8 Mar 2011 18:59:02 +0000 (18:59 +0000)]
NetWare build overhaul in order to compile on Linux.
Removed absolute paths to imp files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079487 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 8 Mar 2011 18:17:07 +0000 (18:17 +0000)]
NetWare build overhaul in order to compile on Linux.
More fixes ...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079463 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 8 Mar 2011 17:17:41 +0000 (17:17 +0000)]
NetWare build overhaul in order to compile on Linux.
Fixed some more paths and typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079442 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 8 Mar 2011 16:11:33 +0000 (16:11 +0000)]
NetWare build overhaul in order to compile on Linux.
Fixed error with sed replacement.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079410 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Tue, 8 Mar 2011 16:04:40 +0000 (16:04 +0000)]
NetWare build overhaul in order to compile on Linux.
Take 1.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1079407 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 7 Mar 2011 20:48:28 +0000 (20:48 +0000)]
split the Authorization entry into separate
users vs. developers sections.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078939 13f79535 -47bb-0310-9956-
ffa450edef68
Rainer Jung [Mon, 7 Mar 2011 19:16:01 +0000 (19:16 +0000)]
Fiy typo in docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078897 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 7 Mar 2011 14:52:00 +0000 (14:52 +0000)]
xforms for <if
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078795 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Mon, 7 Mar 2011 14:34:31 +0000 (14:34 +0000)]
mention <if> in new_features for 2.3/2.4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078782 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Mon, 7 Mar 2011 13:40:04 +0000 (13:40 +0000)]
Note release date
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078775 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 5 Mar 2011 17:30:46 +0000 (17:30 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078314 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 5 Mar 2011 13:36:09 +0000 (13:36 +0000)]
worker, event, prefork: Correct several issues when built as
DSOs; most notably, the scoreboard was reinitialized during graceful
restart, such that processes of the previous generation were not
observable.
Other noticeable ones:
* the generation number did not increment properly
* worker's check-config hook didn't detect startup properly,
so messages about inconsistent directives could have been sent
to the wrong place
max_daemons_limit wasn't tracked across restart, but as the scoreboard
was always cleared this was a non-issue.
Reinitialization of idle_spawn_rate, hold_off_on_exponential_spawning,
and maxclients-message-reported may or may not have been features,
but the big picture is that the behaviour shouldn't have differed.
These changes should have been part of r758185.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078286 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 5 Mar 2011 13:09:12 +0000 (13:09 +0000)]
zap needless reinitialization of is_graceful on the 2nd
call of the open-logs hook
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078285 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 4 Mar 2011 22:12:21 +0000 (22:12 +0000)]
sanity check use of volatile in prefork, worker, and event
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078170 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 4 Mar 2011 19:07:22 +0000 (19:07 +0000)]
mod_cache_disk: Prevent a segfault should we receive a further bucket after
we have committed the cached entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078104 13f79535 -47bb-0310-9956-
ffa450edef68
Daniel Earl Poirier [Fri, 4 Mar 2011 18:58:38 +0000 (18:58 +0000)]
instdso.sh: HP-UX's native 'install' apparently is not compatible
enough with BSD install to use here, fall back to just using 'cp'.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078101 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 4 Mar 2011 18:40:22 +0000 (18:40 +0000)]
xform for new mod_proxy_fcgi envvar
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078095 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 4 Mar 2011 18:31:17 +0000 (18:31 +0000)]
Fix/workaround for BUGZ PR 50851.
By default, mod_proxy_fcgi with not create PATH_INFO, unless
specifically told to.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078089 13f79535 -47bb-0310-9956-
ffa450edef68
Graham Leggett [Fri, 4 Mar 2011 18:11:32 +0000 (18:11 +0000)]
mod_cache_disk: Only attempt to commit to the initialisation if the attempt
to open the cache file was successful.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1078083 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Mar 2011 22:43:53 +0000 (22:43 +0000)]
spelling fix in a comment
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076859 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Mar 2011 18:37:41 +0000 (18:37 +0000)]
event: child_main() never returns, so remove some dead code after
one of the calls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076718 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 3 Mar 2011 13:16:14 +0000 (13:16 +0000)]
worker: child_main() never returns, so remove some dead code after
one of the calls
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076614 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Thu, 3 Mar 2011 00:01:03 +0000 (00:01 +0000)]
Build mod_authn_socache on same terms as other authn modules
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076461 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 2 Mar 2011 23:17:22 +0000 (23:17 +0000)]
prefork in ONE_PROCESS mode:
child_main() called clean_child_exit() in almost all paths,
and returned to the caller in one infrequent path; just
call clean_child_exit() always
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076454 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 2 Mar 2011 21:16:57 +0000 (21:16 +0000)]
prefork: store pid in scoreboard for ONE_PROCESS mode
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076382 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 20:58:28 +0000 (20:58 +0000)]
More new feature goodness
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076021 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 1 Mar 2011 19:57:46 +0000 (19:57 +0000)]
update transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1076003 13f79535 -47bb-0310-9956-
ffa450edef68
Nilgun Belma Buguner [Tue, 1 Mar 2011 19:56:49 +0000 (19:56 +0000)]
update for sync with English docs.
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@
1076002 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 17:06:22 +0000 (17:06 +0000)]
And roll onto 2.3.12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075924 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 17:03:59 +0000 (17:03 +0000)]
Ready to tag 2.3.11 as beta!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075919 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 1 Mar 2011 16:18:40 +0000 (16:18 +0000)]
Update doccos and xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075880 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 1 Mar 2011 09:35:59 +0000 (09:35 +0000)]
Remove references to modules that don't and won't have their own pages!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075749 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 1 Mar 2011 02:42:13 +0000 (02:42 +0000)]
Document socache and fix the TODO in authn_socache docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075625 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Kew [Tue, 1 Mar 2011 00:59:42 +0000 (00:59 +0000)]
Fix typos leading to broken links!
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075602 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sun, 27 Feb 2011 14:38:17 +0000 (14:38 +0000)]
axe some useless or debug-inhibiting error checking
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1075064 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Sat, 26 Feb 2011 19:50:10 +0000 (19:50 +0000)]
no docs should only be a blocker for GA
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074912 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sat, 26 Feb 2011 17:20:56 +0000 (17:20 +0000)]
Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074883 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Sat, 26 Feb 2011 15:32:01 +0000 (15:32 +0000)]
fix some logging calls to include the server_rec
(and even the conn_rec in a couple of places)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074871 13f79535 -47bb-0310-9956-
ffa450edef68
Guenter Knauf [Sat, 26 Feb 2011 09:34:47 +0000 (09:34 +0000)]
Axed C++ comments and tabs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074809 13f79535 -47bb-0310-9956-
ffa450edef68
Philip M. Gollucci [Sat, 26 Feb 2011 02:14:15 +0000 (02:14 +0000)]
'votes'
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074778 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Fri, 25 Feb 2011 18:25:57 +0000 (18:25 +0000)]
fix function name in log text
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074659 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 25 Feb 2011 14:13:07 +0000 (14:13 +0000)]
We are going for beta
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1074527 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 23 Feb 2011 13:41:38 +0000 (13:41 +0000)]
Document mod_proxy work... userland changes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073741 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Wed, 23 Feb 2011 13:03:58 +0000 (13:03 +0000)]
protect one-off boundary
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073728 13f79535 -47bb-0310-9956-
ffa450edef68
Eric Covener [Wed, 23 Feb 2011 04:26:06 +0000 (04:26 +0000)]
captures of THE_REQUEST are still escaped however the browser sent the request,
ulike most REQUEST_* variables. PR#50758
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073591 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 22 Feb 2011 23:20:23 +0000 (23:20 +0000)]
update xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073544 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Tue, 22 Feb 2011 23:17:50 +0000 (23:17 +0000)]
Add some links and bits to the ap_expr docs
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073543 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Tue, 22 Feb 2011 21:43:44 +0000 (21:43 +0000)]
Be at least somewhat more RESTful... Use POST for changing stuff.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1073520 13f79535 -47bb-0310-9956-
ffa450edef68
Lucien Gentis [Sun, 20 Feb 2011 12:21:54 +0000 (12:21 +0000)]
Updates
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072572 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Fri, 18 Feb 2011 21:27:12 +0000 (21:27 +0000)]
Actually check for APU_HAVE_CRYPTO at configure time. This fixes a compile
error with apr 2 if crypto is disabled.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072155 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 18 Feb 2011 18:40:31 +0000 (18:40 +0000)]
Expose "new" ap_parse_form_data() function instead of requiring
mod_request for any module that may want to parse form data...
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072099 13f79535 -47bb-0310-9956-
ffa450edef68
Jim Jagielski [Fri, 18 Feb 2011 18:40:25 +0000 (18:40 +0000)]
No longer depend on how fork() works when laying out segments...
function pointers in shm are... nasty ;)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1072098 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Thu, 17 Feb 2011 21:19:16 +0000 (21:19 +0000)]
spelling fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071794 13f79535 -47bb-0310-9956-
ffa450edef68
Stefan Fritsch [Wed, 16 Feb 2011 22:38:52 +0000 (22:38 +0000)]
Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries,
which is the default for the gold linker.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071426 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:25:03 +0000 (12:25 +0000)]
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071223 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:20:51 +0000 (12:20 +0000)]
I think I got the last of the "Allow from" and "Deny from" syntax, and
replaced it with the new access control syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071222 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:19:59 +0000 (12:19 +0000)]
Removes more instances of 'allow from' and 'deny from' syntax. I think
that's the last of them.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071221 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:11:41 +0000 (12:11 +0000)]
Removes another instance of the "Allow from all" syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071218 13f79535 -47bb-0310-9956-
ffa450edef68
Jeff Trawick [Wed, 16 Feb 2011 12:11:28 +0000 (12:11 +0000)]
ap_main_state and ap_run_mode should be marked "extern"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071217 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Wed, 16 Feb 2011 12:06:43 +0000 (12:06 +0000)]
Whitespace and small phrasing changes.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1071215 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 16:13:20 +0000 (16:13 +0000)]
Note of a good place to get content for overhauling the SSL howto
document.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070952 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:26:18 +0000 (14:26 +0000)]
I don't think we want to encourage people to use _default_. It's
confusing, and hardly ever the right solution.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070919 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:25:03 +0000 (14:25 +0000)]
Rebuild transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070918 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:23:40 +0000 (14:23 +0000)]
People come to the SSL docs primarily for advice on getting SSL working.
Arrange the TOC accordingly, and remove condescending introductory quote
and meaningless paragraph.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070915 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:08:36 +0000 (14:08 +0000)]
Note to self: Look through the docs for examples using Order, Deny,
Allow, and convert them to the new Require syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070910 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:05:27 +0000 (14:05 +0000)]
Rebuild quickreference file with typo fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070908 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:05:08 +0000 (14:05 +0000)]
Fix XML error. Rebuild access howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070907 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 14:01:09 +0000 (14:01 +0000)]
Typo correction as per tid50766
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070904 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:55:18 +0000 (13:55 +0000)]
Remove another mention of allow, deny, and order, and add a warning
about their use.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070899 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:44:53 +0000 (13:44 +0000)]
More transformation rebuilding.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070895 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:43:47 +0000 (13:43 +0000)]
Capitalization consistent with the rest of this page.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070894 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:43:24 +0000 (13:43 +0000)]
Rebuild html transformations.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070893 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:42:08 +0000 (13:42 +0000)]
Links to access control howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070891 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:39:40 +0000 (13:39 +0000)]
Expand the name of the "Binding" document, which seems frequently
misunderstood or overlooked.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070889 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:34:49 +0000 (13:34 +0000)]
Rebuild html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070887 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:33:24 +0000 (13:33 +0000)]
Link to expr.html for more details on expression syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070886 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 13:15:42 +0000 (13:15 +0000)]
Small improvements in phrasing of the access control doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070881 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 12:52:47 +0000 (12:52 +0000)]
Rebulds transformation, adding simplified chinese translation documents.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070871 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 12:46:52 +0000 (12:46 +0000)]
Adds simplified Chinese translation to httpd trunk docs. Via
dongsheng@apache.org (see tid 50767)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070870 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 12:15:49 +0000 (12:15 +0000)]
Rebuild documents from xml, including new access control howto.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070862 13f79535 -47bb-0310-9956-
ffa450edef68
Rich Bowen [Tue, 15 Feb 2011 12:13:54 +0000 (12:13 +0000)]
Updates the access control howto for trunk. Could use a lot more
examples. The expression doc could use examples, too.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1070859 13f79535 -47bb-0310-9956-
ffa450edef68