Apache Uninstall???

minimal

Registered
greetings....

i've just installed apache 2.2.2 through darwin ports but i cannot start it because every time that i give the apachectl start command, the build-in 1.3 begins and not the 2.2.2...

these are my first experiences with mac os and i'm really happy with them... :) so i still am not sure how can i uninstall progs such as the build-in apache and also any help would be really much appreciated....

good morning :)
 
Since the "apachectl" directory for Apache 1.3 is in the PATH environment variable, you need to change directory (in Terminal) to the Apache 2.2.2 binary directory, then type "./apachectl".
 
worked like a charm...

now i need to configure apache & php but as i can see there are plenty of guide s out there..

but just being curious.. do you know if & how can i remove the build-in apache cause i've googled it and not found something about it...

thanx anyway :)
 
Back
Top