Link to home
Start Free TrialLog in
Avatar of akohan
akohan

asked on

Where is it installed?

Hello group,

I'm using a machine that is not mine so I need to know:

1)  how can I find out where Apache is installed? is there any standard method?

I did:

$locate apache

but it wasn't helpful. Also, I have to change


2) when I'm trying to get to  http:/123.123.123.123/Dir1/Dir2/some.html

I get  ""Permission denied"  error.log, since the User in Apache setting file (/etc/httpd/conf) is:
User apahce
Group apache

What should I do? should I change the permission? or there is a work around?

Regards,
ak


ASKER CERTIFIED SOLUTION
Avatar of evilrix
evilrix
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of akohan
akohan

ASKER


That's right since they have changed it from apache to httpd so when I ran the ps command it didn't show apache process but when I use:
ps ax | grep httpd

it works fine. However, it is RIGHT.



SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of akohan

ASKER



Thanks for your comment and helping me.

Regards,
ak
You are very welcome.