X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaWT.git;a=blobdiff_plain;f=wt%2Fdata%2FinfoConf_server_fcgi%2Ffastcgi-wt.conf;fp=wt%2Fdata%2FinfoConf_server_fcgi%2Ffastcgi-wt.conf;h=573ba11d07f5e6a67c6d1e03a0c3e58ca412eac2;hp=0000000000000000000000000000000000000000;hb=708bc1229cb98486aa18f03ebfd4fd8f26137843;hpb=1830bf64f6ad13d04f4fd7589317f0515fae837c diff --git a/wt/data/infoConf_server_fcgi/fastcgi-wt.conf b/wt/data/infoConf_server_fcgi/fastcgi-wt.conf new file mode 100644 index 0000000..573ba11 --- /dev/null +++ b/wt/data/infoConf_server_fcgi/fastcgi-wt.conf @@ -0,0 +1,29 @@ + + NameVirtualHost *:80 + # [+] For debugging. + FcgidMaxProcesses 30 + # [-] For debugging. + + # Add this servername into the /etc/hosts file. + ServerName www.testwtdbg.com + ServerAlias testwtdbg.com + DocumentRoot /var/www/testwtdbg/docroot + AddHandler fcgid-script wt + DirectoryIndex testwtdbg.wt + + Order Deny,Allow + Allow from all + Options +ExecCGI -Indexes + + FcgidInitialEnv WT_APP_ROOT /var/www/testwtdbg/approot/ + + # [+] For debugging. + # Increase timeout of application process for debugging. + FcgidIOTimeout 300 + FcgidConnectTimeout 300 + # Reduce the number of processes spawned to 1 so that it is easy for debugging. + FcgidMaxProcessesPerClass 1 + FcgidMinProcessesPerClass 1 + # [-] For debugging. + +