durusmail: quixote-users: static file publisher
static file publisher
2002-09-23
static file publisher
Neil Schemenauer
2002-10-01
On Mon, Sep 23, 2002 at 01:16:03PM -0600, Jonathan Corbet wrote:
> Just for the hell of it, here's my version of the static directory
> publisher.

Here's how SCGI does it:

  
     SCGIHandler On
     SCGIServer 127.0.0.1 3001
  
   # Get image files directly from filesystem.
     SCGIHandler Off
  

Cheers,

  Neil


reply