You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,12 @@ AuthMemCookie Apache Module
3
3
4
4
The "Auth MemCookie" is an Apache v2.0 Authentication and authorization modules are based on "cookie" Authentication mechanism.
5
5
6
-
The module doesn’t make Authentication by it self, but verify if Authentication "the cookie" is valid for each url protected by the module. The module validate also if the "authenticated user" have authorization to access url.
6
+
The module doesn’t make Authentication by it self, but verify if Authentication "the cookie" are valid for each url protected by the module. The module validate also if the "authenticated user" have authorization to access url.
7
7
8
8
Authentication is made externally by an Authentication html form page and all Authentication information necessary to the module a stored in memcached identified by the cookie value "Authentication session id" by this login page.
9
9
10
+
# Documentation
11
+
10
12
- All the documentation are [here](http://zenprojects.github.io/Apache-Authmemcookie-Module/)
11
13
12
14
# Build dependency
@@ -27,15 +29,21 @@ You must have compiled and installed:
27
29
# make install
28
30
```
29
31
30
-
# News in this version (v1.2)
32
+
# News in v2.0
33
+
34
+
* Full support for apache 2.3/2.4 authz/authn model support
35
+
* Fix in http header sending
36
+
* Support for setting prefix http header other than "MCAC_"
37
+
38
+
# News in v1.2
31
39
32
-
*migration from old [libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) to modern [libmemcached](http://libmemcached.org/)
40
+
*Migration from old [libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) to modern [libmemcached](http://libmemcached.org/)
33
41
34
-
# News in this version (v1.1.1)
42
+
# News in v1.1.1
35
43
36
44
* Correct handling of "=" in value of the memcache session (E. Dumas).
0 commit comments