Date: Thu, 14 Apr 2005 14:04:46 -0400 From: cs <cs-fbsd@ctzen.com> To: freebsd-questions@freebsd.org Subject: need help with apache21 + mod_auth_pam2 Message-ID: <425EB0BE.2090304@ctzen.com>
next in thread | raw e-mail | index | archive | help
Hi,
FreeBSD 5.3 REL
Apache21 2.1.4
mod_auth_pam2 1.1.1
httpd.conf:
LoadModule auth_pam_module libexec/apache21/mod_auth_pam.so
#LoadModule auth_sys_group_module libexec/apache21/mod_auth_sys_group.so
<VirtualHost *:443>
DocumentRoot /var/www
<Directory /var/www>
Options FollowSymLinks
Order deny,allow
Allow from all
DirectoryIndex index.html
AuthType Basic
AuthName "secure area"
require user test
</Directory>
SSLEngine On
</VirtualHost>
apache error log:
[error] Internal error: pcfg_openfile() called with NULL filename
[error] [client x.x.x.x] (9)Bad file descriptor: Could not open password
file: (null)
Any idea ?
Thanks.
-cs
p.s. This is a repost because I waited 5 hours and the 1st post did not
appear on the list.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?425EB0BE.2090304>
