You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Dennis haney <da...@kultunaut.dk> on 2001/03/16 16:17:01 UTC

general/7427: Error code gone?

>Number:         7427
>Category:       general
>Synopsis:       Error code gone?
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   apache
>Arrival-Date:   Fri Mar 16 07:20:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     davh@kultunaut.dk
>Release:        1.3.12
>Organization:
apache
>Environment:
Linux hoare.dina.kvl.dk 2.2.5-15smp #1 SMP Mon Apr 19 22:43:28 EDT 1999 i686 unknown
redhat something. Custom build httpd.
>Description:
These two are links to our custom error codes directory:
http://hoare.kultunaut.dk/fejlkoder/doesnotexist.skdjfhglsjkdh
This page returns 404 to the serverside:<!--#echo var="REDIRECT_STATUS" -->

http://hoare.kultunaut.dk/fejlkoder/404.shtml.da 
This page returns (none) to the serverside:<!--#echo var="REDIRECT_STATUS" -->

>How-To-Repeat:
  Alias  /fejl  /home/naut/htdocs/fejlkoder
  <Directory /home/naut/htdocs/fejlkoder>
   AllowOverride none
   LanguagePriority da en
   Options MultiViews IncludesNoExec FollowSymLinks
   AddType text/html .shtml
   AddHandler server-parsed .shtml
  </Directory>
 
ErrorDocument 500 /fejl/500
ErrorDocument 400 /fejl/400
ErrorDocument 401 /fejl/401
ErrorDocument 403 /fejl/403
ErrorDocument 404 /fejl/404
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]