php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #15502 Apache thread (or childe) dies when using http auth in safe mode
Submitted: 2002-02-11 08:06 UTC Modified: 2002-02-11 08:40 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: samm at os2 dot ru Assigned:
Status: Closed Package: Apache related
PHP Version: 4.1.1 OS: OS/2, Windows, may be others
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: samm at os2 dot ru
New email:
PHP Version: OS:

 

 [2002-02-11 08:06 UTC] samm at os2 dot ru
To reproduce the problem do the following steps:

1) write  "php_admin_flag safe_mode on" in apache httpd.conf 
to enable safe mode.
2) Request in a brouser script, which contain
header("WWW-Authenticate: Basic realm=\"My Realm\"");

Apache child will die and request will not finished correctly :(
I reproduced this bug on Apache/1.3.23 (OS/2) PHP/4.1.1 and
on Apache/1.3.20 (WIN32) PHP/4.1.1. PHP configured in apache plugun  mode (not cgi).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-02-11 08:40 UTC] sesser@php.net
This bug has been fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 14:01:31 2024 UTC