3

I noticed there are a couple of modules for Apache that provide FastCGI support. The two most popular seem to be mod_fastcgi and mod_proxy_fcgi. There seem to be other ones as well.

My questions are:

  • Which of these module are the most popular?
  • Which of them are considered obsolete.

The reason I am asking is that I'm writing FastCGI support for a certain scripting language and I wonder which setups I should primarily test with.

Granted, FastCGI is a standard so, in theory everything should be portable. On the other hand, there seem to be certain differences concerning application server start-up, etc. I would also like to write some "how-to's" once I'm finished, so I would like to know which options to cover primarily.

Hope this is not an open-ended question.

1 Answer 1

1

They are just different modules. mod_fastcgi manages started processes while mod_proxy_fcgi uses already set up installation. For example if you are using php-fpm you need to select mod_proxy_fcgi.

2
  • So there is no way to run php-fpm with mod_fastcgi? Commented Sep 30, 2013 at 20:56
  • No, it's possible: blogs.oracle.com/opal/entry/php_fpm_fastcgi_process_manager. But you need to type more and you will miss most of the module functionality. Commented Oct 1, 2013 at 4:24

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.