Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

jueves, 26 de febrero de 2015

Como solucionar el error 403 Forbidden Goautodial/Vicidia al acceder a los RECORDINGS


nano /etc/httpd/conf.d/goautodial.conf

<Directory "/var/spool/asterisk/monitorDONE">
  Order Deny,Allow
  Deny from all
  #Allow from 127.0.0.1 190.166.139.32
  Allow from all
 Options Indexes FollowSymLinks
Options -Indexes MultiViews
</Directory>

Alias /RECORDINGS /var/spool/asterisk/monitorDONE
Alias /recordings /var/spool/asterisk/monitorDONE


Si queremos solo permitir  X direcion IP usamos Allow from 127.0.0.1 190.166.139.32

Si queremos  permitir acceso a cualquier IP usamos    Allow from all

En mi caso yo comente la primera opcion con # y  permiti acceso a todo el mundo, luego reinicamos apache

TAMBIEN AGREGUE ESTA OPCION  Options -Indexes MultiViews para evitar que puedan acceder directamente a todas las grabaciones o lista de archivos y carpetas.


  service httpd restart

No hay comentarios:

Publicar un comentario