by John Gourlay.
Ken:
That fixed it. Thank you.
Using apache. I was originally thrown off by references to httpd, and then tried to use <IfModule... wrappers.
I was over thinking it. The answer is much too simple. On this version of ubuntu edit /etc/apache2/apache2.conf and simply add:
LimitRequestBody 2147483647
at the end.
Thank you again.
John