[cgiwrap-users] php-cgiwrap won't process authentication headers...
Brought to you by:
nneul
From: jeff b. <soi...@sg...> - 2002-05-01 01:40:43
|
my install of php-cgiwrap won't process authentication headers... called like this: $realm = "Restricted"; header("WWW-authenticate: basic realm=\"$realm\"") ; header("HTTP/1.0 401 Unauthorized") ; Do I have a funky setup or is this a limitation of php-cgiwrap? The error log shows: [Tue Apr 30 18:31:43 2002] [error] [client:xx.xx.xx.xx] malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: /var/www/cgi-sys/php-cgiwrap Thanks, Jeff |