LINUX.ORG.RU
ФорумAdmin

Как настроить mod_auth_pgsql?


0

0

Добрый день!

Помогите пожалуйста настроить mod_auth_pgsql для Apache2.

Вот мой .htaccess:
---
DirectoryIndex index.html

AuthName          "rz auth"
AuthType          basic
Auth_PG_host      localhost
Auth_PG_port      5432
Auth_PG_database  rz
Auth_PG_pwd_table users
Auth_PG_uid_field login
Auth_PG_pwd_field pass

<LIMIT GET POST>
  require valid-user
</LIMIT>
---

Вот строка из apache2/error.log:
---
mod_auth_pgsql database connection error reset failed FATAL:  user "www-data" does not exist\n
---

Что и где мне надо прописать в настройках postgre?

Спасибо.

Все. Сам разобрался.

efix
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.