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
+17-7Lines changed: 17 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,23 @@ The module doesn’t make Authentication by it self, but verify if Authenticatio
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
-
# Compilation
10
+
- All the documentation are [here](http://zenprojects.github.io/Apache-Authmemcookie-Module/)
11
+
- And the old original documentation are [here](http://htmlpreview.github.io/?https://github.com/ZenProjects/Apache-Authmemcookie-Module/blob/master/docs/readme.html)
12
+
13
+
14
+
# Build dependency
15
+
16
+
You must have compiled and installed:
17
+
18
+
-[libevent](http://libevent.org/) use by [memcached](http://memcached.org/).
19
+
20
+
-[memcached](http://memcached.org/) the cache daemon it self.
21
+
22
+
-[libmemcache](https://github.com/richp10/libmemcache-1.4.0.rc2-patched) the C client API needed to compile the Apache Module.
23
+
24
+
> **Attention:** Don't mix up `libmemcache` and `libmemcached`!
0 commit comments