Re: documentation issues for mod_authn_socache

2015-06-22 Thread Helmut K. C. Tessarek
On 2015-06-17 18:03, Helmut K. C. Tessarek wrote:
 Hello,
 
 http://httpd.apache.org/docs/2.4/mod/mod_authn_socache.html
 
 There are 2 things I want to mention:
 
 1) cacheing is not a word. It should be replaced with caching on the entire 
 page
 2) AuthnCacheSOCache Directive:  If not set, your platform's default will be 
 used.
 
 There's no indication whatsoever what the platforms' defaults actually are.
 
 Can someone please tell me what the platforms' defaults are?
 
 I'm mostly interested in Linux and MacOSX, but a list would be nice in the 
 docs.


Does anyone have any input on this? Or is this the wrong list for doc issues?

-- 
regards Helmut K. C. Tessarek
lookup http://sks.pkqs.net for KeyID 0xC11F128D

/*
   Thou shalt not follow the NULL pointer for chaos and madness 
   await thee at its end.
*/


Re: documentation issues for mod_authn_socache

2015-06-22 Thread Nick Kew
On Mon, 22 Jun 2015 16:10:19 -0400
Helmut K. C. Tessarek tessa...@evermeet.cx wrote:

 On 2015-06-17 18:03, Helmut K. C. Tessarek wrote:
  Hello,
  
  http://httpd.apache.org/docs/2.4/mod/mod_authn_socache.html
  
  There are 2 things I want to mention:
  
  1) cacheing is not a word. It should be replaced with caching on the entire 
  page
  2) AuthnCacheSOCache Directive:  If not set, your platform's default will 
  be used.
  
  There's no indication whatsoever what the platforms' defaults actually are.
  
  Can someone please tell me what the platforms' defaults are?
  
  I'm mostly interested in Linux and MacOSX, but a list would be nice in the 
  docs.
 
 
 Does anyone have any input on this? Or is this the wrong list for doc issues?

We don't know the platforms' defaults.  They're up to the packagers,
and those sysops who make an active decision.

What you're asking is kind-of like asking us to concern ourselves
with the nuances of ext2/3/4 vs XFS vs JFS vs ZFS vs NTFS, etc.
We are agnostic.

-- 
Nick Kew


Re: documentation issues for mod_authn_socache

2015-06-22 Thread Helmut K. C. Tessarek
On 2015-06-22 16:29, Nick Kew wrote:
 We don't know the platforms' defaults.  They're up to the packagers,
 and those sysops who make an active decision.

I don't understand. What do you mean by this is up to the packagers?

Is there a config option that decides this? If yes, let me ask this: what, if 
nothing is set?
Then there is no caching? What is used when someone calls the API 
ap_authn_cache_store? 

I'm sorry, but this makes no sense.
The defaults are in the code, aren't they? There should be something in the 
code like:

If on Linux and AuthnCacheSOCache not set, then use .

A default value is not something that is normaly chosen, and if it is, it 
should be at least explained how.

What about my 1st item? Misspelling of caching? How to fix it, who can fix it? 
Can I clone a repo
and create a pull request or do I have do work with svn?

-- 
regards Helmut K. C. Tessarek
lookup http://sks.pkqs.net for KeyID 0xC11F128D

/*
   Thou shalt not follow the NULL pointer for chaos and madness 
   await thee at its end.
*/


documentation issues for mod_authn_socache

2015-06-17 Thread Helmut K. C. Tessarek
Hello,

http://httpd.apache.org/docs/2.4/mod/mod_authn_socache.html

There are 2 things I want to mention:

1) cacheing is not a word. It should be replaced with caching on the entire page
2) AuthnCacheSOCache Directive:  If not set, your platform's default will be 
used.

There's no indication whatsoever what the platforms' defaults actually are.

Can someone please tell me what the platforms' defaults are?

I'm mostly interested in Linux and MacOSX, but a list would be nice in the docs.

Cheers,
  K. C.

-- 
regards Helmut K. C. Tessarek
lookup http://sks.pkqs.net for KeyID 0xC11F128D

/*
   Thou shalt not follow the NULL pointer for chaos and madness 
   await thee at its end.
*/