<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Largefile Support in Apache 1.3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370065#M35429</link>
    <description>Please Help!</description>
    <pubDate>Tue, 03 Mar 2009 00:16:10 GMT</pubDate>
    <dc:creator>Allanm</dc:creator>
    <dc:date>2009-03-03T00:16:10Z</dc:date>
    <item>
      <title>Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370064#M35428</link>
      <description>&lt;BR /&gt;We get segmentation fault when I try to access any files over 2GB on Apache 1.3.&lt;BR /&gt;&lt;BR /&gt;I tried to compile apache using CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 in order to have Apache acknowledge files over 2GB but no luck I still got segmentation fault.&lt;BR /&gt;&lt;BR /&gt;I read in a forum that you can hack Apache acknowledge files over 2GB. Does anybody know how to achieve this hack without upgrading Apache to 2.x.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Allan.</description>
      <pubDate>Mon, 02 Mar 2009 23:25:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370064#M35428</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-03-02T23:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370065#M35429</link>
      <description>Please Help!</description>
      <pubDate>Tue, 03 Mar 2009 00:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370065#M35429</guid>
      <dc:creator>Allanm</dc:creator>
      <dc:date>2009-03-03T00:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370066#M35430</link>
      <description>&lt;!--!*#--&gt;I know nothing, but a quick Google search for&lt;BR /&gt;      apache 1.3 largefile&lt;BR /&gt;suggests that you need to change some things&lt;BR /&gt;in the source code to make this work.&lt;BR /&gt;&lt;BR /&gt;As it says at "&lt;A href="http://httpd.apache.org/" target="_blank"&gt;http://httpd.apache.org/&lt;/A&gt;"&lt;BR /&gt;&lt;BR /&gt;[...]&lt;BR /&gt;Apache 2.2.11 Released 2008-12-14&lt;BR /&gt;[...]&lt;BR /&gt;New features include [...] Large File&lt;BR /&gt;Support, [...]&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] without upgrading Apache to 2.x.&lt;BR /&gt;&lt;BR /&gt;Why do it the hard way?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I read in a forum that you can hack [...]&lt;BR /&gt;&lt;BR /&gt;Didn't it also say how to do it?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I still got segmentation fault.&lt;BR /&gt;&lt;BR /&gt;Not a useful problem description, by the way.</description>
      <pubDate>Tue, 03 Mar 2009 05:38:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370066#M35430</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-03T05:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370067#M35431</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;32 bit apache on a 32 bit OS supports 2 GB files, no bigger. To try and hack around this will cause near certain disaster.&lt;BR /&gt;&lt;BR /&gt;Upgrading the apache to 2.x will not help, it has the exact same limitation.&lt;BR /&gt;&lt;BR /&gt;If you install apache on a 64 bit Linux install, it will support larger files. You are really hitting an OS limit not an apache limit in this case.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 03 Mar 2009 08:37:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370067#M35431</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-03-03T08:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370068#M35432</link>
      <description>Files and request bodies over 2GB on 32-bit UNIX platforms are officially supported in 2.2.&lt;BR /&gt;&lt;BR /&gt;You could make large files work on 2.0 by adding the magic compile flags, but it was unsupported upstream so I wouldn't recommend it.&lt;BR /&gt;&lt;BR /&gt;I wouldn't even try it with 1.3. You can probably get it to work, but the first thing people will tell you if you start having strange problems is "don't do that".</description>
      <pubDate>Tue, 03 Mar 2009 16:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370068#M35432</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2009-03-03T16:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370069#M35433</link>
      <description>&lt;!--!*#--&gt;&amp;gt; 32 bit apache on a 32 bit OS supports 2 GB&lt;BR /&gt;&amp;gt; files, no bigger.  [...]&lt;BR /&gt;&lt;BR /&gt;This seems to me unlikely.  C large-file&lt;BR /&gt;support depends mostly on a 64-bit "off_t"&lt;BR /&gt;type, which is, in general, unrelated to the&lt;BR /&gt;size of a pointer.  (What does "a 32 bit OS"&lt;BR /&gt;mean (to you), exactly?)</description>
      <pubDate>Tue, 03 Mar 2009 22:04:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370069#M35433</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-03T22:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370070#M35434</link>
      <description>I tried to compile apache using CFLAGS="-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 in&lt;BR /&gt;&lt;BR /&gt;These are HP-UX specific defines and if they actually did anything in Linux, someone would be sued.  :-)</description>
      <pubDate>Wed, 04 Mar 2009 04:47:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370070#M35434</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-03-04T04:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370071#M35435</link>
      <description>&lt;!--!*#--&gt;&amp;gt; These are HP-UX specific defines [...]&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tin.org/bin/man.cgi?section=7&amp;amp;topic=feature_test_macros" target="_blank"&gt;http://www.tin.org/bin/man.cgi?section=7&amp;amp;topic=feature_test_macros&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The wisdom cup here just runneth over,&lt;BR /&gt;doesn't it?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I'll admit that simply defining a few C&lt;BR /&gt;macros at compile time is not likely to do&lt;BR /&gt;the whole job on a program like Apache, but&lt;BR /&gt;spewing loads of nonsense is likely to do&lt;BR /&gt;even less good.</description>
      <pubDate>Wed, 04 Mar 2009 05:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370071#M35435</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-03-04T05:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: Largefile Support in Apache 1.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370072#M35436</link>
      <description>Once you get get the correct OS level and filesystem you may also need to amend your user's ULIMIT settings or the kernel will prevent any process from creating files larger than this limit.</description>
      <pubDate>Wed, 04 Mar 2009 07:27:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/largefile-support-in-apache-1-3/m-p/4370072#M35436</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2009-03-04T07:27:51Z</dc:date>
    </item>
  </channel>
</rss>

