How can I let my users set PHP.ini settings for wordpress?
Posted
by jldugger
on Server Fault
See other posts from Server Fault
or by jldugger
Published on 2010-05-18T19:44:43Z
Indexed on
2010/05/18
19:51 UTC
Read the original article
Hit count: 203
I set up a wordpress server from a fairly standard Ubuntu 9.10 for a class and they're constantly running into problems with the default PHP.ini settings. First memory settings were too low, then the file upload limits were too small, etc. And more concerning was a wordpress wide blank page that I suspect was killed for ram consumption but turning on php errors in php.ini didn't reveal anything!
I'm not familiar with shared hosting, but I feel there's a way such places allow users to edit such things without needing me to intervene and restart Apache.
© Server Fault or respective owner