[PATCH] Add ReceiveBufferSize directive

2005-03-23 Thread Eric Covener
Cloned the SendBufferSize documentation, and removed one SendBufferSize reference in vhosts/details.xml that was incorrect (SendBufferSize isn't valid at the VirutalHost level) -- Eric Covener [EMAIL PROTECTED] Index: manual/mod/mpm_commo

[PATCH] Location container, wildcards, and FNM_PATHNAME

2006-09-22 Thread Eric Covener
The Location container, in non-regex form, does a shell-like glob on the URL so wildcards in the directive won't match a slash in the URL. Attached patch amends the note on wildcards to exclude matching a wildcard to a slash. -- Eric Covener [EMAIL PROTECTED] Index: manual/mod/cor

Re: Significance of evaluation order?

2006-11-01 Thread Eric Covener
the phrase that talks about default access policy comes "after" the phrase about the order of evaluation -- but it's actually a description of the initial state. "Order Deny, Allow: Access is allowed by default, then all Deny direct

[PATCH] TimeOut directive valid in VirtualHost context

2006-11-15 Thread Eric Covener
TimeOut 300 -server config +server configvirtual host The TimeOut directive currently defines -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Issue] External links @ the wiki, aka pagechange wars

2007-05-24 Thread Eric Covener
ity input. Not recognizing the difference between contributed wiki content and external links to an ad-driven site may influence your feelings on the matter. -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED]

Order directive still busted in 2.0?

2007-07-31 Thread Eric Covener
http://httpd.apache.org/docs/2.0/mod/mod_access.html#order The paragraphs for Deny,Allow and Allow,Deny are (still?) swapped? -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Order directive still busted in 2.0?

2007-07-31 Thread Eric Covener
On 7/31/07, Rich Bowen <[EMAIL PROTECTED]> wrote: > > On Jul 31, 2007, at 13:50, Eric Covener wrote: > > > http://httpd.apache.org/docs/2.0/mod/mod_access.html#order > > > > The paragraphs for Deny,Allow and Allow,Deny are (still?) swapped? > > It is actual

docs-build and java stack size

2007-09-12 Thread Eric Covener
build.sh has: > # raise stack size... > ANT_OPTS="-Xmx128m -mx128m" AFAICT those affect the heap only and to change the native thread stack size java seems to want -ss/-Xss. Adding -Xss10m allowed me to get past java.lang.StackOverflowError during the docs build. -- Eri

Re: docs-build and java stack size

2007-09-13 Thread Eric Covener
On 9/13/07, Erik Abele <[EMAIL PROTECTED]> wrote: > On 12.09.2007, at 16:12, Eric Covener wrote: > > > build.sh has: > > > >> # raise stack size... > >> ANT_OPTS="-Xmx128m -mx128m" > > > > AFAICT those affect the heap only and to cha

[PATCH] mod_rewrite tilde expansion

2007-09-18 Thread Eric Covener
occur when the PT +flag is used on the RewriteRule +directive. + + Any suggestion for better wording/formatting/placement appreciated -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: svn commit: r653856 - /httpd/httpd/trunk/docs/manual/mod/core.xml

2008-05-06 Thread Eric Covener
gt; Useful to somehow clarify that if the connection matches a set of NameVirtualHost's, the KeepAliveTimeout from the first defined vhost in that set of NameVirtualhost's is used? I think it's still useful to tweak in that context. -- Eric Covener [EMAIL PROTECTED] ---

Re: svn commit: r653856 - /httpd/httpd/trunk/docs/manual/mod/core.xml

2008-05-10 Thread Eric Covener
On Fri, May 9, 2008 at 8:34 PM, Takashi Sato <[EMAIL PROTECTED]> wrote: > On Tue, 6 May 2008 21:19:53 +0200 > André Malo <[EMAIL PROTECTED]> wrote: > >> * Eric Covener wrote: >> >> > On Tue, May 6, 2008 at 2:03 PM, Joshua Slive <[EMAIL PROTECTED]&

Re: svn commit: r685418 - in /httpd/httpd/trunk/docs/manual/rewrite: rewrite_guide.html.en rewrite_guide.xml

