Yes - this tutorial (although it's for Lighttpd) should give you the idea: http://www.howtoforge.com/integrating-apc-into-php5-and-lighttpd-debian-etch
thx another question : what means suexec, cgi, ssi ? we must enable them? I just moved a big forum with a shared hosting to a dedicated server, and the page loading slower than before ....
suexec: http://httpd.apache.org/docs/1.3/suexec.html#what SSI (server side scripting language): http://en.wikipedia.org/wiki/Server_Side_Includes CGI (Common Gateway Interface): http://httpd.apache.org/docs/1.3/howto/cgi.html
Hello. Please can I ask you something about this topic https://www.howtoforge.com/communit...n-to-use-fast-cgi-cgi-mod-php-or-suphp.33167/ I have e-shop with 80 000 products runs on Prestashop 1.6.1.4 and when i want to reindex my products i must do it on few times becase i get this type of error: [Fri Oct 14 13:41:37.848919 2016] [fcgid:warn] [pid 12701] [client 95.102.111.144:58991] mod_fcgid: read data timeout in 200 seconds, referer: [Fri Oct 14 14:03:35.433757 2016] [core:error] [pid 13573] [client 95.102.111.144:59251] End of script output before headers: searchcron.php, referer And i think that it depends on settings of FCgid... Here are my settings but i read a lot of topics but i dont know what is the best option of setup of this few lines of code: <IfModule mod_fcgid.c> IdleTimeout 300 ProcessLifeTime 6000 # MaxProcessCount 1000 DefaultMinClassProcessCount 0 DefaultMaxClassProcessCount 200 IPCConnectTimeout 8 IPCCommTimeout 600 BusyTimeout 300 </IfModule> Here is my prestashop config showed in admin: Server info: Linux #1 SMP Debian 3.16.7-ckt11-1 (2015-05-24) x86_64 Server version: Apache/2.4.10 (Debian) Version PHP: 5.6.9-0+deb8u1 Limit ram: 2048M Max execution time: 9000 For example when i change ProcessLifeTime 6000 to ProcessLifeTime 300 i will get same erros in shorter time. Thank you a lot for your advice and have a nice day. Best regards, Stefan