Newer
Older
php-agi / docs / fastagi.xinetd
@reddawg reddawg on 21 Jan 2012 360 bytes php-agi
# default: off
# description: fastagi is a remote AGI interface
service fastagi
{
        socket_type  = stream
        user         = root
        group        = nobody
        server       = /var/lib/asterisk/agi-bin/phpagi/phpagi-fastagi.php
        wait         = no
        protocol     = tcp
        bind         = 127.0.0.1
        disable      = no
}