Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Jeff Peng
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 install

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Ali, Saqib
Hi Joshua, Thank you very much :) That resolved the issue. Your posting are indeed very helpful. Saqib Ali On 8/23/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > > but this is not a CGI file. > > Well, they are marked as such in your co

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Joshua Slive
On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > but this is not a CGI file. Well, they are marked as such in your config file. You likely have an AddHandler or AddType directive designating .exe files as cgi scripts. You'll need to get rid of that if you want them downloaded without proces

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Ali, Saqib
but this is not a CGI file. On 8/23/07, Joshua Slive <[EMAIL PROTECTED]> wrote: > On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > > 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: >

Re: [EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Joshua Slive
On 8/23/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > 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 In httpd.conf, you have an Options d

[EMAIL PROTECTED] Forbidden error on .exe files in apache on RH 4.0

2007-08-23 Thread Ali, Saqib
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 Any thoughts? Saqib - The off