]> granicus.if.org Git - apache/log
apache
14 years agoadded watchdog module to NetWare internal module list.
Guenter Knauf [Tue, 1 Dec 2009 14:51:47 +0000 (14:51 +0000)]
added watchdog module to NetWare internal module list.

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

14 years agofixed pcre NetWare makefile var.
Guenter Knauf [Tue, 1 Dec 2009 14:49:58 +0000 (14:49 +0000)]
fixed pcre NetWare makefile var.

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

14 years agomore NetWare makefile fixes and cleanups.
Guenter Knauf [Tue, 1 Dec 2009 14:42:26 +0000 (14:42 +0000)]
more NetWare makefile fixes and cleanups.

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

14 years agofixed NetWare proxy export list;
Guenter Knauf [Tue, 1 Dec 2009 14:24:27 +0000 (14:24 +0000)]
fixed NetWare proxy export list;
only build mod_serf if we have zlib.

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

14 years agoRevert nonsense I introduced in r885689; solve cl test correctly
William A. Rowe Jr [Tue, 1 Dec 2009 08:59:41 +0000 (08:59 +0000)]
Revert nonsense I introduced in r885689; solve cl test correctly

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

14 years agoElaborate on low hanging XXX fruit
William A. Rowe Jr [Tue, 1 Dec 2009 08:44:11 +0000 (08:44 +0000)]
Elaborate on low hanging XXX fruit

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

14 years agoAdd mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>
William A. Rowe Jr [Tue, 1 Dec 2009 02:24:31 +0000 (02:24 +0000)]
Add mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>

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

14 years agoAdd mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>
William A. Rowe Jr [Tue, 1 Dec 2009 02:22:54 +0000 (02:22 +0000)]
Add mod_proxy_scgi; PR 48303; Submitted by: Gregg L. Smith <lists glewis.com>

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

14 years agoRpm package: pass the HTTPD_LANG variable to the httpd process in line
Graham Leggett [Mon, 30 Nov 2009 22:53:43 +0000 (22:53 +0000)]
Rpm package: pass the HTTPD_LANG variable to the httpd process in line
with Fedora. Remove the use of the apachectl script, as a script calling
another script makes no sense. Test for the pidfile specifically, so
that Redhat's scripts don't fall back to using pidof and returning the
status of other httpd processes running on the same box.

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

14 years agoupdate transformation
André Malo [Sun, 29 Nov 2009 23:34:43 +0000 (23:34 +0000)]
update transformation

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

14 years agoblock setting debug level if AP_LDAP_OPT_DEBUG is not defined.
Guenter Knauf [Sun, 29 Nov 2009 22:23:26 +0000 (22:23 +0000)]
block setting debug level if AP_LDAP_OPT_DEBUG is not defined.

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

14 years agoLittle typo.
Lucien Gentis [Sun, 29 Nov 2009 15:55:07 +0000 (15:55 +0000)]
Little typo.

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

14 years agoUpdates for french translations and small typos for manual/mod/mod_reqtimeout.xml.
Lucien Gentis [Sat, 28 Nov 2009 17:50:47 +0000 (17:50 +0000)]
Updates for french translations and small typos for manual/mod/mod_reqtimeout.xml.

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

14 years agoMoves the rewrite portion of the mass vhosts doc into the rewrite doc
Rich Bowen [Fri, 27 Nov 2009 19:09:14 +0000 (19:09 +0000)]
Moves the rewrite portion of the mass vhosts doc into the rewrite doc
tree. We don't actually want to encourage people to use mod_rewrite for
this anyways.

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

14 years agoReplaces the two-step process with a single rule using the RewriteCond
Rich Bowen [Fri, 27 Nov 2009 18:27:26 +0000 (18:27 +0000)]
Replaces the two-step process with a single rule using the RewriteCond
backreference. This technique is far simpler, and far easier to explain
to beginners than the unnecessarily complicated technique used.

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

