Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Install folders for Apache, PHP, MySQL - Does Apache care? |
|
Author |
|
Mel_3
Joined: 20 Sep 2008 Posts: 7
|
Posted: Sat 20 Sep '08 17:23 Post subject: Install folders for Apache, PHP, MySQL - Does Apache care? |
|
|
I'm setting up Apache in c:\webdev\ as someone suggested.
Next I want to install PHP then MySQL.
1 - Should I take the default folders for PHP & MySQL
2 - or should I also put them in c:\wedev\ along with Apache ?
thanks for the help folks ! |
|
Back to top |
|
sos
Joined: 20 Sep 2008 Posts: 6 Location: Bucharest, Romania.
|
Posted: Sat 20 Sep '08 17:50 Post subject: |
|
|
I suggest you organize your webdev applications but still keep them each in their own folder so you can find config files, error logs and so on very easy, i suggest a good set up will be "c:/webdev/apache" for apache, "c:/webdev/mysql" for mysql, "c:/webdev/php" for php and "c:/webdev/wwwroot" for the server's web root, this way you can manage easy all 3 of them, and your web root also, and you can go on if you need more programs or addons or applications, like ruby, or coldfusion, or another databse like sqlite, you can always find a spot for them in the webdev folder (EX: "c:/webdev/ruby" etc). But however, each of them are very customizable and let you configure everything with relative paths, so you can basically install them wherever if you want, but i dont suggest it. |
|
Back to top |
|
|
|
|
|
|