0

Is there a way to have separate php.ini files for different virtual hosts in apache?

I prefer not to use any mods

Yasser1984
  • 2,401
  • 4
  • 32
  • 55
  • 1
    There is the `php_flag` option in Apache; other than that, not sure. But your question is probably better suited for Serverfault; the moderators here will hopefully move your question there. You don't need to do anything. – derobert Oct 04 '11 at 21:14

2 Answers2

0

There is a tutorial on howtoforge; http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-ubuntu-8.10

I thinkit uses a mod however.

Grug
  • 1,870
  • 5
  • 25
  • 38
0

FAST CGI is apparently the answer to this, I did a lot of digging, apache by itself doesn't seem to be able to do this.

Yasser1984
  • 2,401
  • 4
  • 32
  • 55