File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -16,35 +16,6 @@ Authentication is made externally by an Authentication html form page and all Au
1616* apache 2.4 partial support (no use the new security model)
1717* some portability issue (apr_strtok in place of strtok, and variable definition in front of function)
1818
19- # Build dependency
20-
21- You must have compiled and installed:
22-
23- - [ libevent] ( http://libevent.org/ ) use by [ memcached] ( http://memcached.org/ ) .
24-
25- - [ memcached] ( http://memcached.org/ ) the cache daemon it self.
26-
27- - [ libmemcache] ( https://github.com/richp10/libmemcache-1.4.0.rc2-patched ) the C client API needed to compile the Apache Module.
28-
29- > ** Attention:** Don't mix up ` libmemcache ` and ` libmemcached ` !
30-
31- # Compilation
32-
33- You must modify Makefile:
34-
35- - Set correctly the MY_APXS variable to point to the apache "apxs" scripts.
36-
37- - Add the memcache library path in MY_LDFLAGS variable if necessary (-L<my memcache lib path >)
38-
39- How to compile:
40-
41- ```
42- # make
43- # make install
44- ```
45-
46- After that the "mod_auth_memcookie.so" is generated in apache "modules" directory.
47-
4819#Documentation
4920
5021All the documentation are here: http://zenprojects.github.io/Apache-Authmemcookie-Module/
You can’t perform that action at this time.
0 commit comments