You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Joshua Slive <jo...@slive.ca> on 2002/03/25 23:57:48 UTC

Suspected BUG in latest CVS: POST gives 405 in SSL (fwd)

Can someone remind me how 2.0 is supposed to handle determining which
resources accept POSTs?  Can you post to the default-handler (to give
input filters a crack at it)?

---------- Forwarded message ----------
Date: Mon, 25 Mar 2002 23:19:46 +0100
From: "Roozemond, D.A." <D....@student.tue.nl>
Reply-To: users@httpd.apache.org
To: "'users@httpd.apache.org'" <us...@httpd.apache.org>
Subject: Suspected BUG in latest CVS: POST gives 405 in SSL

Hi all,

I think I've found a bug in the latest CVS, but I'm not sure. I'm running
apache 2.0.34-dev on SuSE linux 7.2, kernel 2.4.4. Got it via anonymous CVS
this evening. I thought everything was running fine, but I found a strange
thing:

I created a test.htm:
<HTML><BODY>
<FORM METHOD=POST ACTION="test.htm"><INPUT TYPE=SUBMIT></FORM>
</BODY></HTML>

if I use http://.../test.htm everything is fine, I just get the same page
when I click submit. However, when I use the ssl-module:
https://.../test.htm I get a 405 error:
	The POST method is not allowed for the requested URL.

(With previous versions of apache 2 (I've been running 2.0.33-dev for quite
a while) everything worked fine, even when using the secure connection).

Pretty strange in my opinion, but maybe I just overlooked something? Or is
it a bug?
Any ideas on the why and how of this problem will be greatly appreciated!

Included the configure-command I used. If you want/need any more technical
information: ask please.

Regards,

Dan Roozemond


----------------------
./configure --prefix=/usr/local/apache2033 --enable-expires --enable-headers
--enable-usertrack --enable-info --enable-rewrite --enable-so --enable-ssl
--with-ssl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org