Discussion:
login fails
Michael Di Martino
2005-03-31 22:51:56 UTC
Permalink
I have set this up according to the directions on the inter7 site,
however,
when I attempt to login in as user = admin password = adminpass it
fails.

Where can I look to find the error in the install.

Any help would be greatly appreciated.


Regards,
Michael DiMartino
Director of MIS
The telx Group, Inc.
17 State St, 33rd Floor
New York, NY 10004
T: 212.480.3300 X2022
C: 646.207.6603
Ken Jones
2005-03-31 22:55:25 UTC
Permalink
Post by Michael Di Martino
I have set this up according to the directions on the inter7 site,
however,
when I attempt to login in as user = admin password = adminpass it
fails.
Where can I look to find the error in the install.
Any help would be greatly appreciated.
A couple things to check:
make sure the web server is restarted after updating the httpd.conf file.
make sure the vqadmin.cgi program is setuid root.
make sure the web server allows setuid root programs to run.
make sure the vqadmin.passwd file is readable by the web server.
(RedHat 9's htpasswd program does not set it to be readable)

Ken Jones
Michael Di Martino
2005-03-31 23:32:15 UTC
Permalink
<<make sure the vqadmin.passwd file is <<readable by the web server.
<<RedHat 9's htpasswd program does not set <<it to be readable

Is that done in the apache conf file or is it just a system file permissions setting?

Thanks for the insight into this issue.
Regards,
Michael Di Martino
Director of MIS
The telx Group
Office: 212 480 3300 X.2022
Cell: 646 207 6603
***@telx.com
--------------------------
Sent from my BlackBerry Wireless Handheld
Bottero Joseph J Civ 97 AS/DOQ
2005-03-31 23:37:04 UTC
Permalink
Place this in your vqadmin .htaccess file:

AuthType Basic
AuthUserFile
/path/to/where/you/want/to/store/the/password/file/.htpasswd
AuthName vQadmin
require valid-user
satisfy any

Place this in your HTTPD.CONF file:

#vqadmin
<Directory "/path/to/your/cgi-bin/vqadmin">
deny from all
Options ExecCGI
AllowOverride AuthConfig
Order deny,allow
</Directory>

-- Jake

-----Original Message-----
From: Michael Di Martino [mailto:***@telx.com]
Sent: Thursday, March 31, 2005 3:32 PM
To: ***@inter7.com
Subject: Re: [vqadmin] login fails

<<make sure the vqadmin.passwd file is <<readable by the web server.
<<RedHat 9's htpasswd program does not set <<it to be readable

Is that done in the apache conf file or is it just a system file
permissions setting?

Thanks for the insight into this issue.
Regards,
Michael Di Martino
Director of MIS
The telx Group
Office: 212 480 3300 X.2022
Cell: 646 207 6603
***@telx.com
--------------------------
Sent from my BlackBerry Wireless Handheld
MDM
2005-04-01 15:21:23 UTC
Permalink
Post by Michael Di Martino
I have set this up according to the directions on the inter7 site,
however, when I attempt to login in as user = admin password =
adminpass it fails.
Where can I look to find the error in the install.
Any help would be greatly appreciated.
make sure the web server is restarted after updating the httpd.conf file.
make sure the vqadmin.cgi program is setuid root.
make sure the web server allows setuid root programs to run.
make sure the vqadmin.passwd file is readable by the web server.
(RedHat 9's htpasswd program does not set it to be readable)
Ken Jones
I have checked the above i believe everything is correct.
However i am now receiving the following error.

Error Syntax erorr in access lists

error occured while initiating the interface.
Please contact the administrator if this continues.

vqadmin 2.3.2

Loading...