Project

General

Profile

Actions

Feature #22

closed

Httpd Conf Generation for Recordings Access and Backup

Added by Januarius Manipol almost 13 years ago. Updated almost 13 years ago.

Status:
Closed
Priority:
Normal
Category:
Features
Target version:
Start date:
05/14/2011
Due date:
% Done:

100%

Estimated time:

Description

Generation of /etc/httpd/conf.d/goautodial_httpd.conf :

======================================================
<Directory "/var/spool/asterisk/monitorDONE">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 192.168
Options Indexes FollowSymLinks
</Directory>
Alias /RECORDINGS /var/spool/asterisk/monitorDONE
Alias /recordings /var/spool/asterisk/monitorDONE

<Directory "/usr/share/goautodial/gosysbackup">
Order Deny,Allow
Deny from all
Allow from 127.0.0.1 192.168
Options Indexes FollowSymLinks
</Directory>

Alias /gosysbackup /usr/share/goautodial/gosysbackup
Alias /GOSYSBACKUP /usr/share/goautodial/gosysbackup ======================================================

Scripts to be recycled:

/usr/share/goautodial/go_firewall.pl

>>>>>>  `/usr/share/goautodial/goautodialc.pl "/etc/init.d/httpd reload"`;

/var/www/html/goautodial/g_menu.php ----- for the jquery dropdown menu
/var/www/html/goautodial/g_fire_ruleset.php ----- this will run the /usr/share/goautodial/go_firewall.pl upon submit
/var/www/html/goautodial/ajaxlib/kamotetabs.js ----- for ajax

James will do the task.

Actions #1

Updated by Januarius Manipol almost 13 years ago

  • % Done changed from 0 to 90

Now in test phase.

Actions #2

Updated by Januarius Manipol almost 13 years ago

  • Status changed from New to Feedback
Actions #3

Updated by Januarius Manipol almost 13 years ago

  • Status changed from Feedback to Closed
  • Target version set to GoAutoDial CE 2.1
  • % Done changed from 90 to 100
Actions

Also available in: Atom PDF

Go to top