Skip to content

Commit c93eadc

Browse files
committed
Update README.md
1 parent d8d039a commit c93eadc

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

README.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,21 @@ 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+
# How to build
1125

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

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-
3341
# Fork
3442

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

0 commit comments

Comments
 (0)