14 years agoOther minor cosmetic changes.
Rich Bowen [Fri, 27 Nov 2009 18:10:47 +0000 (18:10 +0000)]
Other minor cosmetic changes.

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

14 years agoIt appears that the mass vhosts document need a lot more love than I
Rich Bowen [Fri, 27 Nov 2009 17:53:33 +0000 (17:53 +0000)]
It appears that the mass vhosts document need a lot more love than I
initially thought. No wonder people are confused about this topic.

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

14 years agoAdds links to the other new documents.
Rich Bowen [Fri, 27 Nov 2009 17:45:19 +0000 (17:45 +0000)]
Adds links to the other new documents.

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

14 years agoClarifying some of the phrasing, and removing some of the chattiness
Rich Bowen [Fri, 27 Nov 2009 17:35:47 +0000 (17:35 +0000)]
Clarifying some of the phrasing, and removing some of the chattiness
from the example itself. Will eventually remove duplication between this
doc and the rewrite/vhosts.xml doc.

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

14 years agosync to CHANGES to 2.3.4/2.3.5
Paul Querna [Wed, 25 Nov 2009 22:35:45 +0000 (22:35 +0000)]
sync to CHANGES to 2.3.4/2.3.5

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

14 years agoroll on to 2.3.5-dev
Paul Querna [Wed, 25 Nov 2009 22:21:45 +0000 (22:21 +0000)]
roll on to 2.3.5-dev

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

14 years agoprepare for 2.3.4 tag
Paul Querna [Wed, 25 Nov 2009 22:20:30 +0000 (22:20 +0000)]
prepare for 2.3.4 tag

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

14 years agoupdate generate docs
Jeff Trawick [Tue, 24 Nov 2009 21:24:27 +0000 (21:24 +0000)]
update generate docs

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

14 years agoremove SSLMutex documentation
Jeff Trawick [Tue, 24 Nov 2009 21:22:15 +0000 (21:22 +0000)]
remove SSLMutex documentation

update the session cache description to indicate that the ssl cache mutex is used
to serialize access, and that the mutex can be configured using the Mutex directive

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

14 years agogenerated doc updates
Jeff Trawick [Tue, 24 Nov 2009 21:10:49 +0000 (21:10 +0000)]
generated doc updates

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

14 years agomove a couple of special warnings for SysV sems and Posix sems out of the
Jeff Trawick [Tue, 24 Nov 2009 21:08:37 +0000 (21:08 +0000)]
move a couple of special warnings for SysV sems and Posix sems out of the
performance tuning guide and into the common Mutex documentation; remove the
other (duplicate) information from that guide and instead point to the Mutex
directive

mpm_common: axe docs for old accept mutex directives

worker and prefork: axe links to old accept mutex directives, mention the use
of the accept mutex and how it can be configured

event: axe links to old mutex directives where were already N/A

mod_rewrite: axe old RewriteLock directive, mention use of the rewrite map
mutex for RewriteMap programs and how it can be configured

fix other miscellaneous LockFile or AcceptMutex references

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

14 years agonon-static directive parsers should be AP_DECLARE_NONSTD()
Jeff Trawick [Tue, 24 Nov 2009 20:32:42 +0000 (20:32 +0000)]
non-static directive parsers should be AP_DECLARE_NONSTD()

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

14 years agofix the "fix" in r883816
Jeff Trawick [Tue, 24 Nov 2009 20:30:00 +0000 (20:30 +0000)]
fix the "fix" in r883816

internal function ap_set_mutex() should be AP_DECLARE_NONSTD()
like our other directive parsers

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

14 years agofix Win32 compile failure in r883540, reported by Gregg Smith
Jeff Trawick [Tue, 24 Nov 2009 19:28:34 +0000 (19:28 +0000)]
fix Win32 compile failure in r883540, reported by Gregg Smith

