Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4019986
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T10:10:20+00:00 2026-05-20T10:10:20+00:00

I frequently get this error in my Apache error_log when attempting to upload an

  • 0

I frequently get this error in my Apache error_log when attempting to upload an image. It happens virtually every other request. It is so dependable that if you click “submit” twice on the image upload page, the second request works:

[ pid=53580 thr=0x7fff707b3c20 file=ext/apache2/Hooks.cpp:859 time=2010-12-15 14:13:00.309
]: Unexpected error in mod_passenger: An error occurred while receiving HTTP upload data:     

The timeout specified has expired (70007)
  Backtrace:
     in 'void Hooks::receiveRequestBody(request_rec*, const char*, std::string&)'(Hooks.cpp:1271)

This seems to also happen to me with attachment_fu. Any idea why so many requests hang, and what I can do to avoid it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T10:10:20+00:00Added an answer on May 20, 2026 at 10:10 am

    You’re likely running into the Safari Upload Bug. Its bitten me quite a few times in the past as well.

    The fix, apparently, is to fire off an ajax request right before the form submits. I’ve been using the jQuery snippet below for a while now and it works well. There is also a non-jQuery example in the link posted above if you prefer plain javascript.

    <script type="text/javascript">
      $('form').live('submit', function(){
        if (/AppleWebKit|MSIE/.test(navigator.userAgent)){
          $.ajax({url:"/ping/close", async:false});
        }
      });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When retrieving packages with Cabal, I frequently get errors with this message: user error
I frequently get the following error when attempting to execute simple statements against a
I need to calculate Math.exp() from java very frequently, is it possible to get
I frequently find myself writing code like this: List<int> list = new List<int> {
My Perl web-app, running under Apache mod_fastcgi, frequently gets errors like the following: Maximal
I get the following error in firebug in Firefox 3 with both MooTools and
one of the most frequent requests I get is to create XY report for
Curious to get people's thoughts. I conduct frequent interviews, and have had enough in
Frequently, I've dug into apropos and docs looking for something like the following only
Frequently I come across the following statements in C/C++ source code: $Id: lzio.c,v 1.24

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.