Ok I see now I face an apache problem. I put it here just to know if someone can help me if not I'll put the question elsewhere.

I have defined a virtual host in httpd.conf that says.
<VirtualHost 85.31.144.205:80>
        ServerAdmin [EMAIL PROTECTED]
        DocumentRoot /home/antxeta/www
        SuexecUserGroup antxeta users
        ServerName www.antxetairratia.com
        ServerAlias antxetairratia.com
        CustomLog logs/antxeta-access_log combined
        ScriptAlias /cgi-bin/ /home/antxeta/cgi-bin/
</VirtualHost>

Before that I have defined the following overall parameters
ServerName 85.31.144.205:80
DocumentRoot "/var/www/html"
ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"

on the error-log I find the following
[Wed May 31 00:22:07 2006] [error] [client 83.46.120.82] script not found or unable to stat: /home/antxeta/cgi-bin/qmailadmin

So I see that the directives defined on VirtualHost seem to have higher priority than the general ones. is there a way to change this?

Bye

Reply via email to