Dear All,
How to change the PHP Configuration of Apache in Linux! e.g. upload_max_filesize
Thx
find the php.ini (find / -name php.ini; it's usual location is /usr/local/lib/php.ini), and edit the upload_max_filesize entry (default is 2M).
thx! but i can find the php.ini.
hmmm... are you logged in with root account? type what i've written:
find / -name php.ini
or search for this file some other way. it has to be somewhere :-)
If you can put up a script that calls phpinfo(), you can look at that and see what it says (in the top section) about "Configuration File (php.ini) Path"