2008-08-13 Thread Eric Covener
ex, maybe include somethimg like ^(www\.)?... too -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SSLCertificateChainFile grammar issue

2008-08-24 Thread Eric Covener
s seemingly independent of client authentication, because the SSLCertificateChailFile directives doesn't actually add to the list of DN's communicated during the client certificiate request (like SSLCACertificatePath does) -- Eric Covener [EMAIL PROTECTED]

Re: SSLCertificateChainFile grammar issue

2008-08-25 Thread Eric Covener
On Sun, Aug 24, 2008 at 6:35 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Wed, Aug 20, 2008 at 12:46 AM, Vincent Bray <[EMAIL PROTECTED]> wrote: >> The second paragraph of this directive's explanation ends "That's >> usually not one expect." &g

Re: help for translation

2008-10-01 Thread Eric Covener
en actually using the path component is what this is referring to, not some potential corruption issue in the server that would change the behavior. -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: help for translation

2008-10-02 Thread Eric Covener
cumventable" could use some work. "Omitting this option should not be considered a security measure, because there remains a race condition in the span of time between checking that a path component is not a symlink and then subsequently using that path component."

Re: [Patch] mod_authz_core - typos for AuthzMergeRules

2008-10-09 Thread Eric Covener
On Thu, Oct 9, 2008 at 9:00 AM, Dan Poirier <[EMAIL PROTECTED]> wrote: > A patch to fix some minor typos in the doc for AuthzMergeRules. r703266 -- Thanks. -- Eric Covener [EMAIL PROTECTED] - To unsubscribe, e-mai

Fwd: [users@httpd] mod_rewrite subrequests or last rules within

2008-11-26 Thread Eric Covener
' (or something more clear). Thank you 2008/11/26 Eric Covener <[EMAIL PROTECTED]>: >> rewriter log says it rewrites to /index.php first (1st rule) and then >> it rewrites it to /set_cookie.php (2nd rule). I thought [L] and [NS] >> should stop any further rules. What a

Re: [users@httpd] mod_rewrite subrequests or last rules within

2008-11-26 Thread Eric Covener
On Wed, Nov 26, 2008 at 2:22 PM, Rich Bowen <[EMAIL PROTECTED]> wrote: > I've added it to trunk in r720955. Does this need to go in 2.0 and 2.2 also? > Thanks. Thanks -- I believe it should be backported to 2.0 and 2.2. -- Eric Covener