DEFAULT_REL_RUNTIMEDIR defined only in mpm_default.h for
NetWare and dsp-based Win32 builds

mpm_default.h not in normal include path on Unix

thus, hardcode "logs" directory when DEFAULT_REL_RUNTIMEDIR
isn't defined

(file-based mutexes aren't configurable for those platforms anyway)

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

14 years agofix Win32 compile failure in r883540, reported by Gregg Smith
Jeff Trawick [Tue, 24 Nov 2009 19:06:16 +0000 (19:06 +0000)]
fix Win32 compile failure in r883540, reported by Gregg Smith

(on Win32, external APIs use one calling convention while directive
parsers use a different one)

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

14 years agofix Win32 compile failure in r883540, reported by Gregg Smith
Jeff Trawick [Tue, 24 Nov 2009 17:55:37 +0000 (17:55 +0000)]
fix Win32 compile failure in r883540, reported by Gregg Smith

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

14 years agodocument the new Mutex directive, pulling in any existing special considerations...
Jeff Trawick [Tue, 24 Nov 2009 14:54:03 +0000 (14:54 +0000)]
document the new Mutex directive, pulling in any existing special considerations described in the
documentation of the old LockFile, AcceptMutex, RewriteLock, and SSLMutex directives

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

14 years agotweaks to r883540:
Jeff Trawick [Tue, 24 Nov 2009 14:47:55 +0000 (14:47 +0000)]
tweaks to r883540:
  watchdog: use better mutex type name
  ldap/digest: use same FOO_mutex_type variable name as other modules
    for easier searching

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

14 years agofix recognition of the Mutex directive (problem in r883540)
Jeff Trawick [Tue, 24 Nov 2009 01:52:13 +0000 (01:52 +0000)]
fix recognition of the Mutex directive (problem in r883540)

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

14 years agoReplace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
Jeff Trawick [Mon, 23 Nov 2009 23:17:51 +0000 (23:17 +0000)]
Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,
and WatchdogMutexPath with a single Mutex directive.  Add APIs to
simplify setup and user customization of APR proc and global mutexes.
(See util_mutex.h.)  Build-time setting DEFAULT_LOCKFILE is no longer
respected; set DEFAULT_REL_RUNTIMEDIR instead.

Some existing modules, such as mod_ldap and mod_auth_digest gain
configurability for their mutexes.

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

14 years agoKeepAlive no longer accepts other than On|Off.
Takashi Sato [Sun, 22 Nov 2009 14:30:50 +0000 (14:30 +0000)]
KeepAlive no longer accepts other than On|Off.

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

14 years agoUpdates.
Lucien Gentis [Sun, 22 Nov 2009 12:52:25 +0000 (12:52 +0000)]
Updates.

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

14 years agocontinue clarification of RewriteBase, lots of users who install little
Eric Covener [Sun, 22 Nov 2009 01:38:59 +0000 (01:38 +0000)]
continue clarification of RewriteBase, lots of users who install little
PHP apps with an Alias a) leave off RewriteBase then b) add the filesystem
path instead of the URL-path then c) spend hours trying to debug
the RewriteRules themselves.

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

14 years agoupdate transformation
André Malo [Sat, 21 Nov 2009 21:32:13 +0000 (21:32 +0000)]
update transformation

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

14 years agofix config context tokens
André Malo [Sat, 21 Nov 2009 21:27:08 +0000 (21:27 +0000)]
fix config context tokens

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

14 years agofix validity problems
André Malo [Sat, 21 Nov 2009 21:16:25 +0000 (21:16 +0000)]
fix validity problems

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

14 years agosvn:eol-style = native
André Malo [Sat, 21 Nov 2009 21:04:08 +0000 (21:04 +0000)]
svn:eol-style = native

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

14 years agoautomatically replace LastChangedRevision
André Malo [Sat, 21 Nov 2009 21:00:44 +0000 (21:00 +0000)]
automatically replace LastChangedRevision

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

