From owner-freebsd-questions Sun Jun 10 23: 9:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.tecdigital.net (cci.tol.itesm.mx [132.254.97.16]) by hub.freebsd.org (Postfix) with SMTP id 00C7137B407 for ; Sun, 10 Jun 2001 23:09:48 -0700 (PDT) (envelope-from madd@tecdigital.net) Received: (qmail 15326 invoked from network); 11 Jun 2001 06:08:23 -0000 Received: from unknown (HELO midgar) (madd@127.0.0.1) by 127.0.0.1 with SMTP; 11 Jun 2001 06:08:23 -0000 Message-ID: <015201c0f23d$197ea170$0a00a8c0@midgar> From: "Mario Doria" To: "FreeBSD Questions" Cc: "Mario Doria" Subject: Apache problem Date: Mon, 11 Jun 2001 01:09:38 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi again, I don't think this list is the correct list to post this question, but I have to cover all ends...also, I did not have the following problem in linux; and I just migrated my server from linux to freebsd. My problem is with apache, I does not see my user/password file, even though I can see/read it whenever I want. I've fiddled with permissions, trying every combination but to no avail. The Apache server was installed from the ports collection, it is Apache13-modssl, added was mod-php4. Here goes, a part of my httpd.conf file: Options All AllowOverride None AuthType Basic AuthName "Autores" AuthUserFile /usr/local/etc/apache/passwd/autores AuthGroupFile /dev/null Require valid-user It all seems fine to me, I imported this from my old linux machine (running apache 1.3.19) and it worked just fine. But now I cannot get Apache to work again. Here's what appears on httpd-error.log: [Mon Jun 11 00:57:31 2001] [notice] Apache/1.3.20 (Unix) AuthMySQL/2.20 PHP/4.0.5 mod_ssl/2.8.4 OpenSSL/0.9.6 configured -- resuming normal operations [Mon Jun 11 01:06:53 2001] [error] [client xx.xx.xx.xx] (13)Permission denied: Could not open password file: /usr/local/etc/apache/passwd/autores [Mon Jun 11 01:06:53 2001] [error] [client xx.xx.xx.xx] user autor1 not found: /autores Can anybody help me with this problem?? Thanks, Mario Doria To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message