On Tue, 2009-09-01 at 23:31 +0200, Pierre Schmitz wrote: > Hi, > > tere were some errors in the logs so I did some small changes; will review > the > whole file later (tm). > > * increased memory limit from 32 to 64 (default is 128 afaik) > * removed /home from basedirs (complain if you had php scripts there) > * Allow mediawiki to execute /usr/bin/diff3 (shouldn't be a big security > problem) > > I did not restart php yet; I am not familar with our current apache config > yet. Can/Must we restart php separately or do we need to restart apache?
You can just killall php-cgi and fastcgi will re-launch them. Otherwise you will just have to wait until all php-cgi processes have processed their max number of requests, or get killed because they were idle.

