Results 1 to 3 of 3

Thread: How to installing apache on Linux

  1. #1
    PerryCollins is offline Senior Member
    Join Date
    Dec 2009
    Posts
    380
    Rep Power
    3

    Default How to installing apache on Linux

    I am having the desktop computer system which has the Windows Linux operating system. I want to install to Apache on my Linux system. Does anybody know how to install Apache in Linux???? Any help would be highly appreciated. Thanks in advanced.

  2. #2
    SmithJohnson is offline Senior Member
    Join Date
    Dec 2009
    Posts
    364
    Rep Power
    3

    Default

    Installing Apache

    to start session like root. You can do this in commando:

    Code:
    Code:
    su root
    Now going to install Apache in /usr/local/etc just go there.

    Code:
    Code:
    cd /usr/local/etc
    To drop the last stable version of Apache.org Apache in this directory. When to write this me apache all unloading in a directory in case you require again:

    Code:
    Code:
    /usr/local/downloads

  3. #3
    Williamsjones is offline Senior Member
    Join Date
    Dec 2009
    Posts
    352
    Rep Power
    3

    Default

    Type the following command to Install Apache in Linux

    Code:

    Code:
    # up2date httpd
    Start Apache
    Code:

    Code:
    # chkconfig httpd on
    # /etc/init.d/httpd start

Similar Threads

  1. PHP on Linux with Apache
    By Francis Ronaldo in forum Applications
    Replies: 0
    Last Post: 05-26-2009, 07:13 AM
  2. Installing Linux
    By Abel789 in forum Linux/Free BSD
    Replies: 0
    Last Post: 04-16-2009, 07:17 AM
  3. Installing Apache and Perl
    By harddisk6564 in forum Everything Else
    Replies: 0
    Last Post: 04-14-2009, 05:58 AM
  4. Installing Linux
    By janess22 in forum Linux/Free BSD
    Replies: 0
    Last Post: 03-10-2009, 07:59 AM
  5. Compiling and installing Apache
    By techpro in forum Applications
    Replies: 0
    Last Post: 04-08-2008, 10:44 AM

Bookmarks

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48