[users@httpd] Asking for Help: Processing POST enctype="multipart/form-data", libapreq2 /mod_upload examples cannot find

2021-05-04 Thread 巍才凌
Hi experts:  I am developing a http mod_example for my web application. I want to proecess html form with POST  enctype="multipart/form-data", for uploading files to my server. I google searched, did not find any API for POST "multipart/form-data" processing, like ap_parse_form_data for defa

Re: [users@httpd] Is there an order to the .htaccess file

2021-05-04 Thread Eric Covener
> > Is there an order to the .htaccess file? Does it matter which directive > comes before the other? > > > Order matters for mod_rewrite directives like RewriteRule no matter what context they appear in.

RE: [users@httpd] Is there an order to the .htaccess file

2021-05-04 Thread Di Gregorio, Lisa
Eric, I very much appreciate your answer! It appears setup is as needed/described. This is why it’s puzzling that this one standard code block prevents the hide debug code from working. Our system admin tells me that rewrite in Apache is enabled. Our system admin also tells me that "AllowOverr

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-05-04 Thread Rob Emery
On 29/04/2021 17:51, Nick Folino wrote: Can you look at the Hello in the capture to see if it is OK? Certainly, it looks perfect to me (I've attached a screenie of the Wireshark decode in-case I've missed something). Thanks, Rob -- ---

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-05-04 Thread Rob Emery
I actually thought your suggestion of a reverse proxy or load balancer presenting a problem had merit. I still think that's a good question so we know are we dealing with the error coming from a back end apache  or something in front of it. Indeed, I think (excluding the packet itself getti

Re: [users@httpd] Intermittently the TLS handshake results in plaintext 400 Bad Request response

2021-05-04 Thread Rob Emery
Apologies for the delay, been a crazy few days. Thanks for the reply. Looking at common code paths that lead to a 400 error, I'd imagine two possible scenarios: 1. Something is mangling the initial TLS hello, can you verify that the raw packet makes sense? 2. Worker exhaustion, given that you se