Hello Im using Serweb 0.9.4 with OpenSER following the instructions in:
http://www.voip-info.org/wiki/view/OpenSER+1.1.x+and+SerWEB+0.9.4 ("register_globals = On" and the FIFO permissions are correct)
I can register users with the confirmation email. But I cannot login into Serweb.The page always freezes and lots of "apache" forks are created: _ /usr/local/apache2/bin/httpd -k start (20 or 30 of them)
The problem is somewhere in the Serweb FIFO connection. Because when OpenSER isnt running, I can login into Serweb (just saying "cannot read FIFO"). did someone had the same problem with Serweb and OpenSER FIFO? Thanks regards Joao Pereira
Hello,
is the fifo file path set correctly in serweb configuration? Are the access rights to fifo file enough to let apache open and write to it?
Cheers, Daniel
On 06/04/07 13:32, Joao Pereira wrote:
Hello Im using Serweb 0.9.4 with OpenSER following the instructions in:
http://www.voip-info.org/wiki/view/OpenSER+1.1.x+and+SerWEB+0.9.4 ("register_globals = On" and the FIFO permissions are correct)
I can register users with the confirmation email. But I cannot login into Serweb.The page always freezes and lots of "apache" forks are created: _ /usr/local/apache2/bin/httpd -k start (20 or 30 of them)
The problem is somewhere in the Serweb FIFO connection. Because when OpenSER isnt running, I can login into Serweb (just saying "cannot read FIFO"). did someone had the same problem with Serweb and OpenSER FIFO? Thanks regards Joao Pereira
Yes
# ls -la openser_fifo prwxrwxrwx 1 root root 0 Jun 4 16:35 openser_fifo
# grep openser_fifo config_paths.php $config->fifo_server="/tmp/openser_fifo";
The problem could be that the first Serweb user opens the FIFO for writing and doesnt close it? How can I debug the FIFO?
Thanks Regards Joao Pereira
Daniel-Constantin Mierla wrote:
Hello,
is the fifo file path set correctly in serweb configuration? Are the access rights to fifo file enough to let apache open and write to it?
Cheers, Daniel
On 06/04/07 13:32, Joao Pereira wrote:
Hello Im using Serweb 0.9.4 with OpenSER following the instructions in:
http://www.voip-info.org/wiki/view/OpenSER+1.1.x+and+SerWEB+0.9.4 ("register_globals = On" and the FIFO permissions are correct)
I can register users with the confirmation email. But I cannot login into Serweb.The page always freezes and lots of "apache" forks are created: _ /usr/local/apache2/bin/httpd -k start (20 or 30 of them)
The problem is somewhere in the Serweb FIFO connection. Because when OpenSER isnt running, I can login into Serweb (just saying "cannot read FIFO"). did someone had the same problem with Serweb and OpenSER FIFO? Thanks regards Joao Pereira