14 years agoCorrect error. Patch from Lucien Gentis.
Rich Bowen [Sat, 21 Nov 2009 17:33:31 +0000 (17:33 +0000)]
Correct error. Patch from Lucien Gentis.

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

14 years agofix typo in AcceptFilter-related comment
Jeff Trawick [Sat, 21 Nov 2009 17:25:17 +0000 (17:25 +0000)]
fix typo in AcceptFilter-related comment

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

14 years agoremove dead code related to the accept mutex
Jeff Trawick [Sat, 21 Nov 2009 17:18:39 +0000 (17:18 +0000)]
remove dead code related to the accept mutex

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

14 years agoaxe some vestiges of Event's accept mutex
Jeff Trawick [Sat, 21 Nov 2009 16:38:59 +0000 (16:38 +0000)]
axe some vestiges of Event's accept mutex

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

14 years agoStarts on the vhosts document. Need to eliminate duplication with the
Rich Bowen [Sat, 21 Nov 2009 00:27:17 +0000 (00:27 +0000)]
Starts on the vhosts document. Need to eliminate duplication with the
main /docs/vhosts/mass.html doc.

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

14 years agoAdds vhosts and proxy docs, and updates the seealso sections in
Rich Bowen [Sat, 21 Nov 2009 00:24:21 +0000 (00:24 +0000)]
Adds vhosts and proxy docs, and updates the seealso sections in
everything. proxy only has one rule in it, and vhosts is empty. Will fix
that soon.

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

14 years agoAdds a 'rewrite everything' or 'fallback resource' rule.
Rich Bowen [Sat, 21 Nov 2009 00:07:26 +0000 (00:07 +0000)]
Adds a 'rewrite everything' or 'fallback resource' rule.

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

14 years agofixed NetWare objects output directory naming take 2.
Guenter Knauf [Fri, 20 Nov 2009 10:10:28 +0000 (10:10 +0000)]
fixed NetWare objects output directory naming take 2.

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

14 years agofixed NetWare objects output directory naming.
Guenter Knauf [Fri, 20 Nov 2009 10:06:05 +0000 (10:06 +0000)]
fixed NetWare objects output directory naming.

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

14 years agoactually modify the MMN for the dav_error change, as expected with r882274
Jeff Trawick [Thu, 19 Nov 2009 20:17:59 +0000 (20:17 +0000)]
actually modify the MMN for the dav_error change, as expected with r882274

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

14 years agoRemove errno from dav_error interface. Calls to dav_new_error()
Jeff Trawick [Thu, 19 Nov 2009 20:09:27 +0000 (20:09 +0000)]
Remove errno from dav_error interface.  Calls to dav_new_error()
and dav_new_error_tag() must be adjusted to add an apr_status_t parameter.

Reviewed by: jorton

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

14 years agofix or complain about some invalid errno references
Jeff Trawick [Thu, 19 Nov 2009 20:00:12 +0000 (20:00 +0000)]
fix or complain about some invalid errno references

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

14 years agoFlags patch from Igor Galić. Corrects error in noting what status codes
Rich Bowen [Thu, 19 Nov 2009 15:10:07 +0000 (15:10 +0000)]
Flags patch from Igor Galić. Corrects error in noting what status codes
can be specified.

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

14 years agodoc for AuthLDAPBindAuthoritative
Eric Covener [Wed, 18 Nov 2009 15:55:29 +0000 (15:55 +0000)]
doc for AuthLDAPBindAuthoritative

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

14 years agoAdd AuthLDAPBindAuthoritative to allow other authentication providers a chance
Eric Covener [Wed, 18 Nov 2009 15:49:48 +0000 (15:49 +0000)]
Add AuthLDAPBindAuthoritative to allow other authentication providers a chance
to run when mod_authnz_ldap finds a user but can't verify their password.

