blob: 69bb09de0fa916843d14ffc237ef7a420fe79627 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
=============================================================================
You will need to edit ${PREFIX}/http/conf/httpd.conf and add the following
lines to the Dynamic Shared Object section in order to use this module
(substitute ${PREFIX} with /usr/pkg or your prefix as appropriate):
LoadModule ${PREFIX}/lib/apache/mod_auth_cookie.so
...
AddModule mod_auth_cookie.c
=============================================================================
|