Django

Code

Show
Ignore:
Timestamp:
07/04/08 15:16:22 (6 months ago)
Author:
jbronn
Message:

gis: Merged revisions 7772-7808,7811-7814,7816-7823,7826-7829,7831-7833,7835 via svnmerge from trunk. Modified GeoWhereNode accordingly for changes in r7835.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/gis

    • Property svnmerge-integrated changed from /django/trunk:1-7767 to /django/trunk:1-7835
  • django/branches/gis/docs/apache_auth.txt

    r7354 r7836  
    4040 
    4141    You'll also need to insert configuration directives that prevent Apache 
    42     from trying to use other authentication modules. Depending on which other 
    43     authentication modules you have loaded, you might need one or more of 
    44     the following directives:: 
     42    from trying to use other authentication modules, as well as specifying 
     43    the ``AuthUserFile`` directive and pointing it to ``/dev/null``. Depending 
     44    on which other authentication modules you have loaded, you might need one 
     45    or more of the following directives:: 
    4546 
    4647        AuthBasicAuthoritative Off 
     
    6667            AuthType Basic 
    6768            AuthName "example.com" 
     69            **AuthUserFile /dev/null** 
    6870            **AuthBasicAuthoritative Off** 
    6971            Require valid-user