Bug 178818

Summary: Admin Server modules must support Apache 2.2
Product: [Retired] 389 Reporter: Rich Megginson <rmeggins>
Component: AdminAssignee: Rich Megginson <rmeggins>
Status: CLOSED CURRENTRELEASE QA Contact: Viktor Ashirov <vashirov>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0CC: amsharma, dyoung, jgalipea, rcritten
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard: 1.0.2
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-07 17:10:04 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:
Bug Depends On:    
Bug Blocks: 183369    
Attachments:
Description Flags
diffs for mod_admserv
none
Diffs for mod_nss
none
diffs for mod_restartd none

Description Rich Megginson 2006-01-24 16:28:42 UTC
The file most affected seems to be mod_restartd.c since it is a copy of
mod_cgid.c from the core httpd code.  Apache 2.2 is the default with FC5 (and
RHEL5).

Comment 1 Rich Megginson 2006-01-31 17:35:02 UTC
Created attachment 123924 [details]
diffs for mod_admserv

Diffs for mod_admserv Makefile.am and configure.in

Comment 2 Rich Megginson 2006-01-31 17:35:45 UTC
Created attachment 123925 [details]
Diffs for mod_nss

Diffs for mod_nss configure.in

Comment 3 Rich Megginson 2006-01-31 17:39:06 UTC
Created attachment 123927 [details]
diffs for mod_restartd

Diffs for mod_restartd configure.in and Makefile.am

Comment 4 Jenny Severance 2011-06-06 18:45:03 UTC
Please add steps to reproduce and verify thanks

Comment 5 Rich Megginson 2011-06-06 19:56:48 UTC
1) install redhat-ds or 389-ds (not just 389-ds-base) on a system that has Apache 2.2 (rpm -qi httpd returns Version: 2.2.x)
2) verify that admin express and console login works

Comment 6 Amita Sharma 2011-06-17 13:36:29 UTC
[root@rhel61 dirsrv]# rpm -qi httpd
Name        : httpd                        Relocations: (not relocatable)
Version     : 2.2.15                            Vendor: Red Hat, Inc.
Release     : 9.el6                         Build Date: Sat 09 Apr 2011 06:30:13 PM IST
Install Date: Wed 01 Jun 2011 06:00:29 PM IST      Build Host: x86-010.build.bos.redhat.com
Group       : System Environment/Daemons    Source RPM: httpd-2.2.15-9.el6.src.rpm
Size        : 3056498                          License: ASL 2.0
Signature   : RSA/8, Fri 22 Apr 2011 01:17:47 AM IST, Key ID 199e2f91fd431d51
Packager    : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
URL         : http://httpd.apache.org/
Summary     : Apache HTTP Server
Description :
The Apache HTTP Server is a powerful, efficient, and extensible
web server.

[root@rhel61 dirsrv]# yum install 389-ds
Loaded plugins: product-id, subscription-manager
Updating Red Hat repositories.
DS90                                                                                                                                  | 4.0 kB     00:00     
DS90devel                                                                                                                             | 3.8 kB     00:00     
Dep_DS90                                                                                                                              | 4.0 kB     00:00     
RHEL6_64                                                                                                                              | 4.0 kB     00:00     
Setting up Install Process
Package 389-ds-1.2.1-2.el6.noarch already installed and latest version
Nothing to do

2. Yes both are working fine for me, hence marking as VERIFIED.