look in the install instructions. If I remember right there is a
configure option to tell it where the html file are. That will probably
get rid of that bit.
As far as the error about invoking a directory as a script, sounds like
an apache configuration issue.
Try putting an index.html file in there that looks like this
<HTML>
<META HTTP-EQUIV="refresh" CONTENT="0; URL=./vqadmin.cgi">
</HTML>
If that doesn' do it check your httpd.conf file and check apache.org to
see what you need to do to at least list the files in a directory if the
url is a directory and there is no index.html .
Also it could be that if there is no trailing slash EG
http://www.home.net/directory then it doesn't say "oh that's a directory
I better put a slash at the end so it works right"
There is a something in apache that will do this. Couldn't tell you off
the top of my head though.
Hope that helps
Dan
-----Original Message-----
From: Trevor Henderson [mailto:trev.h@;btinternet.com]
Sent: Wednesday, October 23, 2002 5:05 PM
To: [EMAIL PROTECTED]
Subject: [vqadmin] Panels not accepting input
I have installed vqadmin on a Mandrake 8.2 system with apache 1.3.23
I have had to change the install slightly to get it working as follows:
# tar zxf vqadmin-X.X.tar.gz=20
# cd vqadmin*=20
# ./configure
# make
# make install
# cd /usr/local/apache/conf
# vi httpd.conf
<Directory "/var/www/cgi-bin/vqadmin">
deny from all
Options ExecCGI=20
AllowOverride AuthConfig
Order deny,allow
</Directory>
# cd /usr/local/apache/cgi-bin/vqadmin
# vi vqadmin.acl
# vi .htaccess
AuthType Basic
AuthUserFile /usr/local/apache/conf/vqadmin.passwd
AuthName vQadmin
require valid-user
satisfy any
# chown nobody .htaccess
# chmod 755 .htaccess
# /usr/local/apache/bin/htpasswd -bc =
/usr/local/apache/conf/vqadmin.passwd admin adminpass
# /usr/local/apache/bin/apachectl stop=20
# /usr/local/apache/bin/apachectl start=20
Note: changes are
<Directory "/var/www/cgi-bin/vqadmin">
# chmod 755 .htaccess
I didn't have a /usr/local/apache/ in my install.
If I use http://server.home.net/cgi-bin/vqadmin after entering a userid
=
& password I get a "403 Forbidden" with /var/log/httpd/error_log showing
[Thu Oct 24 22:46:50 2002] [error] [client 192.168.1.10] attempt to =
invoke directory as script: /var/www/cgi-bin/vqadmin
So to get vqadmin menu I have used =
http://server.home.net/cgi-bin/vqadmin/vqadmin.cgi
After entering userid/password and going to Add Domain =
http://server.home.net/cgi-bin/vqadmin/vqadmin.cgi/show/add_domain.html
=
(add_domain.html is under /var/www/cgi-bin/vqadmin/html not =
/var/www/cgi-bin/vqadmin/show so I don't know how this works), if I add
=
a Domain Name & Postmaster Password and "Add Domain" button I am =
returned to the Main Menu. If I try View Domain or List Domains, nothing
=
is displayed.
What am I doing wrong?
Should the Add Domain create the domain name in /home/vpopmail/domains/
=
?
Is there a debug/trace facility to track what is happening?
Many thanks
Trev.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.401 / Virus Database: 226 - Release Date: 09/10/2002