Submitted By: Justin Erenkrantz, Joe Schaefer, Tony Stevenson

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

14 years ago* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info): Cast away the
Joe Orton [Tue, 17 Nov 2009 09:54:56 +0000 (09:54 +0000)]
* modules/ssl/ssl_engine_kernel.c (ssl_callback_Info): Cast away the
  constness of SSL * before calling SSL_get_state, to fix warning with
  older OpenSSLs.

Reported by: rpluem

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

14 years agoRemove more refences to rewrite_guide.html
Rich Bowen [Tue, 17 Nov 2009 02:55:19 +0000 (02:55 +0000)]
Remove more refences to rewrite_guide.html

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

14 years agoRemove references to the now-gone rewrite-guide.html
Rich Bowen [Tue, 17 Nov 2009 02:52:53 +0000 (02:52 +0000)]
Remove references to the now-gone rewrite-guide.html

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

14 years agoMoves the last of the rules from the monolithic rewrite_guide into
Rich Bowen [Tue, 17 Nov 2009 02:44:19 +0000 (02:44 +0000)]
Moves the last of the rules from the monolithic rewrite_guide into
topic-specific sub-pages. Still a lot of cleanup and improvement can be
done, but this is a good first step.

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

14 years agoMoving yet another recipe. Almost done with this exercise.
Rich Bowen [Tue, 17 Nov 2009 01:56:34 +0000 (01:56 +0000)]
Moving yet another recipe. Almost done with this exercise.

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

14 years agotweak r823613/PR 47951 change to avoid /usr/sbin/install on
Jeff Trawick [Mon, 16 Nov 2009 21:51:01 +0000 (21:51 +0000)]
tweak r823613/PR 47951 change to avoid /usr/sbin/install on
Solaris

(not compatible with BSD install)

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

14 years agoThis isn't Apache 2.0 any more.
Rich Bowen [Mon, 16 Nov 2009 15:46:18 +0000 (15:46 +0000)]
This isn't Apache 2.0 any more.

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

14 years agoLogging in to bugzilla gives me the bug reporter's details
Nick Kew [Mon, 16 Nov 2009 15:37:12 +0000 (15:37 +0000)]
Logging in to bugzilla gives me the bug reporter's details
to record correctly in CHANGES.

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

14 years agoBuild: fix --with-module to work as documented
Nick Kew [Mon, 16 Nov 2009 15:24:34 +0000 (15:24 +0000)]
Build: fix --with-module to work as documented
PR 43881
Submitted: Gez Saunders
Reviewed: Nick Kew

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

14 years agofix VPATH builds, broken by the support for --enable-mpms-shared
Jeff Trawick [Mon, 16 Nov 2009 14:36:45 +0000 (14:36 +0000)]
fix VPATH builds, broken by the support for --enable-mpms-shared

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

14 years agoNot sure this is actually a useful recipe, but it belongs in the access
Rich Bowen [Mon, 16 Nov 2009 11:17:54 +0000 (11:17 +0000)]
Not sure this is actually a useful recipe, but it belongs in the access
file.

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

14 years agosupport --enable-mpms-shared (without argument) and --disable-mpms-shared
Jeff Trawick [Sun, 15 Nov 2009 14:12:40 +0000 (14:12 +0000)]
support --enable-mpms-shared (without argument) and --disable-mpms-shared

the former builds just the default MPM (or --with-mpm argument)

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

14 years agofix bad doc for an argument to APACHE_MPM_MODULE()
Jeff Trawick [Sun, 15 Nov 2009 13:49:23 +0000 (13:49 +0000)]
fix bad doc for an argument to APACHE_MPM_MODULE()

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

14 years agoUpdate.
Lucien Gentis [Sat, 14 Nov 2009 15:45:21 +0000 (15:45 +0000)]
Update.

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

