@@ -157,6 +157,6 @@ Foswiki's robots.txt can be configured with `['foswiki']['robots']['crawl_delay'
## Apache configuration
Optionally you can use the `foswiki::apache` recipe. See `attributes/apache.rb` for attributes which are used in it. It only includes the apache2 cookbook and configures a web_app resource. The web_app template `templates/web_app.conf.erb` can be used in custom wiki installations, as well.
Optionally you can use the `foswiki::apache` recipe. See `attributes/apache.rb` for attributes which are used in it. It only includes the apache2 cookbook and configures a template and apache2_site resource. The template `templates/apache2_site.conf.erb` can be used in custom wiki installations, as well.
The recipe automatically configures FCGI and XSendFile if the plugins [FastCGIEngineContrib](https://foswiki.org/Extensions/FastCGIEngineContrib) or [XSendFilePlugin](https://foswiki.org/Extensions/XSendFileContrib) are listed in `['foswiki']['plugins']`.