0

I need to install httpd on an offline RHEL 7.2 box, which means no yum.

I read somewhere that httpd comes natively as part of RHEL 7.2, but I can't find it anywhere within the server.

Is there any way I can get an RPM package for installation? Since the box is offline, I can't use yum.

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
ipohfly
  • 123
  • 2
  • 6

1 Answers1

1

Basically, you can download dependencies on different host and copy them to your offline host. Remember that installing httpd, means installing httpd and dependencies. You have a similar questions here: [1], [2].