|
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 |
- RE: [vqadmin] Panels not accepting input Trevor Henderson
