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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
42 - 16 = ?
Subscribe to this entry?

 
 [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

Pull Requests

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 Oct 31 23:01:28 2024 UTC