Is there anyone may explain how to run fastcgi as a module in Apache server ( 2.x ) on windows platform, step by step.
I ve googled many sites and tested many things but i couldnt make it.
I want to run php with fastcgi using Apache server.
Please help. Thank you.
I ve already have latest fastcgi.dll and added http.conf file LoadModule fastcgi_module "/xampp/apache/modules/mod_fastcgi-2.4.6-AP22.dll" and its loaded because apache can restart.
What should i do next steps ?