Bug 12756 - Apache segfaults when handling an <Action> redirect
Summary: Apache segfaults when handling an <Action> redirect
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: apache
Version: 6.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nalin Dahyabhai
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-06-20 09:16 UTC by r.vanmeer
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-06-20 09:16:56 UTC
Embargoed:


Attachments (Terms of Use)

Description r.vanmeer 2000-06-20 09:16:55 UTC
I use an <Action> statement to redirect all my .html reequests to a single
script. When I request such a page, the httpd process that handles my
requests dies. This shows up in the logs with 

[notice] child pid 790 exit signal Segmentaion Fault (11)

The same work all right with a self-compiled apache on an identical
platform. The differences betwee the compiled version an the redhat are
that the compiled version has most of the modules already built-in and that
the redhat is compiled with a -D EAPI flag

Comment 1 Nalin Dahyabhai 2000-07-03 08:38:00 UTC
This appears to be fixed in the Raw Hide version, as adding this:

Action text/html /cgi-bin/htsearch

doesn't even make the server flinch.


Note You need to log in before you can comment on or make changes to this bug.