Getting 413 (Request Entity Too Large) error while selecting multiple accounts and updating profile.
I don't know what is the problem. I think the data that I am posting through form is too large. I searched this in search engine and got that I will have to increase
httpd.conf: LimitXMLRequestBody 100000000 and LimitRequestBody 100000000 httpd.conf: SecRequestBodyLimit 100000000
please throw some light on this?