php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #988 Strange Allow header
Submitted: 1998-12-10 23:08 UTC Modified: 1999-01-10 00:58 UTC
From: jeff at db dot csie dot ncu dot edu dot tw Assigned:
Status: Closed Package: Other
PHP Version: 3.0.5 OS: Solaris 2.5.1
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jeff at db dot csie dot ncu dot edu dot tw
New email:
PHP Version: OS:

 

 [1998-12-10 23:08 UTC] jeff at db dot csie dot ncu dot edu dot tw
Before activating php3:

OPTIONS /~jeff/workflow/index.html HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 11 Dec 1998 03:13:52 GMT
Server: Apache/1.3.3 (Unix)
Content-Length: 0
Allow: GET, HEAD, OPTIONS, TRACE
Connection: close

After activating php3 without any configuration change:

OPTIONS /~jeff/workflow/index.html HTTP/1.0

HTTP/1.1 200 OK
Date: Fri, 11 Dec 1998 03:51:45 GMT
Server: Apache/1.3.3 (Unix) PHP/3.0.5
Content-Length: 0
Allow: GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE
Connection: close


POST /~jeff/workflow/index.html HTTP/1.0

HTTP/1.1 405 Method Not Allowed
Date: Fri, 11 Dec 1998 04:03:27 GMT
Server: Apache/1.3.3 (Unix) PHP/3.0.5
Allow: GET, HEAD, POST, PUT, DELETE, OPTIONS, TRACE
Connection: close
Content-Type: text/html

<!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 /~jeff/workflow/index.html.
<P>
<HR>
</BODY></HTML>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-01-10 00:58 UTC] rasmus
This is not a PHP-related problem.  You are doing something odd in your Apache .conf files.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 16 04:01:33 2024 UTC