Hello Padmahas, Okay. This tells us a few things. One problem is that the HTTPD_ROOT is set to /usr instead of /usr/local/apache2. Other relative paths will be based from here. Since the SERVER_CONFIG_FILE is set to conf/httpd.conf, the default config file will be /usr/conf/httpd.conf instead of /usr/local/apache2/conf/httpd.conf. The -f switch allowed you to override this. What steps did you use to install and configure httpd into /usr/local/apache2? In your httpd source directory, what are the contents of the config.nice file? You could review the following links: - http://httpd.apache.org/docs/2.4/install.html#configure - http://httpd.apache.org/docs/2.4/programs/configure.html Take care, Mike On 3/31/2015 4:19 PM, Padmahas Bn
wrote:
|