LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   httpd (https://www.linuxquestions.org/questions/linux-software-2/httpd-82313/)

MagDaddy 08-15-2003 01:33 PM

httpd
 
Greetings,

I am installing Redhat 8, and I selected the follow to install:

admin tools
authoring and publishing
development tools
editors
kernel development
network servers
server configuration tools
system tools
text-based internet

I did not select web server. I'm curious why I have apache installed when I didn't select it. /etc/httpd exists, I can start httpd and verify it is running.

-Mag

Crashed_Again 08-15-2003 01:34 PM

hmmm...strange indeed. Well try running:

redhat-config-packages

to uninstall it.

david_ross 08-15-2003 01:37 PM

Maybe somehthing you selected wanted apache as a dependency and you said ok to resolving dependencies.

Proud 08-15-2003 01:38 PM

network servers?

david_ross 08-15-2003 01:45 PM

Quote:

Originally posted by Proud
network servers?
I thnk that is just dhcpd and telnet etc. There is a seperate section for web server as far as I can remember.

MagDaddy 08-15-2003 03:18 PM

I reinstalled without network servers. Apache was installed again, also.

-Mag

Crashed_Again 08-15-2003 03:21 PM

hmmm...I'm going to go with david_ross's explanation and say that something else your installing wants apache. Try uninstalling httpd:

rpm -e httpd

you will probably get an error message saying it can't uninstall httpd because certain programs are dependent on httpd. This might give you a clue as to what program(s) needs apache.

grizzly 08-15-2003 09:37 PM

Personally, I think this is just a redhat thing. On my webserver I use redhat, and when I installed it I unchecked sendmail, I do not want an e-mail server on this box. I throughly go through each list to check or uncheck just want I want. I check the dependencies and resolve them before I continue with the install, but both times I have installed it sendmail gets installed and is started at startup. This has happened twice, once with 7.3, and once with 9. I just went in and uninstalled. It is a bit annoying though.


All times are GMT -5. The time now is 06:04 PM.