• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

question about mod_ssl + apache + POST

trek

Senior member
This is what I have running

Apache/2.0.51 (Win32) mod_ssl/2.0.51 OpenSSL/0.9.7d PHP/5.0.0 Server at localhost Port 443

I have a page https://localhost/test.php that has a form on it, the form method is POST.
When I submit the page with firefox, 9 times out of 10 it works fine. Every once in a while
I get
Method Not Allowed
The requested method POST is not allowed for the URL /test.php
With IE I get that every single time.

So I'm a little confused. I was reading a little bit and it seems mod_ssl isn't too friendly with
POST, but I don't see why the browser matters. If anyone could clear this up it would be great.
 
Back
Top