[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: Apache/2.0.52
Server built:   Aug  7 2007 05:01:02
Filesystem: EXT3

saqib
http://doctrina.wordpress.com/

-
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]



[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
http://doctrina.wordpress.com/

-
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]



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 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]



[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.
VirtualHost x.x.x.x:81
DocumentRoot /var/www/html/
Directory /usr/local/apache/htdocs/
DAV On
   /Directory
ForceType text/plain
/VirtualHost

However it doesn't seem to work for Server Side Includes (SSI). How so?


saqib
http://doctrina.wordpress.com/

-
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]



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 AddType (an old deprecated method still
 recommended in the php docs) to activate php but AddHandler (the
 method recommended by Apache) to activate ssi. The handler equivalent
 is
 SetHandler default-handler
 or (assuming that ssi is activated for .shtml files)
 RemoveHandler .shtml

-
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]



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

2007-09-30 Thread Ali, Saqib
so i found the culprit for this mysterious  behavior - it is the
Siteminder module. If I disable the Siteminder module then I can
read/write files that have a filename prefixed with a dot (e.g: .temp
.pine etc)

However I don't know how to resolve the issue without disabling the
siteminder module

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 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 just get a 500
 error in the access logs and no info in the error logs.

 Has anyone experienced this issue?

 Thanks
 saqib
 http://security-basics.blogspot.com/


-
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]



[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 just get a 500
error in the access logs and no info in the error logs.

Has anyone experienced this issue?

Thanks
saqib
http://security-basics.blogspot.com/

-
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]



[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 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]



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:
  Options ExecCGI is off in this directory: /path/path/file.exe

 In httpd.conf, you have an Options directive applying to that path (or
 a parent directory) that does not include the ExecCGI option.

 Joshua.

 -
 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]




-- 
Saqib Ali, CISSP, ISSAP
http://www.full-disk-encryption.net

-
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]



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 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
 processing.

 Joshua.

 -
 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]




-- 
Saqib Ali, CISSP, ISSAP
http://www.full-disk-encryption.net

-
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]