EmbedIT-WebIT

 view release on metacpan or  search on metacpan

webdemo/test_site/pod.html  view on Meta::CPAN

<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WebIT</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:root@localhost" />
</head>

<body style="background-color: white">


<!-- INDEX BEGIN -->
<div name="index">
<p><a name="__index__"></a></p>

<ul>

	<li><a href="#name">NAME</a></li>
	<li><a href="#synopsis">Synopsis</a></li>
	<li><a href="#description">Description</a></li>
	<li><a href="#things_to_avoid">Things to avoid</a></li>
	<li><a href="#configuration">Configuration</a></li>
	<li><a href="#methods">Methods</a></li>
	<li><a href="#webit_and_soap__wsdl">WebIT and SOAP::WSDL</a></li>
	<li><a href="#requirements">Requirements</a></li>
	<li><a href="#copyright">Copyright</a></li>
</ul>

<hr name="index" />
</div>
<!-- INDEX END -->

<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>Embeded::WebIT - A small yet very effective embeded web server for any perl application</p>
<p>
</p>
<hr />
<h1><a name="synopsis">Synopsis</a></h1>
<pre>
  use Embeded::WebIT;</pre>
<pre>
  $server = new Embeded::WebIT( SERVER_NAME     =&gt; 'www.my.org',
                                SERVER_IP       =&gt; '127.0.0.1',
                                SERVER_PORT     =&gt; 8080,
                                SOFTWARE        =&gt; 'MyApp web server',
                                QUEUE_SIZE      =&gt; 100,
                                RUN_AS_USER     =&gt; nobody,
                                RUN_AS_GROUP    =&gt; nogroup,
                                WAIT_RESPONSE   =&gt; 1,
                                IMMED_CLOSE     =&gt; 1,
                                EMBED_PERL      =&gt; 1,
                                FORK_CONN       =&gt; 0,
                                SETUP_ENV       =&gt; 1,
                                SERVER_ADMIN    =&gt; 'info@my.org',
                                SERVERS         =&gt; 3,
                                WORKERS         =&gt; 1,
                                DOCUMENT_ROOT   =&gt; '/opt/my/web',
                                DOCUMENTS       =&gt; {
                                                     '/index.html'    =&gt; 'WPages::index',



( run in 1.657 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )