You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Roozemond, D.A." <D....@student.tue.nl> on 2002/03/25 23:19:46 UTC

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