[EMAIL PROTECTED] Large files

2007-09-30 Thread Michael Conlen
Is it possible to transfer files larger than 2^32 bytes long using  
Apache on a 32 bit system? If I have a file greater than that length  
of legnth A apache indicates that it's going to send [ A (mod 2^32) ]  
bytes. My file is in excess of 7*2^32 bytes long.


--
Michael Conlen


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

2007-09-30 Thread Michael Conlen

Please ignore, I found large file support in 2.2.x

FM is R

--
Michael Conlen

On Sep 30, 2007, at 5:45 AM, Michael Conlen wrote:

Is it possible to transfer files larger than 2^32 bytes long using  
Apache on a 32 bit system? If I have a file greater than that  
length of legnth A apache indicates that it's going to send [ A  
(mod 2^32) ] bytes. My file is in excess of 7*2^32 bytes long.


--
Michael Conlen


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




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

2006-05-11 Thread Mike VanHorn

I have compiled and built 2.0.58, but I am still getting the same error:

  (79)Value too large for defined data type

I'd been checking and LFS was supposedly fixed in 2.0.53, so why am I
getting this error? I'm on Solaris 10 x86.

Thanks!

On 5/10/06 12:38 PM, Nick Kew [EMAIL PROTECTED] wrote:

 On Wednesday 10 May 2006 16:10, Mike VanHorn wrote:
 I've found on the web where Apache doesn't support the serving of files
 2GB on 32-bit systems
 
 More up to date versions of apache have large file support enabled by default.

---
Mike VanHorn
Senior Computer Systems Administrator 
College of Engineering and Computer Science
Wright State University
265 Russ Engineering Center
937-775-5157
[EMAIL PROTECTED]
http://www.cs.wright.edu/~mvanhorn/




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

2006-05-11 Thread Joe Orton
On Thu, May 11, 2006 at 11:58:15AM -0400, Mike VanHorn wrote:
 
 I have compiled and built 2.0.58, but I am still getting the same error:
 
   (79)Value too large for defined data type
 
 I'd been checking and LFS was supposedly fixed in 2.0.53, so why am I
 getting this error? I'm on Solaris 10 x86.

The unnecessarily obscure more up to date reference means 2.2.x - see 
http://httpd.apache.org/docs/2.2/new_features_2_2.html - 2.2.x releases 
have large file support out of the box.  No 2.0.x release has large file 
support on 32-bit platforms (there are some hacks you can use, but this 
is not recommended or supported).

Regards,

joe

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

2006-05-10 Thread Mike VanHorn

I've found on the web where Apache doesn't support the serving of files 2GB
on 32-bit systems (which makes sense; it's not a limitation of Apache, it's
the system on which Apache is running).

I'm running Apache 2.0.52 on a Solaris 10 x86 system, and when we try to
access a file that is around 2.5GB, we get the following error in the log:

(79)Value too large for defined data type

(note that it's 79, not 75 as most people on the net have been reporting).

I don't have any trouble accessing the file on the system itself; it was
uploaded without problem via sftp, and I have been able to cp and mv it
without an issue. So, does anyone have any idea what the problem is with
Apache?

Thanks! 

---
Mike VanHorn
Senior Computer Systems Administrator 
College of Engineering and Computer Science
Wright State University
265 Russ Engineering Center
937-775-5157
[EMAIL PROTECTED]
http://www.cs.wright.edu/~mvanhorn/




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

2006-05-10 Thread Nick Kew
On Wednesday 10 May 2006 16:10, Mike VanHorn wrote:
 I've found on the web where Apache doesn't support the serving of files
 2GB on 32-bit systems

More up to date versions of apache have large file support enabled by default.

-- 
Nick Kew

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

2006-05-10 Thread Mike VanHorn

Is there a way to enable it in this version?


On 5/10/06 12:38 PM, Nick Kew [EMAIL PROTECTED] wrote:

 On Wednesday 10 May 2006 16:10, Mike VanHorn wrote:
 I've found on the web where Apache doesn't support the serving of files
 2GB on 32-bit systems
 
 More up to date versions of apache have large file support enabled by default.

---
Mike VanHorn
Senior Computer Systems Administrator 
College of Engineering and Computer Science
Wright State University
265 Russ Engineering Center
937-775-5157
[EMAIL PROTECTED]
http://www.cs.wright.edu/~mvanhorn/




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