From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 21:10:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 062A816A41F for ; Tue, 27 Sep 2005 21:10:02 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail27.sea5.speakeasy.net (mail27.sea5.speakeasy.net [69.17.117.29]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7312E43D67 for ; Tue, 27 Sep 2005 21:09:54 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 32181 invoked from network); 27 Sep 2005 21:09:53 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail27.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 27 Sep 2005 21:09:53 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 5EAFF3C; Tue, 27 Sep 2005 17:09:52 -0400 (EDT) Sender: lowell@be-well.ilk.org To: tethys ocean References: <235b8000050926091310903997@mail.gmail.com> From: Lowell Gilbert Date: 27 Sep 2005 17:09:52 -0400 In-Reply-To: <235b8000050926091310903997@mail.gmail.com> Message-ID: <44slvqb4kf.fsf@be-well.ilk.org> Lines: 71 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: vqadmin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 21:10:02 -0000 tethys ocean writes: > I want setup vqadmin-2.3.6. FreeBSD 5.4 and qmail-1.03_4 and > qmailadmin-1.2.7,1 apache+mod_ssl-1.3.33+2.8.22 mysql-server-4.0.24_1 is > running on my system. Install vqadmin from ports and than setting up depens > on http://freebsd.qmailrocks.org/vqadmin.htm but it is not running > > installaion by using port with setted up make > enable-cgibindir=/usr/local/www/cgi-bin enable-htmldir=/usr/local/www/data > install clean > > my www directory contains these directory and files > bash-2.05b# ls -als > total 20 > 2 drwxr-xr-x 9 root wheel 512 Jul 1 21:05 . > 2 drwxr-xr-x 15 root wheel 512 Jul 1 20:07 .. > 2 drwxr-xr-x 3 root wheel 512 Jul 1 20:21 cgi > 2 drwxr-xr-x 5 vpopmail vchkpw 512 Sep 25 14:56 cgi-bin > 2 drwxr-xr-x 3 root wheel 512 Sep 25 14:51 cgi-bin-dist > 2 drwxr-xr-x 6 root wheel 512 Sep 25 15:28 data > 2 drwxr-xr-x 3 root wheel 1024 Sep 25 14:51 data-dist > 4 drwxr-xr-x 3 root wheel 3584 Jul 1 21:05 icons > 2 drwxr-xr-x 2 www www 512 Jul 1 21:05 proxy > bash-2.05b# > > > bash-2.05b# ls -als cgi-bin > total 10 > 2 drwxr-xr-x 5 vpopmail vchkpw 512 Sep 25 14:56 . > 2 drwxr-xr-x 9 root wheel 512 Jul 1 21:05 .. > 2 drwxr-xr-x 2 root wheel 512 Jul 1 20:21 qmailadmin > 2 drwxr-xr-x 2 root wheel 512 Jul 1 20:36 sqwebmail > 2 drwxr-xr-x 3 vpopmail vchkpw 512 Sep 25 14:51 vqadmin > bash-2.05b# > > My httpd.conf is > > > > ServerAdmin root@mydomain.com > DocumentRoot /usr/local/www/cgi-bin/vqadmin > ServerName mydomain.com > #ServerAlias mydomain.com > ScriptAlias /cgi-bin "/usr/local/www/cgi-bin" > > > > .htaccess is > > AuthType Basic > AuthUserFile /usr/local/etc/apache/.htpasswd > AuthName vQadmin > require valid-user > satisfy any > > > but when *http://www.mydomain.com/cgi-bin/vqadmin/vqadmin.cgi* > > *Authentication Failed Username unknown* > > *vQadmin was unable to determine your username, which > means your webserver is improperly configured to run > with this CGI. For security reasons, this script > will not run without Apache htaccess lists. > > vqadmin 2.3.6 > > vpopmail 5.4.10* Does the > AuthUserFile /usr/local/etc/apache/.htpasswd actually exist?