Apache2 on Centos5.4

Discussion in 'HOWTO-Related Questions' started by thavaht, Feb 11, 2010.

  1. thavaht

    thavaht New Member

    Regarding The Perfect Server - CentOS 5.4 x86_64, on the section "12 Apache2 With PHP, Ruby, Python, WebDAV", I wonder how httpd gets installed, if there's no reference to it in the packages.

    Can you explain how does it work? :confused:

    Rgds,

    Thavaht
     
  2. falko

    falko Super Moderator Howtoforge Staff

    It gets installed automatically as a dependency. You can also explicitly install it as follows:
    Code:
    yum install httpd
     
  3. thavaht

    thavaht New Member

    Thank you.
    Somehow I got blind and I didn’t see httpd on the dependencies list. :eek:
    I repeated the setup and this time httpd was there. BTW what is the package(s), in the provided list, that calls httpd as a dependency?
     

Share This Page