try those settings for your cgi <Directory /yourpatch/cgi-bin> Options FollowSymLinks ExecCGI order deny,allow deny from none allow from all <Limit GET POST> order deny,allow deny from none allow from all </Limit> </Directory>
Have a good day. Remo Ronald Wiplinger wrote: > Remo Mattei wrote: > If you would not cut the original post in your reply, than you would > still see it ;-) > For your convenience I have copied the original part again here: > > > I get following picture displayed: > > *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 <http://www.inter7.com/vqadmin/> 2.3.6 > > vpopmail <http://www.inter7.com/vpopmail/> 5.4.13** > > > > > httpd.conf includes: > > <Directory "/srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin"> > deny from all > Options ExecCGI FollowSymLinks > AllowOverride AuthConfig > Order deny,allow > </Directory> > > > # cat /srv/www/vhosts/xx.xx.xx/cgi-bin/vqadmin/.htaccess AuthType Basic > AuthUserFile /srv/www/vqadmin.passwd > AuthName vQadmin > require valid-user > satisfy any > > > > # cat /srv/www/vqadmin.passwd xx4admin:B.f/I7zxxxx. > > > > What do I miss? > > bye > > Ronald > > >