

- #XAMPP FOR WINDOWS SERVER 2008 64 BIT DOWNLOAD INSTALL#
- #XAMPP FOR WINDOWS SERVER 2008 64 BIT DOWNLOAD DOWNLOAD#
Replace with either the system's host name or localhost.įinally, if you want to run the server automatically when the system starts (even if nobody logs in), you'll need to run it as a service - in a new elevated (as an administrator) command prompt, type : httpd.exe -k install

If you got a warning about not being able to determine the system's fully qualified domain name, fix it by editing C:\Apache24\conf\nf and editing the ServerName variable (it should be already there in a comment, just uncomment it and change it) : ServerName You can now stop the currently running Apache by pressing Ctrl+C in the command prompt. Then, open a browser and browse to if you see a page saying It works ! then it means your Apache installation is working. Windows Firewall may prompt you to allow Apache to communicate on specific networks, I recommend you use the default settings : allow it on home and work networks, but not on public/untrusted networks.

If you get an error saying that it can't bind to port 80, check if another application uses that port - also Skype is known to use ports 80 and 443 by default uncheck "Use port 80 and 443 as alternatives for incoming connections" in its advanced connection settings, restart Skype to apply the changes, and then you should be able to start Apache without issues.Ī warning like Could not reliably determine the server's fully qualified domain name can be ignored for now. If you get an error dialog stating that MSVCR110.dll is missing on your system, you'll need to install the Visual C++ Redistributable for Visual Studio 2012 - as always, when prompted, select the appropriate bit-version : vcredist_x86.exe for 32-Bit systems and vcredist_圆4.exe for 64-Bit ones. Open a command line window (Windows+R and type cmd then press Enter), change directory into C:\Apache24\bin and run httpd.exe, normally it shouldn't print any errors. Once downloaded, just extract the Apache24 folder to the root of your hard drive, so that you have a path like C:\Apache24\bin. The latest version when this answer was last updated: Apache 2.4.38 Win64 (look at the edit date at the bottom of the post). Here's the version that I used when writing this : Apache 2.4.10 Win64.
#XAMPP FOR WINDOWS SERVER 2008 64 BIT DOWNLOAD DOWNLOAD#
First, I recommend you read the Platform Specific Notes of Apache for Windows - it explains some Windows-specific features like running as a service that you don't have on other OSes and you probably have never used before.Īs mentioned in these platform specific notes, Apache doesn't provide binaries for Windows, however they have links to several third-party sites that provide binaries, for example Apache Lounge.įrom that website, we can download either the 32-Bit version (win32) or the 64-Bit one (Win64) - if your OS is 64-Bit you should always try to install 64-Bit versions of software, but note that you'll need to use 64-Bit modules as well, that means if you only have a 32-Bit module then download the 32-Bit Apache.