14 years agoImprove hack to "determine" if APR supports thread-safe pollsets by hiding the
Jeff Trawick [Sat, 14 Nov 2009 13:01:43 +0000 (13:01 +0000)]
Improve hack to "determine" if APR supports thread-safe pollsets by hiding the
presence of kqueue() on Leopard, matching APR's configuration.

Event and Simple no longer report that they are supported on Leopard, resolving
a broken default config file with --enable-mpms-shared=all on that platform.
(Event was loaded by default in httpd.conf, and it failed at startup when it
failed to obtain a thread-safe pollset.)

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

14 years agoRemoves another bogus example. Use <Proxy> blocks instead, and standard
Rich Bowen [Fri, 13 Nov 2009 12:40:58 +0000 (12:40 +0000)]
Removes another bogus example. Use <Proxy> blocks instead, and standard
access control methods. Also, the note about loading mod_rewrite before
mod_proxy isn't actually relevant any more.

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

14 years agoThis is a really cool example, and I don't want to lose it. However, I'm
Rich Bowen [Fri, 13 Nov 2009 12:38:55 +0000 (12:38 +0000)]
This is a really cool example, and I don't want to lose it. However, I'm
reasonably sure that there's easier ways to do this, and I'm not yet
sure that the example given actually works. Need to revisit this soon.

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

14 years agoRemoves an inscrutable recipe - I don't know what problem it's trying to
Rich Bowen [Fri, 13 Nov 2009 12:36:04 +0000 (12:36 +0000)]
Removes an inscrutable recipe - I don't know what problem it's trying to
solve, and the solution appears to be a completely useless use of
RewriteMap to solve a trivial problem that could be better done with
Alias. Am I missing something?

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

14 years agoupdate generated html and metadata
Jeff Trawick [Thu, 12 Nov 2009 23:43:05 +0000 (23:43 +0000)]
update generated html and metadata

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

14 years agoupdate MPM doc to cover new MPM defaults and MPMs as DSO modules
Jeff Trawick [Thu, 12 Nov 2009 23:27:41 +0000 (23:27 +0000)]
update MPM doc to cover new MPM defaults and MPMs as DSO modules

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

14 years agoAdds a couple of seealso's.
Rich Bowen [Thu, 12 Nov 2009 21:56:11 +0000 (21:56 +0000)]
Adds a couple of seealso's.

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

14 years agoCorrects the page title.
Rich Bowen [Thu, 12 Nov 2009 12:35:04 +0000 (12:35 +0000)]
Corrects the page title.

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

14 years agoRemoves a lengthy and unnecessary discussion of the various methods of
Rich Bowen [Thu, 12 Nov 2009 12:30:05 +0000 (12:30 +0000)]
Removes a lengthy and unnecessary discussion of the various methods of
load balancing. Removes a RewriteMap prg load balancing script, and
replaces it with a RewriteMap rnd example of the same, as well as an
admonition to use mod_proxy_balancer instead.

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

14 years agoCorrects links to the reference documentation.
Rich Bowen [Thu, 12 Nov 2009 12:10:26 +0000 (12:10 +0000)]
Corrects links to the reference documentation.

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

14 years agoMove the 'vhost per user' rule, and add commentary.
Rich Bowen [Thu, 12 Nov 2009 12:00:32 +0000 (12:00 +0000)]
Move the 'vhost per user' rule, and add commentary.

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

14 years agofix CHANGES entries: mod_dav_fs -> mod_dav
Stefan Fritsch [Wed, 11 Nov 2009 22:07:16 +0000 (22:07 +0000)]
fix CHANGES entries: mod_dav_fs -> mod_dav

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

14 years ago* Use correct #ifndef's to compile again on openssl 0.9.8 and fix compiler
Ruediger Pluem [Wed, 11 Nov 2009 20:27:10 +0000 (20:27 +0000)]
* Use correct #ifndef's to compile again on openssl 0.9.8 and fix compiler
  warnings.

Noted by: sf

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

