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
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:
47 + 47 = ?
Subscribe to this entry?

 
 [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: Sun May 19 02:01:35 2024 UTC