blob: 45bf7026c5d3178ae373e0a9e7fcc8eb04fc48c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
************************************************************
You've installed mod_auth_pam, a PAM authentication module
for Apache.
Edit your apache.conf or httpd.conf to enable and setup this
module. Have a look at the files in
${PREFIX}/share/doc/mod_auth_pam for information on how to
to configure it etc.
Then do this to make it work effective:
# apachectl configtest (see if there are any config errors)
# apachectl restart
If you have trouble loading this module due to missing
symbols, try adding the following line to the top of your
apachectl script (on line 2):
LD_PRELOAD=/usr/lib/libpam.so.1; export LD_PRELOAD
************************************************************
|