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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: gmandelli at bee-side dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Fri Dec 27 00:01:30 2024 UTC