Apache-Wombat

 view release on metacpan or  search on metacpan

conf/server.xml.PL  view on Meta::CPAN


When embedding Wombat within Apache/mod_perl, only a single Service is
needed, using the Apache Connector and a standard Engine.

Note: a Service is not a Container, so you may not define
subcomponents such as Valves or Loggers at this level.
-->
  <Service>

<!--
A Connector represents an endpoint by which requests are received and
response are returned. Each Connector passes requests on to the
associated Container for processing.

By default, a non-secure Connector is enabled. You may also enable a
secure Connector by uncommenting the second Connector
entry. Apache::Wombat will refuse a request if the \$HTTPS
environment variable is set but no secure Connector is enabled.
-->
    <Connector className="Apache::Wombat::Connector"
               scheme="http"/>

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.481 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )