I am still at the same spot. I cannot figure out what's happening.

http://mydomain.com/cgi-bin/qmailadmin
gives me for postmaster and [EMAIL PROTECTED] always invalid login
(same also for other user names)

I can login via telnet, so the password I provide is correct.

There is no error in the apache log files.

# ls -l /srv/www/vhosts/mydomain.com/cgi-bin/
total 428
-rwsr-xr-x 1 root     root    64976 Aug  7 08:51 ezmlm-cgi
-rwxr-xr-x 1 root     root   117384 Aug  7 08:51 htsearch
-rwxr-xr-x 1 root     root    24679 Aug  7 08:51 info2html
-rw-r--r-- 1 root     root     1780 Aug  7 08:51 info2html.conf
-rwxr-xr-x 1 root     root     4054 Aug  7 08:51 infocat
-rwsr-sr-x 1 vpopmail vchkpw 144712 Sep  4 15:37 qmailadmin
-rwxr-xr-x 1 root     root    54512 Aug  7 08:51 qtest
-rwxr-xr-x 1 root     root     9496 Aug  7 08:51 sqwebmail
drwxr-xr-x 3 vpopmail vchkpw    200 Sep  4 15:33 vqadmin


ls -l /srv/www/vhosts/mydomain.com/cgi-bin/vqadmin
total 113
-rw-r--r-- 1 nobody   root      100 Sep  4 15:33 .htaccess
drwxr-xr-x 2 vpopmail vchkpw   1192 Sep  4 15:33 html
lrwxrwxrwx 1 root     root       11 Sep  4 15:33 index.cgi -> vqadmin.cgi
-rw-r--r-- 1 vpopmail vchkpw    909 Sep  4 15:33 vqadmin.acl
-rwsr-sr-x 1 root     root   103688 Sep  4 15:33 vqadmin.cgi


I am using:
qmailadmin 1.2.9
vpopmail 5.4.13
SuSE 10.1
AMD Athlon (64)


httpd.conf includes:

<Directory "/srv/www/vhosts/craigadmin.elmit.biz/cgi-bin/vqadmin">
# original version
#    deny from all
#    Options ExecCGI FollowSymLinks
#    AllowOverride AuthConfig
#    Order deny,allow
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>


and /etc/apache2/vhosts.d/vhost.conf
<VirtualHost *:80>
   ServerAdmin [EMAIL PROTECTED]
    VirtualDocumentRoot /srv/www/vhosts/%0/htdocs
   ErrorLog /var/log/apache2/virtual_error_log
   CustomLog /var/log/virtual_access_log vhost_combined
   HostnameLookups Off
   UseCanonicalName Off
   ServerSignature On
   VirtualScriptAlias "/srv/www/vhosts/%0/cgi-bin/"
   <Directory "/srv/www/vhosts/%0/cgi-bin">
       AllowOverride None
       Options +ExecCGI -Includes
       Order allow,deny
       Allow from all
   </Directory>
   <IfModule mod_userdir.c>
       UserDir public_html
       Include /etc/apache2/mod_userdir.conf
    </IfModule>
<Directory /> Options Indexes FollowSymLinks
       AllowOverride None
       Order allow,deny
Allow from all </Directory>
</VirtualHost>


Can anybody spot the problem?

bye

Ronald








Reply via email to