Closed
Bug 295456
Opened 20 years ago
Closed 19 years ago
404 Errors include an error for "/page.cgi/<filename>" too
Categories
(Bugzilla :: bugzilla.org, defect, P2)
Bugzilla
bugzilla.org
Tracking
()
RESOLVED
FIXED
People
(Reporter: cso, Assigned: justdave)
References
()
Details
Attachments
(1 file)
80.62 KB,
image/png
|
Details |
On the live www.bz.org site, 404 errors include two errors:
404 Page Not Found
The requested URL /installation_list.html was not found on this server.
Apache/2.0.46 (Red Hat) Server at www.bugzilla.org Port 80
and
Not Found
The requested URL /page.cgi/installation_list.html.tmpl was not found on this
server.
Apache/2.0.46 (Red Hat) Server at www.bugzilla.org Port 80
However, on my checkout of the site, and on landfill
(http://landfill.mozilla.org/bugzilla.org/installation-list.html) - this
produces just the first error.
Assignee | ||
Comment 1•20 years ago
|
||
I can't reproduce this on the live site...
although the error is plausible, I can't find anything that might cause it either.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Comment 2•20 years ago
|
||
This is still occuring for me as of this moment in time.
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•20 years ago
|
Status: VERIFIED → REOPENED
Resolution: WORKSFORME → ---
Reporter | ||
Comment 3•20 years ago
|
||
This is a screenshot showing the error message here - note the image is
1280*968 so you may need to scroll.
Assignee | ||
Comment 4•20 years ago
|
||
doh. I didn't scroll down when I looked. I'm about to go sleep, I'll play with
it when I wake up :)
Comment 5•20 years ago
|
||
use static page :-)
Assignee | ||
Comment 6•20 years ago
|
||
This seems to be some weird interaction with mod_perl. Is there a different way to report an error status to apache under mod_perl (ModPerl::Registry) so that it knows you're providing your own entity body for the error and doesn't try to append the default one to the end of it?
Status: REOPENED → NEW
OS: Linux → All
Priority: -- → P2
Hardware: PC → All
Comment 7•20 years ago
|
||
Whats the script returning at the end? You want to return ::OK, but set ->status to 404. I think that that will work.
Comment 8•19 years ago
|
||
#5 has been done by bug 324893 and this never happen :-)
Status: NEW → RESOLVED
Closed: 20 years ago → 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•