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
>
> 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.
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
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
--
---
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
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