
This repository used to be a collection of several cookbooks, but this hasn't been true for a month, since a77b418b95df8f2b6f56d9a90e47dc62100cdf4d. Simplifies the file layout and makes this look more like your usual cookbook. Thanks to Guilhem Lettron <guilhem@lettron.fr>
6 lines
154 B
Plaintext
6 lines
154 B
Plaintext
<IfModule mod_fastcgi.c>
|
|
AddHandler fastcgi-script .fcgi
|
|
#FastCgiWrapper /usr/lib/apache2/suexec
|
|
FastCgiIpcDir /var/lib/apache2/fastcgi
|
|
</IfModule>
|