apache configuration

  1. K

    Apache not listening to particular IP address! Why?

    Normally Apache listening to all the IP address but if you are getting issue for any particular IP address then you can check the issue with below steps: Login to WHM. Go to Configuration » Apache Configuration » Reserved IPs Editor Here if you will find check with IP address then you have to...
  2. K

    Steps to modify Apache LogFormat

    You have to follow few simple steps to modify Apache LogFormat. For that it is must to have access of WHM panel. Login to WHM. Navigate to “Service Configuration » Apache Configuration » Global Configuration” You can make changes here, but make sure your changes should meet the Apache format...
  3. K

    Configuration of Apache Timeout directive in WHM

    You can follow below steps to configure Apache Timeout directive. But one thing, it is must to have root access of your server. Login to WHM. Go to Service Configuration » Apache Configuration » Global Configuration Search for “Timeout” directive by scrolling Here you have to enter desired...
  4. K

    Steps to configure Apache’s RLimits Directive in WHM

    You can configure Apache RLimits in Apache Configuration option: Login to WHM. Here click on “Apache Configuration” under “Service Configuration”. Now click on “Memory Usage Restrictions”
  5. K

    Steps to configure Apache’s RLimits Directive in WHM

    You can configure Apache RLimits in Apache Configuration option: Login to WHM. Here click on “Apache Configuration” under “Service Configuration”. Now click on “Memory Usage Restrictions”
  6. K

    Steps to enable piped logging in Apache

    Piped logging means the number of open files Apache needs, if you want to reduce numberofopen filesthen you have to enable this option. Forthat you canfollow below steps: Login to WHM. Go to Apache Configuration under Service Configuration. Clink on “Piped Log Configuration” You will find...
  7. K

    How to increase number of connections in Apache?

    To check number of connections, it is must to have root access of server. You can follow below steps to check number of connections: Login to WHM. Here click on “Apache configuration” under “Service configuration”. Now click on “Global configuration”. You can check these values Server Limit and...
  8. K

    Error: No matching DirectoryIndex in Apache

    By default Apache looks for index.html file not an index.html file, when it will not get it then you will get below error: AH01276: Cannot serve directory /usr/share/phpMyAdmin/: No matching DirectoryIndex (index.html) found. In apache configuration file you will find below line, <IfModule...
Top