Log inRegister
You are here: Boossy » WikiFoswiki » Foswiki met FastCGI

Foswiki met FactCGI

24 July 2025 - 09:35 | Version 2 |

Aanpassingen in het Apache .conf-bestand:

<IfModule mod_fcgid.c>
   DefaultMaxClassProcessCount 3
   # Limit requests to control memory growth.
   FcgidMaxRequestsPerProcess 400
</IfModule>

en

Options +ExecCGI -FollowSymLinks
SetHandler cgi-script

wordt uitgebreid met
<Files "foswiki.fcgi">
   SetHandler fcgid-script
</Files>
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback