hi, welcome to webune support forums. and often asked question from our customer who have dedicated servers is how they can find out the path of their httpd server.

today we will teach you how you can find out where is your apach is installed using your ssh shell connection through the console terminal.

first login to your server using SSH

then send this command
ps -aux | grep httpd


an alternative if you dont have access to the shell, is to run a phpinfo() file and look under Apache Environment, there you will see PATH

it will most like say: /sbin:/usr/sbin:/bin:/usr/bin
depending on your installation