Google


ADBRITE ads links
You are here: CodeIdol.com > Unix > Linux® Quick Fix > The Apache Web Server > Starting Apache

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

Starting Apache

Use the chkconfig command to configure Apache to start at boot:

     [root@bigboy tmp]# chkconfig httpd on

Use the httpd init script in the /etc/init.d directory to start, stop, and restart Apache after booting:

     [root@bigboy tmp]# service httpd start
     [root@bigboy tmp]# service httpd stop
     [root@bigboy tmp]# service httpd restart

You can test whether the Apache process is running with:

     [root@bigboy tmp]# pgrep httpd

You should get a response of plain old process ID numbers.

    SAVE
    Digg
    Shown on del.icio.us del.icio.us
    See Whos Talking About This on Technorati Technorati
    I've Reddit reddit

    You are here: CodeIdol.com > Unix > Linux® Quick Fix > The Apache Web Server > Starting Apache
       
    Related tags







    Popular Categories
    Unix books and guides
    AJAX popular information
    C# language guides
    Windows books and cookbooks
    .......






    © CodeIdol Labs, 2007