Skip to content

Instantly share code, notes, and snippets.

@mitalcoi
Created November 4, 2014 13:19
Show Gist options
  • Save mitalcoi/7cc943349daefeb2c41f to your computer and use it in GitHub Desktop.
Save mitalcoi/7cc943349daefeb2c41f to your computer and use it in GitHub Desktop.
httpd conf for asterisk records access
Alias /records /var/spool/asterisk/monitor/
<Directory /var/spool/asterisk/monitor/>
Options +Indexes
Order Deny,Allow
Deny from all
Allow from {ip1 ip2}
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment