E everyone00 Member Apr 7, 2009 #1 Apr 7, 2009 #1 When uploading a file through a PHP script I get a Connection Interrupted error almost immediately after posting. When looking at the log file, it shows: HTTP/1.1 413 412. Why might this happen?
When uploading a file through a PHP script I get a Connection Interrupted error almost immediately after posting. When looking at the log file, it shows: HTTP/1.1 413 412. Why might this happen?
M mistwang LiteSpeed Staff Apr 7, 2009 #2 Apr 7, 2009 #2 http://www.litespeedtech.com/docs/webserver/config/tuning/#maxReqBodySize
E everyone00 Member Apr 22, 2009 #3 Apr 22, 2009 #3 mistwang said: http://www.litespeedtech.com/docs/webserver/config/tuning/#maxReqBodySize Click to expand... I have increased that to the max, yet this still happens. I'm on 4.0.1. Any other ideas?
mistwang said: http://www.litespeedtech.com/docs/webserver/config/tuning/#maxReqBodySize Click to expand... I have increased that to the max, yet this still happens. I'm on 4.0.1. Any other ideas?
M mistwang LiteSpeed Staff Apr 22, 2009 #4 Apr 22, 2009 #4 Have you restart LSWS after the change? how big is the file?
E everyone00 Member Apr 22, 2009 #5 Apr 22, 2009 #5 mistwang said: Have you restart LSWS after the change? how big is the file? Click to expand... Yes, I have restarted many times. The file is 16.5MB.
mistwang said: Have you restart LSWS after the change? how big is the file? Click to expand... Yes, I have restarted many times. The file is 16.5MB.
M mistwang LiteSpeed Staff Apr 22, 2009 #6 Apr 22, 2009 #6 Are you sure "Max Request Body Size" is higher than that?
E everyone00 Member Apr 22, 2009 #7 Apr 22, 2009 #7 mistwang said: Are you sure "Max Request Body Size" is higher than that? Click to expand... Yes, I've tried both 500M and 1G.
mistwang said: Are you sure "Max Request Body Size" is higher than that? Click to expand... Yes, I've tried both 500M and 1G.
A anewday Well-Known Member Apr 23, 2009 #8 Apr 23, 2009 #8 Maybe the limits are too low in php.ini ?
M mistwang LiteSpeed Staff Apr 23, 2009 #9 Apr 23, 2009 #9 Please PM me the login to the LSWS admin console along with the test URL, I can take a look.