php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18122 Large files upload with Apache-ssl
Submitted: 2002-07-02 22:04 UTC Modified: 2002-07-02 22:40 UTC
From: gmandelli at bee-side dot com Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.2 OS: Debian GNU/Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 - 18 = ?
Subscribe to this entry?

 
 [2002-07-02 22:04 UTC] gmandelli at bee-side dot com
Problem with large files upload with apache-ssl.

This the situation:

All the config (php.ini and httpd.conf)is ok, i'm sure.

I have not memory prob (1Gb of physical RAM) 

I have a password-protected directory in which I put my
php files for the upload via https.

When I try to upload large files (~20 Mb), the script doenst work and I found this in the apache-ssl log:

access.log:

xxx.xxx.xxx.xxx - - [... date ...] "----------10113575816838" 401 - "-" "-"
 

error.log:

[... date ...] [error] [client xxx.xxx.xxx.xxx] user A not found: filename

where A is the PASSWORD (not the user!!!) I use for the HTTP authentication

It is logged and Apache respond with 401 - Authorization required.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-07-02 22:40 UTC] sniper@php.net
Thank you for your bug report. This issue has already been fixed
in the latest released version of PHP, which you can download at 
http://www.php.net/downloads.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC