Link to home
Start Free TrialLog in
Avatar of aaroncampbell
aaroncampbell

asked on

setting up apache "virtual servers" with custom php.ini's

Ok, my current host (www.powweb.com) allows each user to eith use the default php settings, OR create their own php.ini file, and put it in their htdocs dir. I'm trying to do something similar with a server I have that will host a few different test sites. How would I go about doing this?
ASKER CERTIFIED SOLUTION
Avatar of ahoffmann
ahoffmann
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of aaroncampbell
aaroncampbell

ASKER

The problem is, I'm running php as a module, and would like to be able to still do this.  Does anyone know of a way to do this with php as a module?
hmm, think you need to ask the apache and PHP developers ...
See this link:
http://www.karakas-online.de/EN-Book/change-php-parameters.html

It's not exactly what you want, but hope it help.

php_flag and php_value in httpd.conf do not help 'cause the only change the one mod_php (see my description above)
sorry for waiting so long...It seems that what I wanted to do is NOT possible without running php as a cgi.  I was hoping for a better answer :)