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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,28 @@ 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
11
+
12
+
user make with MY_ macro as arguments to specify where to find libmemcache and Apache httpd apxs developper tool
13
+
```
14
+
# make MY_APXS=/path/to/apache/httpd/bin/apxs MY_LDFLAGS="-lmemcache -L/path/to/libmemcache/lib/" MY_CFLAGS=-I/path/to/libmemcache/include
0 commit comments