Hi all, I am hoping someone can help me. I am trying to upload large amounts of text data via a perl script using LWP that posts the data to a very simple PHP script. It works quite well if the amount of data I am sending is small, if I send a larger amount it doesn't work at all. I have tried the following:
placing LimitRequestBody = 0 in the php.conf file
placing LimitRequestBody = 0 in the httpd.conf file
increasing max_upload_size to 8M in php.ini, and all this and I still seem to be running into a limit. Can anyone shed some light on this phenomenon? Here are some specs:
I am running php 5.0.2 on apache 2.0.52 on Fedora 4.
Thanks!