~ubuntu-branches/ubuntu/trusty/libapache-mod-fastcgi/trusty

« back to all changes in this revision

Viewing changes to debian/fastcgi.conf

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-07-11 14:10:25 UTC
  • Revision ID: package-import@ubuntu.com-20130711141025-b1psz907s2y0od1p
Tags: 2.4.7~0910052141-1.1
* Non-maintainer upload.
* Port to Apache 2.4 (closes: #666839).
* Drop some more vestiges of Apache 1 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<IfModule mod_fastcgi.c>
 
2
  AddHandler fastcgi-script .fcgi
 
3
  #FastCgiWrapper /usr/lib/apache2/suexec
 
4
  FastCgiIpcDir /var/lib/apache2/fastcgi
 
5
</IfModule>