FastCGIServlet

From Resin 3.0

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