<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Example xinetd config file</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<h1>Example xinetd config file</h1>
<div class="listing">
<div class="src-code"><ol><li><div class="src-line"># default: off</div></li>
<li><div class="src-line"># description: fastagi is a remote AGI interface</div></li>
<li><div class="src-line">service fastagi</div></li>
<li><div class="src-line">{</div></li>
<li><div class="src-line"> socket_type = stream</div></li>
<li><div class="src-line"> user = root</div></li>
<li><div class="src-line"> group = nobody</div></li>
<li><div class="src-line"> server = /var/lib/asterisk/agi-bin/phpagi/phpagi-fastagi.php</div></li>
<li><div class="src-line"> wait = no</div></li>
<li><div class="src-line"> protocol = tcp</div></li>
<li><div class="src-line"> bind = 127.0.0.1</div></li>
<li><div class="src-line"> disable = no</div></li>
<li><div class="src-line">}</div></li>
</ol></div>
</div>
<p class="notes" id="credit">
Documentation generated on Thu, 30 Sep 2010 02:21:49 -0700 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.2</a>
</p>
</body>
</html>