Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 612564

Summary: 389-admin should use mod_cgid instead of mod_cgi
Product: [Retired] 389 Reporter: Fabio Erculiani <lxnay>
Component: AdminAssignee: Rich Megginson <rmeggins>
Status: CLOSED DEFERRED QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: low    
Version: 1.2.6CC: jgalipea, nhosoi
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-19 20:09:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Fabio Erculiani 2010-07-08 14:27:10 UTC
Description of problem:
389-admin is improperly using the cgi module. When using a
multithreaded MPM (worker), mod_cgid had to be used. It happens that
389-admin needs apache (with worker MPM) and mod_cgi (and not
mod_cgid).
mod_cgid fork() itself from the main httpd process while mod_cgi
doesn't. That's why password_pipe() works fine with the latter.

Also see:
http://lists.fedoraproject.org/pipermail/389-users/2010-July/011710.html
http://httpd.apache.org/docs/2.2/mod/mod_cgid.html

Comment 2 Martin Kosek 2012-01-04 13:31:15 UTC
Upstream ticket:
https://fedorahosted.org/389/ticket/83

Comment 4 Noriko Hosoi 2015-11-19 20:09:14 UTC
Closing this bug since we moved to the ticket system:
https://fedorahosted.org/389/ticket/83