[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#347626: marked as done (apache: Sends '405 Method Not Allowed' AND 'Allow: POST' when using POST)



Your message dated Wed, 16 Sep 2009 20:34:04 +0100
with message-id <1253129644.249071.2615.nullmailer@kmos.homeip.net>
and subject line Package apache has been removed from Debian
has caused the Debian Bug report #347626,
regarding apache: Sends '405 Method Not Allowed' AND 'Allow: POST' when using POST
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
347626: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347626
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apache
Version: 1.3.34-1
Severity: normal

When I try to POST a file Apache sends "405 Method Not Allowed", and at the same time "Allow:
POST". This seems weird.

<Directory /home/*/public_html>
    AllowOverride FileInfo AuthConfig Limit
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    <Limit GET POST OPTIONS PROPFIND>
        Order Allow,Deny
        Allow from all
    </Limit>
    <Limit PUT DELETE PATCH PROPPATCH MKCOL COPY MOVE LOCK UNLOCK>
        Order Deny,Allow
        Deny from all
    </Limit>
</Directory>

There's no .htaccess file in that directory. 

$ telnet HOSTNAME 80
Trying IP-ADDRESS...
Connected to HOSTNAME.
Escape character is '^]'.
POST /~user/login2.html HTTP/1.1
Host: HOSTNAME

HTTP/1.1 405 Method Not Allowed
Date: Wed, 11 Jan 2006 19:10:18 GMT
Server: Apache/1.3.34 (Debian) PHP/4.4.0-4 mod_perl/1.29
Allow: GET, HEAD, POST, PUT, DELETE, CONNECT, OPTIONS, PATCH, PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, UNLOCK, TRACE
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1

ef 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>405 Method Not Allowed</TITLE>
</HEAD><BODY>
<H1>Method Not Allowed</H1>
The requested method POST is not allowed for the URL /~user/login2.html.<P>
</BODY></HTML>

0

Connection closed by foreign host.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686-smp
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)


--- End Message ---
--- Begin Message ---
Version: 1.3.34-4.1+rm

You filled the bug http://bugs.debian.org/347626 in Debian BTS
against the package apache. I'm closing it at *unstable*, but it will
remain open for older distributions.

For more information about this package's removal, read
http://bugs.debian.org/418266. That bug might give the reasons why
this package was removed and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues


--- End Message ---

Reply to: