Posted by rich on 10/12/05 19:37
In article <434d0198$0$11074$e4fe514c@news.xs4all.nl>, Erwin Moller says...
>
>kamlai@gmail.com wrote:
>
>Hi kamlai,
>
>> I'm using PHP + apache2 in Linux platform. I found that the
>> upload_max_filesize has only 2M. I want to increase this limit but I
>> don't know where can I set it.
>
>In php.ini
>
>
>>
>> I'm using Linux so I don't have php.ini file. Please help. Thanks.
>
>Why don't you have php.ini in Linux?
>I think you have it somewhere. :-)
>Try: locate php.ini
>
>Regards,
>Erwin Moller
If the locate db isn't up-to-date you might need to use find to scan all the
directories. If it doesn't show up using locate you might try this...
find / -name "php.ini"
Rich
--
Newsguy -- http://newsguy.com
Navigation:
[Reply to this message]
|