Hi I got following error when I browse 10.10.10.10:8088/asterisk/static … index.html
Not Found
The requested URL was not found on this server.
Asterisk Server
How can I solve?
Pls help me
Hi I got following error when I browse 10.10.10.10:8088/asterisk/static … index.html
Not Found
The requested URL was not found on this server.
Asterisk Server
How can I solve?
Pls help me
need to install apache?
Need the correct values in /etc/asterisk/http.conf.
please check my http.conf
enabled=yes
bindaddr=192.168.15.25
bindport=8088
enablestatic=yes
Thanks
You’ve bound it to 192.168.15.25, but you are trying to access it at 10.10.10.10.
Unless the machine is multi-hosted, 0.0.0.0 would be better.