Re: v. 2.2 Documentation errors? (in mod/core.html#options and misc/security_tips.html#protectserverfiles)

2008-12-11 Thread Eric Covener
nk it does not change the pathname used to match > against sections.") How do you get out from under / with a symlink? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For ad

Re: v. 2.2 Documentation errors? (in mod/core.html#options and misc/security_tips.html#protectserverfiles)

2008-12-12 Thread Eric Covener
f e.g. he has a site under > mod_userdir. Mallory logs into his account and just types: > > ln -s / /home/mallory/public_html/root You said , which is not the document root or something relative to a users home directory.. It's the root of the filesystem. -- Eric Covener cove...@gmai

Re: v. 2.2 Documentation errors? (in mod/core.html#options and misc/security_tips.html#protectserverfiles)

2008-12-12 Thread Eric Covener
okay, but the example chosen to illustrate the "normal URL mapping rules" is unfortunately chosen.(symlink) to illustrate the "default to no access" directory container. -- Eric Covener cove...@gmail.com - To unsubsc

Re: [Patch] mod_rewrite docs

2008-12-21 Thread Eric Covener
;, since this invokes actually a > handler. committed to trunk with a tiny xml fix along with some related REQUEST_URI/REQUEST_FILENAME I had in my local tree. WIll look at synching up with 2.2.x after the new year. Thanks -- Eric Covener cove...@gmail.com -

NVH * text in name-vhosts.html

2009-01-11 Thread Eric Covener
http://httpd.apache.org/docs/2.2/mod/core.html#namevirtualhost To receive requests on all interfaces, you can use an argument of * NameVirtualHost * Strike it alltogether, reword it, or caution against it? -- Eric Covener cove...@gmail.com

Re: Proposed fix for mod_charset_lite documentation

2009-02-02 Thread Eric Covener
kes issue with the replaced text. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

clarify NVH, discourage NVH *

2009-02-02 Thread Eric Covener
ments, IMO it helps get rid of some of the ambiguity/confusion but still leaves the doc as pretty confusing. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e

Re: Documentation started for virtual hosts with SNI

2009-04-09 Thread Eric Covener
data as the Host: header. > > SNI is mostly useful when one is using wildcard and/or > SubjectAltName (SAN) extension certificate. In these cases you can > serve number different sites with the same certificate key pair. This works today (all SSL settings in default vhost

Re: svn commit: r787961 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: core.html.en core.xml

2009-06-24 Thread Eric Covener
    > -      The total amount of time it takes to receive a GET > -      request. Isn't it still and end-to-end timeout on reading the request _line_ ? It didn't look that was covered in the replacement text. -- Eric Covener cove...@gmail.com

Re: svn commit: r787961 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: core.html.en core.xml

2009-07-02 Thread Eric Covener
On Wed, Jun 24, 2009 at 7:15 AM, Eric Covener wrote: > On Wed, Jun 24, 2009 at 5:46 AM, wrote: > >>   >> -    The TimeOut directive currently >> defines >> -    the amount of time Apache will wait for three things: >> +    The TimeOut directive defines the &

Re: Patch for mod_alias.xml

2009-08-10 Thread Eric Covener
ond the matched > +    URL.  If URL-Path ends with a trailing slash, > +    then additional path information beyond the matched >     URL-Path will be appended to the target URL. Can you demonstrate the trailing-slash/no-trailing-slash difference this is

Re: Patch for mod_alias.xml

2009-08-10 Thread Eric Covener
On Mon, Aug 10, 2009 at 2:47 PM, Issac Goldstand wrote: > Eric Covener wrote: >> On Mon, Aug 10, 2009 at 12:13 PM, Issac Goldstand >> wrote: >> >>> Hi, >>>  After a colleague at work was struggling with the Redirect directive, >>> I realized tha

Fwd: [users@httpd] Problem with cert of *443 VirtualHost

2009-10-05 Thread Eric Covener
users-unsubscr...@httpd.apache.org   "   from the digest: users-digest-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org -- Eric Covener cove...@gmail.com - To unsubscribe, e-mai

Re: Inconsistency [?] in trunk's mod_cache doc

2009-10-17 Thread Eric Covener
directive, the > url-string becomes optional." > > Those seem contradictory to me. > > I suggest the "Directory" context should be added, maybe with a precision > that only is accepted ? +1 to update context and add a note about the restriction, and Ruediger pointed

Re: svn commit: r832217 - in /httpd/httpd/trunk/docs/manual/rewrite: index.html.en index.xml index.xml.tr remapping.html.en remapping.xml rewrite_guide.html.en rewrite_guide.xml

2009-11-04 Thread Eric Covener
ENAME} (.*)\.html$ RewriteCond %1.php -f RewriteRule (.*)\.html$ $1.php -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: Suexec doc (Was Re: Fixing confusion of Apache vs httpd)

2010-03-12 Thread Eric Covener
TP Server" is only the marginally less confusing term I didn't want the unnecessary churn. ("Apache 2" just happens to get a lot of hits and is a pretty safe expression) -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: Suexec doc (Was Re: Fixing confusion of Apache vs httpd)

2010-03-16 Thread Eric Covener
gt; all serve to further confuse this landscape.  And this is certainly not > the work of the Apache HTTPD Server Project ;-) +1, strong preference for "Apache HTTP Server" in the vast majority of non-heres-the-name-of-an-executable references. -- Eric Covener cove...@gmail

Re: svn commit: r927824 - in /httpd/httpd/trunk/docs/manual: sections.html.en sections.xml

2010-04-09 Thread Eric Covener
argument isn't just implied with "build.sh"? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: javascript in docs?

2010-05-11 Thread Eric Covener
in some places, > like http://httpd.apache.org/docs/1.3/mod/mod_auth.html for example, the > generated link isn't useful. I suppose it would be possible to be smarter > than this, but it's a good first step. Looks good here! -- Eric Covener cove...@gmail.com -

Re: mod_ftp: XML validation + compatibility

2010-06-04 Thread Eric Covener
2010/5/21 Igor Galić : > > Hi folks, > > sjorge asked me to fix mod_ftp's tag up, or rather down to 2.2 added in r951392 -- thanks! -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...

mod_reqtimeout info in security_tips.xml

2010-06-23 Thread Eric Covener
looks like security_tips.xml could use an update to reference/discuss mod_reqtimeout specifically -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail

Re: svn commit: r984428 - in /httpd/httpd/branches/2.2.x/docs/manual: programs/httpd.html.en programs/httpd.xml.ko programs/httpd.xml.meta programs/httpd.xml.tr vhosts/mass.html.en vhosts/mass.xml

2010-08-11 Thread Eric Covener
e (currently only >  shows the virtualhost settings). > > +-T > + > +Skip document root check at startup/restart. > + >  -t worth a note about compatability? -- Eric Covener cove...@gmail.com - To u

Re: Docs are demotivating, confusing, bloated and worthless

2010-10-06 Thread Eric Covener
I think the rewrite docs are an exception, not the rule. There's a separate doc here for the easily consumable examples. Maybe the link could be in the opening section. But, I don't want the docs dumbed down too much for the "give up teh htaccess codez" knuckle-draggers. If you arrive at the re

Re: Contributing to docs

2010-10-06 Thread Eric Covener
repo and a quick example of how to check > it out and create an acceptable patch? I think a link to this doc used to appear there: http://apache-server.com/tutorials/ATdocs-project.html But it went offline at some point, and there was some question about whether it could be pulled into the

Re: Contributing to docs

2010-10-11 Thread Eric Covener
I finally got a clue about what you were describing here and committed it unchanged to trunk and 2.2.x. Using the Proxy directives in Location containers is shorthand to not have to repeat the context root, and if the container is a LocationMatch you'd better use ProxyPassMatch on the inside. ---

Re: 50048 (was RE: Contributing to docs)

2010-10-11 Thread Eric Covener
one of the Proxy directive or the container) -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Fwd: svn commit: r1031564 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml mod_proxy.html.en mod_proxy.xml

2010-11-05 Thread Eric Covener
request bodies. + +    LimitRequestBody only applies to +    request bodies that the server will spool to disk +         Reverse Proxy Request Headers -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr

Re: build error

2010-11-07 Thread Eric Covener
he-trunk/manual/howto/htaccess.xml:61:11: do you have local mods, or is your branch layout different? In the .fr.xml in trunk file the was added before the and this is not valid. htaccess.xml itself does not actually have that error -- the note is at the end (after related) -- Eric Cove

Re: build error

2010-11-07 Thread Eric Covener
fixed both in 2.2.x On Sun, Nov 7, 2010 at 12:57 PM, Lucien GENTIS wrote: > Eric Covener a écrit : > > On Sun, Nov 7, 2010 at 12:16 PM, Lucien GENTIS > wrote: > > > Hello, > > Trunk branch : ./build.s

Re: SSLCertificateChainFile grammar issue

2010-11-30 Thread Eric Covener
I've taken a crack at the odd wording and confusing content and done some more testing: http://people.apache.org/~covener/sslchain.diff On Mon, Aug 25, 2008 at 8:29 AM, Eric Covener wrote: > On Sun, Aug 24, 2008 at 6:35 PM, Eric Covener wrote: >> On Wed, Aug 20, 2008 at 12:

Re: [users@httpd] httpd on Windows -- can access UNC paths from service but not mapped drives

2010-12-03 Thread Eric Covener
On Fri, Dec 3, 2010 at 10:41 AM, Jeff Trawick wrote: > Thanks, all!   Does this look reasonable? > > Index: platform/windows.xml > === > --- platform/windows.xml        (revision 1041847) > +++ platform/windows.xml        (working cop

Re: svn commit: r1041937 - /httpd/httpd/trunk/docs/manual/platform/windows.xml

2010-12-03 Thread Eric Covener
> +  DocumentRoot //dochost/www/html/ > +   > +  DocumentRoot //192.168.1.50/docs/ > +   intended in the same example? - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.a

Re: svn commit: r1041937 - /httpd/httpd/trunk/docs/manual/platform/windows.xml

2010-12-03 Thread Eric Covener
On Fri, Dec 3, 2010 at 1:14 PM, Jeff Trawick wrote: > On Fri, Dec 3, 2010 at 1:10 PM, Eric Covener wrote: >>> +  DocumentRoot //dochost/www/html/ >>> +   >>> +  DocumentRoot //192.168.1.50/docs/ >>> +   >> >> intended in the same example? >

Re: svn commit: r1044067 - /httpd/httpd/trunk/docs/manual/vhosts/name-based.xml

2010-12-10 Thread Eric Covener
>> -     If no matching ServerName or ServerAlias is >> found in the +     If no matching ServerName >> or ServerAlias is found in the set of virtual hosts matching the >> NameVirtualHost directive, then the first listed virtual >> host that matches the IP address will be used. > > I think, a tiny

Re: mod_rewrite.xml

2010-12-11 Thread Eric Covener
On Sat, Dec 11, 2010 at 11:14 AM, Lucien GENTIS wrote: > Hi, > > Trunk Branch - mod_rewrite.xml - line 170 : > > Wouldn't it rather be "are applied before" instead of "are > applied after" ? Thanks -- fixed in 1044738. - To unsu

mod_ssl and SSL how-to

2011-01-09 Thread Eric Covener
k-off the Howto with this or am I missing something? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: svn commit: r987858 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

2011-02-24 Thread Eric Covener
On Sun, Aug 22, 2010 at 6:09 AM, wrote: > Author: rjung > Date: Sun Aug 22 10:09:25 2010 > New Revision: 987858 > > URL: http://svn.apache.org/viewvc?rev=987858&view=rev > Log: > Add information about proxy workers to proxy docs. Belated kudos for this! -

Re: "RewriteRule ... /$1" considered harmful

2011-05-01 Thread Eric Covener
On Sun, May 1, 2011 at 10:40 PM, Eric Covener wrote: >> - Create new directives RewriteToPath, RewriteToURL that don't do guessing. >> - Document clearly the problems that may be caused by the guessing >> behaviour of RewriteRule. Maybe even mark RewriteRule

Re: svn commit: r1150682 - in /httpd/httpd/trunk/docs/manual/mod: core.html.en core.xml

2011-07-25 Thread Eric Covener
> +        <If "%{QUERY_STRING} =~ /(delete|commit)=.*?elem/"> .*? is kind of weird isn't it? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additiona

Fwd: [users@httpd] Suggestion for Apache2 docs: add another (inexpensive) CA: StartSSL.com

2011-08-04 Thread Eric Covener
On Thu, Aug 4, 2011 at 9:23 AM, Tom Browder wrote: > The Apache2 docs has an SSL FAQ here: > >  http://httpd.apache.org/docs/2.2/ssl/ssl_faq.html > > It has a list of Certifying Authorities (CAs) but is missing one > important one for personal or small-scale server operators StartSSL: > >  http://

Re: svn error: access forbidden

2011-12-16 Thread Eric Covener
2011/12/16 Nilgün Belma Bugüner : > Hi, > > My problem is still ongoing. I can't commit 2.4 branch. Sorry about the delay, please try now (I've made a change). - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For addit

Re: Fwd: svn commit: r1228700 - in /httpd/httpd/trunk/docs: STATUS manual/mod/mod_heartbeat.xml manual/mod/mod_heartmonitor.xml manual/mod/mod_watchdog.xml manual/mod/mod_watchdog.xml.meta

2012-01-07 Thread Eric Covener
od_lbmethod_heartbeat.c has this while reading the data: 199 if (server->busy == 0 && server->ready != 0) { 200 /* Server has zero threads active, but lots of them ready, 201 * it likely just started up, so lets /4 the number ready, 202

documenting -deps

2012-01-17 Thread Eric Covener
* Are we committed to providing the -deps for 2.4's lifetime, or would we doc it with some weasel language? * Does anyone care if we're not committed to it and just change the doc when we change our mind and stop providing a deps tarball? --

Re: Error documentation, more thoughts

2012-03-15 Thread Eric Covener
I'd just as well add supplementary info to a wiki for the specific message IDs that require extra discussion. I've never been a fan of the massive "messages" publication that's 98% the verbatim error text phrased three different ways. --

Re: ssl/ssl_faq.xml: answer removed in 2.4 - reinstate or delete link?

2012-03-22 Thread Eric Covener
On Thu, Mar 22, 2012 at 10:32 AM, Daniel Gruno wrote: > In the 2.2 documentation, there is a section called `badcert` in > ssl/ssl_faq.xml, which states: > -- > Why do connections fail with an "alert bad certificate" error? > Errors such as OpenSSL: error:14094412: SSL  routine

Re: Adding "Docs overhaul" to new_features_2_4

2012-03-23 Thread Eric Covener
On Fri, Mar 23, 2012 at 3:23 PM, Rich Bowen wrote: > Having reviewed this document, I have a number of remarks. > > 1) This appears to be a document about "multi-use SSL certificates", > whatever that is. While useful content, it doesn't appear to be directly > relevant to the Apache HTTP Server,

Re: Documentation for Apache httpd SSLVerifyClient considered harmful

2012-04-17 Thread Eric Covener
> For these reasons, the paragraph in question is harmful, and I petition that > it be struck from the documentation. How about something to the effect of "optional and optional_no_ca are useful if you want to validate the certificate yourself, and generate your own friendly error response if ther

Re: Documentation for Apache httpd SSLVerifyClient considered harmful

2012-04-17 Thread Eric Covener
Can you elaborate on the suggested update then? Or do you think the list of options stands on its own? - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: Documentation for Apache httpd SSLVerifyClient considered harmful

2012-04-18 Thread Eric Covener
> I actually like Kyle's response here - maybe just add it verbatim? I don't think it's helpful for the reference manual itself, but could be rewritten for one of the other free-form SSL sections - To unsubscribe, e-mail: docs-un

Re: Documentation for Apache httpd SSLVerifyClient considered harmful

2012-04-18 Thread Eric Covener
> And it's all because of that naive, prejudicial paragraph. I disagree with this leap as well, FWIW. - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: Documentation for Apache httpd SSLVerifyClient considered harmful

2012-04-18 Thread Eric Covener
Kyle -- please open a bug, preferrably with a patch attached, at https://issues.apache.org/bugzilla/ - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: EBCDIC docs

2012-04-20 Thread Eric Covener
On Fri, Apr 20, 2012 at 9:33 AM, Igor Galić wrote: > > > - Original Message - >> I nuked the EBCDIC doc, because it is clearly so far out of date as >> to be harmful. However, it occurred to me that this was probably >> premature, before discussing it here, and I reverted. >> >> >> I was h

Re: [Vote] Add commentary system to httpd docs

2012-05-04 Thread Eric Covener
> [+/-1] Add commentary system to the trunk documentation. +1 - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: End of life for 2.0 documentation?

2012-07-13 Thread Eric Covener
On Fri, Jul 13, 2012 at 9:12 AM, Daniel Gruno wrote: > Yes, it's grumpy old me again, singing the same song from before. > It appears that Google et al are still showing our 2.0 documentation as > a preferred page when searching for various modules and keywords, and I > still don't like this. I'd

Re: [users@httpd] RedirectMatch using current server name

2012-10-12 Thread Eric Covener
On Fri, Oct 12, 2012 at 9:15 AM, plot.lost wrote: > Is there a way to do something like the following where the domain part is > replaced by whatever has been configured in ServerName > > RedirectMatch permanent ^/$ http://the.domain.com/path/to/file.html > > i.e. where 'the.domain.com' is whatev

comment system notice on docs

2013-01-08 Thread Eric Covener
d be directed at either our IRC channel, #httpd, on Freenode, or sent to our mailing lists. Should this instead be limited to comments on improving the documentation and not mention the server? -- Eric Covener cove...@gmail.com

lock down wiki?

2013-01-09 Thread Eric Covener
s or "regulars" from some support forum or another. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Re: and grammar pedantics

2013-01-22 Thread Eric Covener
On Mon, Jan 21, 2013 at 10:26 AM, Rich Bowen wrote: > I noticed this morning that we are very inconsistent with the > within a module doc. Some are full sentences. Some start with "This module > provides". Some are just a few words like "User-specific directories" > > Witness the inconsistency he

Re: Thinking about adding a link to modules.a.o on our web site.

2013-05-07 Thread Eric Covener
On Tue, May 7, 2013 at 9:08 AM, Rich Bowen wrote: > Links don't imply endorsement (although maybe we need to say that > explicitly), so I think that links are a very good thing when they help real > people solve real problems. I think a link with a short disclaimer is a good idea. --

Re: Suggested addition to the httpd v2.4 Upgrading page

2013-05-23 Thread Eric Covener
The Atrium, Southern Gate, Chichester, West > Sussex, United Kingdom. PO19 8SQ. > > > > - > To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org > For additional commands, e-mail: docs-h...@httpd.apache.org -- Eric Covener cove...@gmail.com ---

Re: curious

2013-07-12 Thread Eric Covener
On Fri, Jul 12, 2013 at 10:01 AM, Lucien Gentis wrote: > Hello, > > Until this morning, there were comments attached at the end end of > http://httpd.apache.org/docs/2.4/install.html (last one was only 3 days old) > > And yet, they have all disappeared ? I purged them today. Most was not feedbac

Re: curious

2013-07-12 Thread Eric Covener
On Fri, Jul 12, 2013 at 10:52 AM, Lucien Gentis wrote: > Yes, most people have no interest to manual feedback, and they must write to > the users mailing list > > So I tried to follow the notice that says : "Questions on how to manage the > Apache HTTP Server should be directed at either our IRC c

Re: curious

2013-07-12 Thread Eric Covener
On Fri, Jul 12, 2013 at 10:52 AM, Lucien Gentis wrote: > Yes, most people have no interest to manual feedback, and they must write to > the users mailing list My own 2 cents -- There is some valuable feedback on the manual, and some interesting questions/problems that I look at it in the comments

Re: doc build returns StackOverflowError

2013-08-09 Thread Eric Covener
know whether the solution was (intended to be) for everyone, or just > addresses a specific problem that you, Takashi, are seeing? What if you double the value? -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: doc

Re: doc build returns StackOverflowError

2013-08-23 Thread Eric Covener
> Which is better: > - Set stack size to 1MB or 2MB on build.sh. 512KB is too small. my +1 for bump to 2MB. - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Fwd: svn commit: r1516872 - /httpd/httpd/trunk/docs/manual/caching.xml

2013-08-23 Thread Eric Covener
zation" header (for example, HTTP Basic + Authentication) are neither cacheable nor served from the cache + when mod_cache is running in this phase. Normal handler phase --

drop canned deflate config?

2013-08-23 Thread Eric Covener
leave the canned example. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional commands, e-mail: docs-h...@httpd.apache.org

Fwd: svn commit: r1517406 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

2013-08-25 Thread Eric Covener
of the final URL differs + from the behavior of the Location section, which for purposes of this note + treats the final path component as if it ended in a slash. + For more control over the matching, see ProxyMatch. + + ProxyMatch -- Eric C

compatibility tags in 2.4.x tree

2013-12-04 Thread Eric Covener
If a module in the 2.4.x doc has inherited a compatibility tag of "first available in 2.3.x", should we [ ] leave it [ ] wipe it entirely [ ] change it to 2.4.0 to give an indication it's new in this release? I am split between 2 and 3. ---

Re: CacheSoCache doc bogus ?

2013-12-27 Thread Eric Covener
On Fri, Dec 27, 2013 at 4:54 AM, Vincent Deffontaines wrote: > Greetings, > > Reviewing the .fr translation for > httpd-trunk/docs/manual/mod/mod_cache_socache.xml , I noticed : > > > CacheSocache > The directory root under which cache files are > stored > CacheSocache type[:args] > > > If it's a

Re: mod_dir.xml - 2.4 branch

2014-03-08 Thread Eric Covener
On Sat, Mar 8, 2014 at 12:12 PM, Lucien Gentis wrote: > Hi, > > There's a problem with new directive DirectoryCheckHandler : > > and talk about DirectorySlash directive. Sorry, I will resolve it today. - To unsubscribe, e-mail

Re: mod_dir.xml - 2.4 branch

2014-03-09 Thread Eric Covener
On Sat, Mar 8, 2014 at 12:14 PM, Eric Covener wrote: > On Sat, Mar 8, 2014 at 12:12 PM, Lucien Gentis > wrote: >> Hi, >> >> There's a problem with new directive DirectoryCheckHandler : >> >> and talk about DirectorySlash directive. >

Re: mod_dir.xml - 2.4 branch

2014-03-15 Thread Eric Covener
> There's still a problem inside : wouldn't it be "act as > if "DirectoryCheckHandler On" was specified." instead of "act as if > "DirectoryCheckHandler Off" was specified." ? > (see trunk branch) Yes, thanks, fixed in 1577905.

Re: Apche 2.4 docs /wr to CVE-2014-0098 log_cookie directive

2014-03-24 Thread Eric Covener
On Mon, Mar 24, 2014 at 6:43 AM, Hollstein, Mathias wrote: > Hello everyone, > > after reading CVE-2014-0098 ([L1]) one of my colleagues came up with the > conclusion that "log_cookie" function in file "mod_log_config.c" is not > used in Apache 2.4 anymore. > > However the documents ([L2]) are som

Re: Apche 2.4 docs /wr to CVE-2014-0098 log_cookie directive

2014-03-24 Thread Eric Covener
On Mon, Mar 24, 2014 at 7:34 AM, Hollstein, Mathias wrote: > Hello Eric, > > so I can safely assume that when using "%{VARNAME}C" for .e.g. like > (below) it does the trick/causes serious pain to me? yes > # CustomLog with format nickname > LogFormat "%h %l %u %t \"%r\" %>s %b \"%{mycookie-name}

Re: question about flags.xml - trunk branch

2014-04-05 Thread Eric Covener
On Sat, Apr 5, 2014 at 10:55 AM, Lucien Gentis wrote: > Hello everybody, > > In flags.xml - trunk branch - line 99 : > > An alternative to this flag is using a >RewriteCond to capture against %{THE_REQUEST} which will > capture > strings in the encoded form. > > I don't understand the meaning of "

Re: branche trunk - mod_proxy_wstunnel.xml

2014-04-27 Thread Eric Covener
On Apr 27, 2014 7:56 AM, "Lucien Gentis" wrote: > > Hello, > > > ProxyWebsocketAsyncDelay > Sets the amount of time the tunnel waits synchronously for > data > > Wouldn't it rather be 'waits asynchronously for data' ? It is the time it waits synchronously, before going asynch. > > -

Re: question about committing

2014-05-14 Thread Eric Covener
the only periodic part is someone occasionally builds the docs and notices there are uncommitted changes and checks them in. I think ideally, you checkin the changed XML then checkin the generated portions. -- Eric Covener cove...@

Re: Change of web site layout

2014-06-16 Thread Eric Covener
On Mon, Jun 16, 2014 at 4:33 AM, Greg Stein wrote: > I find the carousel to be unhelpful. Left? Right? Is there an ordering? > Where is the info I need? I actually clicked the arrows several times until > I realized there were just three bits of info. It is just too difficult to > "see at a glance

Re: Docs hack at ApacheCon?

2014-06-16 Thread Eric Covener
On Mon, Jun 16, 2014 at 7:39 PM, Mike Rumph wrote: > Unfortunately, I will not be able to attend the ApacheCon in Budapest. Same boat here unfortunately - To unsubscribe, e-mail: docs-unsubscr...@httpd.apache.org For additional

  1   2   >