14 years agoroll on to 2.3.4-dev
Paul Querna [Wed, 11 Nov 2009 19:34:46 +0000 (19:34 +0000)]
roll on to 2.3.4-dev

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

14 years agoPrepare for 2.3.3 release tag.
Paul Querna [Wed, 11 Nov 2009 19:32:36 +0000 (19:32 +0000)]
Prepare for 2.3.3 release tag.

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

14 years agoWhen moving a file over device boundaries and unlinking the source file fails
Stefan Fritsch [Tue, 10 Nov 2009 22:13:50 +0000 (22:13 +0000)]
When moving a file over device boundaries and unlinking the source file fails
because it does not exist anymore, don't unlink the destination file.

While it is unclear to me how/when this can happen, at least one user
encountered the problem:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=273476

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

14 years agos/cange/change/
Jeff Trawick [Tue, 10 Nov 2009 18:05:12 +0000 (18:05 +0000)]
s/cange/change/

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

14 years agoRevert removal of the key_type byte in the lock key. There is no need to break
Stefan Fritsch [Tue, 10 Nov 2009 16:32:57 +0000 (16:32 +0000)]
Revert removal of the key_type byte in the lock key. There is no need to break
the format on systems without inodes.

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

14 years agofix off by one error
Stefan Fritsch [Tue, 10 Nov 2009 15:29:04 +0000 (15:29 +0000)]
fix off by one error

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

14 years agoFix broken config check for *max timeouts
Stefan Fritsch [Tue, 10 Nov 2009 15:27:02 +0000 (15:27 +0000)]
Fix broken config check for *max timeouts
Fix floating point exception for *minrate == 0

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

14 years agofix e-mail address format
Jeff Trawick [Tue, 10 Nov 2009 11:50:28 +0000 (11:50 +0000)]
fix e-mail address format

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

14 years agoenable support for ECC keys and ECDH ciphers. Tested against
Sander Temme [Tue, 10 Nov 2009 07:55:13 +0000 (07:55 +0000)]
enable support for ECC keys and ECDH ciphers.  Tested against
OpenSSL 1.0.0b3.  [Vipul Gupta vipul.gupta sun.com, Sander Temme]

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

14 years agomod_dav_fs: Include uri when logging a PUT error due to connection abort.
Stefan Fritsch [Mon, 9 Nov 2009 21:32:10 +0000 (21:32 +0000)]
mod_dav_fs: Include uri when logging a PUT error due to connection abort.

PR: 38149

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

14 years agoReturn 409 instead of 500 for a LOCK request if the parent resource does not
Stefan Fritsch [Mon, 9 Nov 2009 21:04:28 +0000 (21:04 +0000)]
Return 409 instead of 500 for a LOCK request if the parent resource does not
exist or is not a collection.

PR: 43465

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

14 years agoThere is a bug report for r834073, therefore add a CHANGES entry.
Stefan Fritsch [Mon, 9 Nov 2009 15:28:59 +0000 (15:28 +0000)]
There is a bug report for r834073, therefore add a CHANGES entry.

Fix litmus warning: According to RFC2518, COPY to non-existant collection
should give 409 CONFLICT.

PR: 39299

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

14 years agoFix compiler warning
Stefan Fritsch [Mon, 9 Nov 2009 14:27:45 +0000 (14:27 +0000)]
Fix compiler warning

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

14 years agoFix litmus warning: According to RFC2518, COPY to non-existant collection
Stefan Fritsch [Mon, 9 Nov 2009 14:10:31 +0000 (14:10 +0000)]
Fix litmus warning: According to RFC2518, COPY to non-existant collection
should give 409 CONFLICT.

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

14 years agoDon't delete the whole file if a PUT with content-range failed.
Stefan Fritsch [Mon, 9 Nov 2009 13:50:21 +0000 (13:50 +0000)]
Don't delete the whole file if a PUT with content-range failed.

PR: 42896

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