php.ini changes don't take effect ... or do they?

3 posts / 0 new
Last post
#1 Mon, 05/30/2011 - 09:11
remibruggeman

php.ini changes don't take effect ... or do they?

Hi,

I'm a bit troubled. I modified the php.ini file to work better with the dolphin system I'm setting up. I made changes mainly to increase memory to php. I saved the file, restarted APACHE, restarted the server, restarted apache again, restarted the server again, but the changes don't show in the dolphin system. They DO change however in the webmin system.

Is it possible usermin creates a custom php.ini for every virtual server?

The file I changed was located here: /etc/php.ini

Thanks ;)

Mon, 05/30/2011 - 09:17
andreychek

Howdy,

If you're using FCGID or CGI for your Virtual Servers (which is the default) -- there are individual php.ini files for each domain that would be used, rather than a single global file.

You can find that in $HOME/etc/php.ini.

If you need to change multiple php.ini files -- you can do that using the Virtualmin command line tools. To see the options available, run the command "virtualmin modify-php-ini".

-Eric

Mon, 05/30/2011 - 09:48
remibruggeman

Eric, Should you ever be in the neighbourhood of Bruges, Belgium, let me know, and I'll throw a hell of a party for you ;) (really ... I will :) )

I really appreciate your help!

Topic locked