Hello Padmahas, It looks like your two installations of Apache httpd 2.4 are conflicting with each other. If I understand correctly, you first installed into /user and then into /usr/local/apache2. Then you tried to remove the /user installation by deleting files manually. (As you've seen, /user is not a good choice, because this is used for many other things as well.) It would probably help to do a fresh installation. But let's try a few things first. When tried " sudo /usr/local/apache2/bin/apachectl -k start " It gave " httpd: Could not open configuration file /usr/conf/httpd.conf: No such file or directory ". You are probably wanting to use /usr/local/apache2/conf/httpd.conf instead. What results do you get from sudo /usr/local/apache2/bin/apachectl -V ? Look inside /usr/local/apache2/bin/apachectl What is the variable HTTPD set to? You could try using sudo /usr/local/apache2/bin/apachectl -k start -f /usr/local/apache2/conf/httpd.conf to override the config file location. See the following links for further options on the apachectl or httpd commands: - http://httpd.apache.org/docs/2.4/programs/apachectl.html - http://httpd.apache.org/docs/2.4/programs/httpd.html Thanks, Mike Rumph On 3/31/2015 3:36 AM, Padmahas Bn
wrote:
|