The following reply was made to PR os-windows/2259; it has been noted by GNATS.
From: "Marian Klco" <[EMAIL PROTECTED]>(by way of Brian Behlendorf <[EMAIL
PROTECTED]>)
To: [EMAIL PROTECTED]
Cc: Subject: Re: os-windows/2259: HTTP Authentic
Date: Fri, 22 May 1998 10:47:54 -0700
Forwarded message:
From: Self <ANASOFT1/MARIAN>
To: [EMAIL PROTECTED]
Subject: Re: os-windows/2259: HTTP Authentication
Cc: <[EMAIL PROTECTED]>
Date: Fri, 22 May 1998 10:53:02 MET
Sorry.
This is not bug, this is my stupidity.
Please delete this report.
By the way i can get dialog for user and pasword with
this PHP script:
<?
Header("WWW-Authenticate: Basic realm=USER");
Header("Status: 401 Unauthorized");
?>
This script is other becuase this PHP is not apache module but cgi.
But why apache not send user and password by HTTP variables in cgi?
I need user and password only for DB authentication.I require
HTTP_USER any time and HTTP_PASSWD in status 401 no matter
if .htacces exists or not.
Majco.