httpd-users mailing list archives

Site index · List index
Message view « Date » · « Thread »
Top « Date » · « Thread »
From "Norman Peelman" <npeel...@cfl.rr.com>
Subject Re: [users@httpd] How to serve files larger than 3GB vial Apache 2.x on Redhat 9 linux
Date Mon, 03 Jan 2005 00:35:04 GMT
  I didn't realize that Apache cared how much traffic went through... it's
not storing anything that I know of.  What are you running along with
Apache?

Norm

FREE Avatar hosting at www.easyavatar.com

----- Original Message ----- 
From: <mfbscs@mchsi.com>
To: <users@httpd.apache.org>
Sent: Sunday, January 02, 2005 5:04 PM
Subject: Re: [users@httpd] How to serve files larger than 3GB vial Apache
2.x on Redhat 9 linux


> Thanks Dov, but I can't use that. It must be done with Apache.
> > Take a look at http://www.livecargo.com
> >
> >
> > -- 
> > Dov Rosenberg
> > Conviveon Corporation
> >
> >
> >
> >
> > On 1/2/05 6:53 AM, "mfbscs@mchsi.com" <mfbscs@mchsi.com> wrote:
> >
> > > I need to do the same thing. I have found that I can go higher than
the 2GB
> > > limit, but cannot go past 4GB. I've looked through the source code and
I don't
> > > think > 4GB is possible right now. In order to enable files between 2
and 4
> > > GB,
> > > do the following.
> > >
> > > For apache 1.3.x, when you compile, make sure you have the line:
> > >
> > > EXTRA_CFLAGS=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
> > >
> > > in your <source-dir>/src/Configuration file
> > >
> > > and remember to cd into /src before you do ./Configure
> > >
> > > For apache 2.0.x, when you do ./configure, you must specify those
options on
> > > the
> > > command line, like:
> > >
> > > $ CFLAGS="-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE" ./configure
> > >
> > > Keep in mind that this will let you serve files over 2GB. However, it
will NOT
> > > let you go over 4GB. I have battled this for days, looking through the
source,
> > > and have realized that files > 4GB are just not possible at this time.
I have
> > > no
> > > idea when the developers plan on fixing this. I've also searched the
net high
> > > and low and have found nothing. If anyone else can shed some light on
this,
> > > please do. Thanks
> > >
> > > -Matt
> > >
> > >> Hello,
> > >>
> > >> Ripunjay Bararia wrote:
> > >>> I need to serve files larger than 2 to 4 GB over our internal LAN
via
> > >>> Apache 2.x (compiled) on a redhat 9 box.
> > >> Wouldn't it be a better idea to use an anonymous ftp serveur for
that?
> > >> Just deny the LIST command if you're afraid people would suck your
> > >> entire FTP.
> > >>
> > >>> please suggest the compile options needed for apache to allow it to
> > >>> handle serving files larger than 2GB..., or
> > >>> do i have to make changes to the kernel itself...
> > >>>
> > >>> thanks
> > >>> Ripunjay Bararia
> > >>>
> >
>>> ---------------------------------------------------------------------
> > >>> 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: users-unsubscribe@httpd.apache.org
> > >>>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > >>> For additional commands, e-mail: users-help@httpd.apache.org
> > >>>
> > >>
> > >>
> > >> -- 
> > >> Jean-Christophe Montigny
> > >> Responsable serveurs assoces.com
> > >
> > >> Etudiant à Grenoble Ecole de Management
> > >
> > >> ---------------------------------------------------------------------
> > >> 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: users-unsubscribe@httpd.apache.org
> > >>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > >
> > > For additional commands, e-mail: users-help@httpd.apache.org
> > >
> > > ---------------------------------------------------------------------
> > > 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: users-unsubscribe@httpd.apache.org
> > >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > > For additional commands, e-mail: users-help@httpd.apache.org
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > 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: users-unsubscribe@httpd.apache.org
> >    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> > For additional commands, e-mail: users-help@httpd.apache.org
> >
>
> ---------------------------------------------------------------------
> 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: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>


---------------------------------------------------------------------
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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Mime
View raw message