November 4th, 2013, 10:17 PM
-
Finding Executable file that starts Apache Macbook XAMPP
Hi;
In brief, I want to see how I can start XAMPP (How can I find the bin directory of XAMPP?).
My questions:
1 - Are XAMPP's structure and commands the same on every machine? I am on Macbook Pro. Since it's XAMPP, I assume it should be the same.
2 - This is the opportunity to learn something about bin directory. I assume bin directory is the directory with executable files. Meaning I can execute a file with this command:
Code:
# /some_directory/bin/an_executable_file
Executes an_executable_file (if it is a script).
So my goal is to find the bin directory of XAMPP and then I can find the commands to start, stop and restart Apache.
How can I find the bin directory of XAMPP?
November 4th, 2013, 11:43 PM
-
I already answered this question HERE if you would bother to go to the apachefriends.org site to THIS Link and read about it.
also, right below that section that I linked to is a section that tells you where everything in XAMPP is located. [where the bin directory is located]
November 4th, 2013, 11:49 PM
-
Originally Posted by DonR
I already answered this question
HERE if you would bother to go to the apachefriends.org site to
THIS Link and read about it.
also, right below that section that I linked to is a section that tells you where everything in XAMPP is located. [where the
bin directory is located]
Ah thank you DonR, I must have missed it.
November 4th, 2013, 11:57 PM
-
Originally Posted by English Breakfast Tea
Ah thank you DonR, I must have missed it.
you are most welcome...pay attention next time
November 5th, 2013, 12:20 AM
-
Originally Posted by DonR
That is an epic post. Still reading it. Have a few things I am going to post there soon.
Thanks again, see you in that thread.