How to install and start the Apache or httpd service under Linux




+ Reply to Thread
Results 1 to 5 of 5

Thread: How to install and start the Apache or httpd service under Linux

  1. #1
    Meer is offline Senior Member
    Join Date
    Sep 2010
    Posts
    179
    Feedback Score
    0

    How to install and start the Apache or httpd service under Linux

    Q. How do I install and start the Apache or httpd web server under Fedora core or Cent OS?
    A. Apache HTTP Server is a free software/open source web server for Unix-like systems and other oses.
    Apache features configurable error messages, DBMS-based authentication databases, and content negotiation. It is also supported by several graphical user interfaces (GUIs) which permit easier, more intuitive configuration of the server.
    Use rpm command to install Apache under Linux. You can also use up2date or yum command to install the same.
    Task: Install Apache/httpd under Fedroa Core/Cent OS Linux

    Type the following command if you are using Fedora or Cent OS Linux:
    Code:
    #  yum install httpd
    Now, start the Apache/httpd
    Code:
    # chkconfig httpd on
    Code:
    # /etc/init.d/httpd start
    Task: Install Apache/httpd under Red Hat Enterprise Linux

    Type the following command
    Code:
    #  up2date httpd
    Start the Apache/httpd
    Code:
    # chkconfig httpd on
    Code:
    # /etc/init.d/httpd start
    Task: Debian Linux httpd/Apache installation

    Use apt-get command:
    Code:
    # apt-get install apache2
    Code:
    # /etc/init.d/apache2 start
    Task: Verify that port 80 is open

    Code:
    # netstat -tulpn | grep :80
    You can also install httpd from CDROM with rpm command:
    Code:
    # rpm -ivh httpd*

  2. #2
    montee is offline Junior Member
    Join Date
    May 2011
    Posts
    2
    Feedback Score
    0
    man this is very nice man and well explained

  3. #3
    pepviv is offline Junior Member
    Join Date
    Jun 2011
    Posts
    1
    Feedback Score
    0
    Thanks! Looks great!

  4. #4
    tanerbm is offline Junior Member
    Join Date
    Aug 2011
    Posts
    2
    Feedback Score
    0
    Great tutorial. Easy to follow

  5. #5
    macto is offline Junior Member
    Join Date
    Apr 2011
    Posts
    1
    Feedback Score
    0
    Thanks buddy, great work

+ Reply to Thread

Visitors found this page by searching for:

install httpd debian

install httpd service in linux

linux man httpd 2011

linux register apache as service

install apache under linux

linux install httpd on debian

restart httpd debian linux

install service on linux

command to check apache services in linux

install apache service linux

Introduction to Web server. Installing Apache on Linux: httpd service.

manually register apache service in Linux

install httpd on linux as service

install apache as a service on linus

no service httpd

how to install httpd service

apache no services linux

linux register httpd with init.d

linux apache no service httpd

install httpd linux debian

register apache service in Linux

manual install apache as a service linux

How to Install Apache service 2 in Linux

redhad commands check apache service

install httpd on Debian

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts