Help for this page

Select Code to Download


  1. or download this
    script/myapp_fastcgi.pl --listen /tmp/XXXX,sock -n 3 -p /tmp/XXXX.pid 
    +-d
    
  2. or download this
    LoadModule fastcgi_module modules/mod_fastcgi.so
    
    FastCGIExternalServer /tmp/XXXX.fcgi -socket /tmp/XXXX.sock 
    
    Alias /XXXX/ /tmp/XXXX.fcgi/