FastCGIServlet

From Resin 3.0

Revision as of 04:27, 17 November 2005 by Ferg (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The FastCGIServlet provides a backend FastCGI proxy to programs like PHP or Ruby.

See also

PHP and FastCGI

Configuration

<web-app xmlns="http://caucho.com/ns/resin">
  <servlet servlet-name="php-fastcgi"
           servlet-class="com.caucho.servlets.FastCGIServlet">
    <init>
      <server-address>localhost:6666</server-address>
    </init>
  </servlet>

  <servlet-mapping url-pattern="*.php" servlet-name="php-fastcgi"/> 
</web-app>
Personal tools