Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
OK sorry I've found the solution, there is a SSL buffer, that limits the amount of data you cand POST. SSLRenegBufferSize This directive can be change in runtime, so you can put this in .htaccess file changing the value of the buffer. You should be careful because this can be dangerous when you

Re: [users@httpd] HTTPS Forms

2011-07-27 Thread Hugo Gomes
I've researched about this issue, but no success. I need to do this using https, because all my users are authenticated by digital certificates. And this happens when in https, in http there are no errors, so i suppose it's not related with the size of the file, is related with ssl

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Torsten Förtsch
On Friday, June 24, 2011 15:54:31 Hugo Gomes wrote: > I have a site that is used with https, and i have a form that > uploads some information about the users, and sometimes the users > need to upload some files, but i almost of the times gives me an > error: > > > "The requested

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Hugo Gomes
On Fri, 2011-06-24 at 14:32 +, Igor Galić wrote: > > - Original Message - > > Hi all, > > > > I have a site that is used with https, and i have a form that > > uploads > > some information about the users, and sometimes the users need to > > upload > > some files, but i almost

Re: [users@httpd] HTTPS Forms

2011-06-24 Thread Igor Galić
- Original Message - > Hi all, > > I have a site that is used with https, and i have a form that > uploads > some information about the users, and sometimes the users need to > upload > some files, but i almost of the times gives me an error: > > > "The requested resourc

[users@httpd] HTTPS Forms

2011-06-24 Thread Hugo Gomes
Hi all, I have a site that is used with https, and i have a form that uploads some information about the users, and sometimes the users need to upload some files, but i almost of the times gives me an error: "The requested resource /path_to_script/index.php does not allow reques