Bug 9191 - httpd is missing
Summary: httpd is missing
Status: RESOLVED INVALID
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 2
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 07:55 CET by jim l
Modified: 2013-02-27 11:02 CET (History)
1 user (show)

See Also:
Source RPM: apache-2.2.23-1.mga2.src.rpm
CVE:
Status comment:


Attachments

Description jim l 2013-02-27 07:55:30 CET
Description of problem:
httpd, the Apache daemon, is not present in the rpm.

Version-Release number of selected component (if applicable):


How reproducible:
always

Steps to Reproduce:
1.download rpm
2.unpack
3.voila


Reproducible: 

Steps to Reproduce:
Comment 1 James Kerr 2013-02-27 10:32:07 CET
/usr/sbin/httpd is in the package apache-mpm-prefork.
Comment 2 Sander Lepik 2013-02-27 11:02:31 CET
Well.. RPM doesn't work like that :)

$ urpmq --requires apache
...
apache: apache-mpm[== 2.2.23-1.mga2]
...

$ urpmq --provides apache-mpm-prefork
...
apache-mpm-prefork: apache-mpm[== 2.2.23-1.mga2]
...

You can't install apache w/o installing one of the packages that provides apache-mpm.

$ urpmf sbin/httpd
apache-mpm-event:/usr/sbin/httpd-event
apache-mpm-itk:/usr/sbin/httpd-itk
apache-mpm-worker:/usr/sbin/httpd-worker
apache-mpm-peruser:/usr/sbin/httpd-peruser
apache-mpm-prefork:/usr/sbin/httpd

They all provide apache daemon..

Status: NEW => RESOLVED
CC: (none) => sander.lepik
Resolution: (none) => INVALID


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