Results 1 to 2 of 2

Thread: Apache usage in command line

  1. #1
    Member
    Join Date
    Jul 2002
    Posts
    367
    cPanel/WHM Access Level

    Website Owner

    Default Apache usage in command line

    Hi,

    How do we find apache usage in command line?. Some of the sites are casuing serverlaod.
    Anyone can help me.

    thanks

  2. #2
    Member tuxdesk's Avatar
    Join Date
    Oct 2005
    Posts
    86

    Default

    Edit httpd.conf file as shown below. then restart apache

    =====================
    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from localhost
    < /Location>
    ====================
    After then run "/etc/init.d/httpd status" in command prompt.
    Last edited by tuxdesk; 10-08-2005 at 02:15 PM.
    Tux
    Aim : tuxdesk
    Msn : tuxdesk@hotmail.com
    Yahoo: tuxdesk@yahoo.com

    __________________________________________________
    "You don't slow down because you get old; you get old because you slow down."

Similar Threads

  1. how to restart apache through cpanel command line?
    By charliesxia in forum cPanel & WHM Discussions
    Replies: 7
    Last Post: 04-21-2013, 05:06 PM
  2. Replies: 1
    Last Post: 10-13-2005, 10:33 AM
  3. What is the command to restart cpanel via the command line?
    By AbeFroman in forum cPanel & WHM Discussions
    Replies: 2
    Last Post: 07-29-2004, 03:24 PM
  4. Command line usage of mailman
    By spiritguardian in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 05-29-2004, 09:20 AM
  5. Apache only loads from command line
    By jsteel in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 08-30-2002, 10:07 AM