[EMAIL PROTECTED] File too large: An error occurred while writing to a resource

2008-11-14 Thread Ali, Saqib
I am getting the following error msg when transferring a 3GB file to a Apache server using WebDAV: "File too large: An error occurred while writing to a resource" What gives? I running: OS: Red Hat Enterprise Linux ES release 4 (Nahant Update 6) Kernel: 2.6.9-55.0.6.ELsmp #1 SMP Server version:

[EMAIL PROTECTED] SSL Cert signed by Intermediary CAs cause delays?

2008-06-08 Thread Ali, Saqib
Do SSL Cert signed by Intermediary CAs cause additional delays compared to SSL certs signed by root CAs? We have an application that makes excessive amount of SSL calls, and from the time we installed a SSL cert signed by an Intermediary CA the applications is extremely slow. Any thoughts? saqib

Re: [EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-03 Thread Ali, Saqib
Thanks Joshua!!! That did the trick :-) saqib http://doctrina.wordpress.com/ - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscribe,

Re: [EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-02 Thread Ali, Saqib
Hi Joshua, This is what I have: SetHandler server-parsed AddType text/html .shtml AddOutputFilter INCLUDES .shtml And this doesn't seem to help. saqib http://doctrina.wordpress.com/ On Mon, Jun 2, 2008 at 4:53 PM, Joshua Slive <[EMAIL PROTECTED]> wrote: > Probably because you are using AddTyp

[EMAIL PROTECTED] ForceType text/plain works for PHP but not for SSI

2008-06-02 Thread Ali, Saqib
I have the following defined for port 81 on a web server that has WebDAV enabled. This forces the httpd to send PHP files "unparsed". DocumentRoot /var/www/html/ DAV On ForceType text/plain However it doesn't seem to work for Server Side Includes (SSI). How so? saq

[EMAIL PROTECTED] Re: unable to copy dot prefixed files to Apache powered WebDAV shares - Siteminder is the culprit

2007-09-30 Thread Ali, Saqib
odule Any siteminder employee/guru on the list? Thanks saqib http://security-basics.blogspot.com/ On 9/29/07, Ali, Saqib <[EMAIL PROTECTED]> wrote: > Hello All, > > I am running Apache/2.0.52 on RedHat Enterprise Linux 4.0. I have > WebDAV enabled on certain directories a

[EMAIL PROTECTED] unable to copy dot prefixed files to Apache powered WebDAV shares

2007-09-29 Thread Ali, Saqib
Hello All, I am running Apache/2.0.52 on RedHat Enterprise Linux 4.0. I have WebDAV enabled on certain directories and I able to read/write regular files in the WebDAV shares. However if I try to upload a file that has a filename prefixed with a dot (e.g: .temp .pine etc) the upload fails. And I

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

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 wh

[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