I am new to web programming , Could anyone please explain what the difference between .msi and binary version of apache ? Actually I want to use apache 2.4 I am not sure which version to download and use?
Asked
Active
Viewed 1,974 times
-2
-
1So you are a windows admin who has no idea what msi files are? Seriously? – TomTom Sep 17 '14 at 15:28
1 Answers
0
.msi is the microsoft installer and has nothing to do with the apache webserver.
If you're about to download a binary .msi package of the apache webserver for your windows machine, go ahead. It just means that the windows installer will install apache for you. Or you could download the webserver and install it yourself. There's no difference in the end product, just the process of getting it running on the machine.
You might want to install something like wamp or xamp which will install a simple apache mysql php stack to get you going.

i-CONICA
- 648
- 1
- 9
- 22
-
-
actually I am confused between source /binary /msi version,could you please clear it? – user3427540 Sep 17 '14 at 15:50
-
Source isn't compiled yet. You can make changes to the source, then compile it. Binary has already been compiled. If it's an MSI it's a binary compiled from source with a windows installer. – i-CONICA Sep 17 '14 at 16:04