----- Original Message -----
From: "Ken Jones" <[EMAIL PROTECTED]>
To: "alexus" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Friday, August 03, 2001 1:02 AM
Subject: Re: vqadmin
> alexus wrote:
> >
> > hi
> >
> > i must be doing something really wrong
> >
> > i installed vqadmin on my box, looks like everything went smoothly
> >
> > now when i access http://box.nexgen.com/cgi-bin/vqadmin it asking me for
> > username and password if i use defaulto one test/test it gives me
fobidden
> > error
> >
> > if i go to http://box.nexgen.com/cgi-bin/vqadmin/vqadmin.cgi it shows me
GUI
> > although it also shows error at the beging of the page
> >
> > could not open lang en-us
> >
> > also it wouldn't allow me add or remove/modify any of my domains
> >
> > a little help?
> >
> > thanks in advance
>
> What are the permissions on the vqadmin.cgi file
> and on the .htpasswd file?
>
alexus@~# ls -la /usr/local/apache/cgi-bin/vqadmin/vqadmin.cgi
-rwsr-sr-x 1 root wheel 86928 Jul 30 18:41
/usr/local/apache/cgi-bin/vqadmin/vqadmin.cgi
alexus@~# ls -la /usr/local/apache/cgi-bin/vqadmin/.htaccess
-rwx---r-x 1 vpopmail vchkpw 115 Jul 30 18:30
/usr/local/apache/cgi-bin/vqadmin/.htaccess
alexus@~#
> Did you set the password with htpasswd command?
>
yes
here is my .htaccess and vqadmin.passwd files
alexus@~# cat /usr/local/apache/cgi-bin/vqadmin/.htaccess
AuthType Basic
AuthUserFile /usr/local/apache/conf/vqadmin.passwd
AuthName vqadmin
require valid-user
satisfy any
alexus@~# cat /usr/local/apache/conf/vqadmin.passwd
test:L9KMW5RFXefF6
alexus@~#
> BTW: I've noticed a error on "view domain" when using
> the old cdb module options. The problem is with attempting
> to print out the null clear password field.
>
old cdb module options?
> Ken Jones
> inter7.com
>