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

Pull Requests

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