php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5787 Apache based authentication doesn't work
Submitted: 2000-07-26 00:04 UTC Modified: 2000-08-29 18:54 UTC
From: vince at mha dot ca Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.1pl2 OS: Linux 2.x.x
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: vince at mha dot ca
New email:
PHP Version: OS:

 

 [2000-07-26 00:04 UTC] vince at mha dot ca
when I have apache 1.3.12 and php 4 (version beta 1 -> 4.0.1pl2) WWW authenication with apache doesn't work. If I remove php from apache it works fine.

ie (removed from apache's httpd.conf)
Order deny,allow
Deny from all
AuthType Basic
AuthName "Its a dogs life"
AuthUserFile /usr/local/apache/htpasswd
Require valid-user
Satisfy any

but when I compile under apache 1.3.11 it seems to work on about 50% of my machines. But it works fine when php4 isn't compiled into apache.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-08-10 21:44 UTC] bmcadams@php.net
Are there any other modules compiled into apache?
What are your configure options for PHP ?

Additionally, can you define "Doesn't work?"
Does it simply not pop up an auth box, does it return an error, or does it crash your server?
 [2000-08-12 01:56 UTC] sniper@php.net
Status -> feedback.

--Jani
 [2000-08-29 18:54 UTC] sniper@php.net
No feedback from user and not enough info.
Please try PHP4.0.2 and reopen this bug report if problem still exists.
(Although I believe you have  misconfigured apache..)

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 01:01:31 2024 UTC