https://issues.apache.org/bugzilla/show_bug.cgi?id=50456
Summary: Invalid Error 413 crash Apache
Product: Apache httpd-2
Version: 2.2.17
Platform: PC
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [email protected]
Hi there,
When I upload file larger than what is defined on LimitRequestBody and
ErrorDocument 413 may not formed as expected the Apache crashes with this
message:
[Fri Dec 10 19:22:06 2010] [error] [client 127.0.0.1] Requested content-length
of 2359550 is larger than the configured limit of 2097152, referer:
http://localhost/v1/index.php/candidate/my_profile/photo/pt
[Fri Dec 10 19:22:20 2010] [notice] Parent: child process exited with status
255 -- Restarting.
Works:
ErrorDocument 413
http://localhost/v1/index.php/candidate/my_profile/photo/size_error/pt
Crashes:
ErrorDocument 413 /v1/index.php/candidate/my_profile/photo/size_error/pt
I want that the link is flexible because I have several hosts.
Is this with wrong syntax? How can I write it?
There's any hack for this before corrected?
Thanks,
Ricardo
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]