Как в Апаче настроить так, чтобы локально работала команда "WWW-Authenticate" ?

evgkuz

Новичок
Как в Апаче настроить так, чтобы локально работала команда "WWW-Authenticate" ?

Как в Апаче настроить так, чтобы локально работала команда:
PHP:
header("WWW-Authenticate: Basic realm=\"Administratior\"");
header("HTTP/1.0 401 Unauthorized");
print ("<div align=center><h1>Authorization required</h1></div>");
На сервере она прекрастно работает, а дома нет.
Пишет:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.

В логах пишет:
malformed header from script. Bad header=HTTP/1.0 401 Unauthorized: c:/program files/php4/php.exe
 
Сверху