Skip to main content
deleted 21 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 29
  • 156
  • 240

I found a couple of tutorials which shows how this can be achieved:

solution 1 - using fast cgi instead of mod_php

solution 2 - runn a single instance of Apache, and run one instance of PHP as a module, and other installs as CGI.

Hope it helps others.

I found a couple of tutorials which shows how this can be achieved:

solution 1 - using fast cgi instead of mod_php

solution 2 - runn a single instance of Apache, and run one instance of PHP as a module, and other installs as CGI.

Hope it helps others.

I found a couple of tutorials which shows how this can be achieved:

solution 1 - using fast cgi instead of mod_php

solution 2 - runn a single instance of Apache, and run one instance of PHP as a module, and other installs as CGI.

added roughly the concepts of the different approaches
Source Link
megloff
  • 429
  • 1
  • 6
  • 14

I found a couple of tutorials which shows how this can be achieved:   

solution 1   - using fast cgi instead of mod_php

solution 2 - runn a single instance of Apache, and run one instance of PHP as a module, and other installs as CGI.

Hope it helps others.

I found a couple of tutorials which shows how this can be achieved:  solution 1  solution 2

Hope it helps others.

I found a couple of tutorials which shows how this can be achieved: 

solution 1 - using fast cgi instead of mod_php

solution 2 - runn a single instance of Apache, and run one instance of PHP as a module, and other installs as CGI.

Hope it helps others.

Source Link
megloff
  • 429
  • 1
  • 6
  • 14

I found a couple of tutorials which shows how this can be achieved: solution 1 solution 2

Hope it helps others.