WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

what is server root in apache?

  • 1.  what is server root in apache?

    Posted 05/31/13 12:50 AM
    can any one tell what is server root in apache.
     


  • 2.  what is server root in apache?

    Posted 05/31/13 01:13 PM
    Hi saravana,

      lmgtfy.com/?q=server+root+apache

    httpd.apache.org/docs/current/mod/core.h...

    The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories conf/ and logs/. Relative paths in other configuration directives (such as Include or LoadModule, for example) are taken as relative to this director

      hope this helps.

    regards


  • 3.  what is server root in apache?

    Posted 06/01/13 04:57 AM
    thank you for your quick response gabriel.