I have installed Openser,but if i exec Openserctrl moni appears this message Error : error opening Openser's fifo /tmp/openser_fifo make sure you have line 'fifo=.....' in your config
if i do touch /tmp/openserfifo the last message disappears and appears the following one
-e [cycle #:1; if constant make sure server lives]
my openser.cfg file
i want to use mysql
commented modparam("usrloc","db_mode",0) uncommented
- loadmodule "/usr/lib/openser/modules/mysql.so"
- loadmodule "/usr/lib/openser/modules/auth.so"
- loadmodule "/usr/lib/openser/modules/auth_db.so"
- modparam("usrloc", "db_mode", 2)
- modparam("auth", "calculate_ha1", yes)
- modparam("auth_db", "password_column", "password")
- if (!www_authorize("localhost", "subscriber")) { - www_challenge("locahost", "0");
- break; - };
what i'm doing wrong??