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 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

Pull Requests

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 Dec 26 22:01:28 2024 UTC