# Context - server config FcgidMaxProcesses 150 # Otherwise php output shall be buffered FcgidOutputBufferSize 0 ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AddHandler fcgid-script .php # may confict with other .php handlers #FcgidWrapper /usr/local/bin/php-fcgid-wrapper FcgidWrapper /usr/bin/php-cgi AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch Require all granted