-------- Original-Nachricht --------
> Datum: Thu, 23 Aug 2007 11:35:30 -0700
> Von: "Ali, Saqib" <[EMAIL PROTECTED]>
> An: users@httpd.apache.org
> Betreff: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

> Hello All,
> 
> I just installed a RH 4.0 box with apache, and I am getting a
> "Forbidden" error when trying to d/l .EXE files.
> 
> The log says:
> Options ExecCGI is off in this directory: /path/path/file.exe
> 

because this directory doesn't have ExecCGI options,you can add it if 
needed.like,

    <Directory "/the/path">
        AllowOverride None
        Options ExecCGI
    </Directory>

-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to