Can not access http gui on port 8088 - permission denied.

michaelvvv
Posts: 1
Member Since:
2012-02-01

Hi Trixbox Users.

When i try to do a ping from the manager Tester by sending this get cmd

http://192.168.1.60:8088/asterisk/manager?action=ping&command=&us...

i got Permission denied..

Somebody know what i'm missing ?????

/Best Michael

Have these conf files which have the following setup...

/etc/asterisk/manager.conf
___________________________________
[general]
enabled = yes
webenabled = yes
port = 5038
bindaddr = 0.0.0.0

[admin]
secret = amp111
deny = 0.0.0.0/0.0.0.0
permit = 192.168.1.0/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user

#include manager_additional.conf
#include manager_custom.conf
___________________________________
/etc/asterisk/http

[general]

enabled = yes
bindaddr = 0.0.0.0
bindport = 8088
prefix = asterisk
enablestatic = yes
___________________________________



SkykingOH
Posts: 9675
Member Since:
2007-12-17
This makes no sense, the

This makes no sense, the Asterisk http server has nothing to do with the web pages, they are served by httpd (formerly known as Apache).

--

Scott

aka "Skyking"



Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.