Date: Thu, 14 Apr 2005 09:28:47 -0400 From: cs <cs-fbsd@ctzen.com> To: freebsd-questions@freebsd.org Subject: need help with apache21 + mod_auth_pam2 Message-ID: <425E700F.6090002@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?425E700F.6090002>