LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Does Apache server come with Redhat7.1? (https://www.linuxquestions.org/questions/linux-software-2/does-apache-server-come-with-redhat7-1-a-8454/)

jane207 11-08-2001 10:19 AM

Does Apache server come with Redhat7.1?
 
Hello everyone!
I have installed Redhat7.1, and I also need a apache server. Do I need to install apache server again? Or I just need to configure it as I need? Thanks.

Jane

dev-sda7 11-08-2001 10:54 AM

Check if apache is installed:
rpm -q apache

Turn on apache for runlevels 3 and 5 (as root)
/sbin/chkconfig --level 35 httpd on

jane207 11-08-2001 11:08 AM

dev-sda7, thank you very much.
I used "rpm -q apache", and I think my pc got apache installed. You advice did help. Thanks again.
Jane


All times are GMT -5. The time now is 07:23 AM.