>Number:         2259
>Category:       os-windows
>Synopsis:       HTTP Authentication
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Wed May 20 10:50:00 PDT 1998
>Last-Modified:
>Originator:     [EMAIL PROTECTED]
>Organization:
apache
>Release:        1.3b6   May-15-1998
>Environment:
WINDOWS NT 3.51 (Service pack 5)
>Description:
I'm using PHP3.
Under Linux this work perfectly, but under Windows NT not.

An example from PHP :

    <?
        if(!$PHP_AUTH_USER) {
            Header("WWW-authenticate: basic realm=\"My Realm\"");
            Header("HTTP/1.0 401 Unauthorized");
                        echo "Text to send if user hits Cancel button\n"
            exit;
        } else {
            echo "Hello $PHP_AUTH_USER.<P>";
            echo "You entered $PHP_AUTH_PW as your password.<P>";
        }
    ?>

Using Linux server:
  Netscape prompt me for user and password as should.

Using NT server:
  Netscape don't prompt me but view this error message:

!Internal Server Error
!
!The server encountered an internal error or misconfiguration and was unable to 
complete your request.
!
!Please contact the server administrator, [EMAIL PROTECTED] and inform them of 
the time the error occurred, and anything you might
!have done that may have caused the error.
>How-To-Repeat:
Always
>Fix:
On Linux it works OK.
>Audit-Trail:
>Unformatted:
[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]



Reply via email to