How do I increase the Timeout for PHP in Apache?

davethewave

New member
I have my apache php.ini set to accept files 9GB in size, I am transfering a file 1GB in size to my local server via PHP file transfer. (backing up old system stuff to my server)

It never completes, it just gives up after a while which tells me it is likely a timeout issue. I have tested with files sized 100MB and they go through ok, which timeout setting do I need to change in my php.ini to prevent this from failing?

I could set up an FTP server but FTP is such a hassle to deal with
and I would just share my folder over the network but windows is having "issues" and asking for a password to access the share when no password really is needed.

So I decided to go this php file transfer rout through apache and a php script which allows web-based file uploads.

Thanks
 
Back
Top