Hi

I've configured and installed qmailadmin but when I try to run it from my
browser I get text chars....

I guess that Apache don't know that qmail is a cgi to be excuted but I
don't found the solution.

I've configured qmail as follows:

./configure --enable-cgibindir=/www/htdocs/staff/cgi-bin/
--with-htmllibdir=/www/htdocs/staff/cgi-bin/qshare
--enable-qmaildir=/var/qmail 


And my virtual host conf is:

<VirtualHost xx.xx.xx.xx>
    ServerAdmin [EMAIL PROTECTED]
    DocumentRoot /www/htdocs/staff
    ServerName staff.something.com
    ErrorLog logs/staff_error.log
    CustomLog logs/staff.log combined
    Alias /cgi-bin/ /www/htdocs/staff/cgi-bin/
    ScriptAlias /cgi-bin/ /www/htdocs/staff/cgi-bin/
    <Directory /www/htdocs/staff>
       deny from all
       Options ExecCGI
       AllowOverride AuthConfig
       Order deny,allow
    </Directory>
</VirtualHost>

I've vqadmin in the same directory than qmailadmin and it runs ok. (the
only difference is that vqadmin has .cgi extension)

Could somebody give a clue to solve this simple problem ?

Thanks in advance

<jl>






Reply via email to