Skip to content

Commit 9b2f739

Browse files
committed
Merge branch 'master' of github.com:ZenProjects/Apache-Authmemcookie-Module
2 parents e05c166 + 57d6b85 commit 9b2f739

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,23 @@ The module doesn’t make Authentication by it self, but verify if Authenticatio
77

88
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.
99

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`!
25+
26+
# How to build
1127

1228
```
1329
# ./configure --with-apxs=/path/to/apache/httpd/bin/apxs --with-libmemcache=/path/to/libmemcache/
@@ -24,12 +40,6 @@ Authentication is made externally by an Authentication html form page and all Au
2440
* apache 2.4 partial support (no use the new security model)
2541
* some portability issue (apr_strtok in place of strtok, and variable definition in front of function)
2642

27-
#Documentation
28-
29-
All the documentation are [here](http://zenprojects.github.io/Apache-Authmemcookie-Module/)
30-
31-
[Link to original doc](http://htmlpreview.github.io/?https://github.com/ZenProjects/Apache-Authmemcookie-Module/blob/master/docs/readme.html)
32-
3343
# Fork
3444

3545
https://github.com/openSUSE/apache2-mod_auth_memcookie

0 commit comments

Comments
 (0)