Download Apache2 For Windows

If you are planning to install Apache, PHP and MySQL on Windows 10 machine, then you can do so by choosing any of the two options given below:

  1. You can use any ready-to-use packages like: WampServer, XAMPP etc.
    OR
  2. You can make your own fully functional WAMP server (Manual Installation).

Why Download Apache HTTP Server using YepDownload? Apache HTTP Server Simple & Fast Download! Works with All Windows (64/32 bit) versions! Apache HTTP Server Latest Version! Fully compatible with Windows 10; Disclaimer Apache HTTP Server is a product. Dec 17, 2018  How to install Apache HTTP Server on Windows Server? Your feedback is appreciated. Please tell us how we can make this article more useful. Jun 18, 2015  Download Apache here Download the Zip file and then extract the file to a directory called C:Apache24. Open the Command Prompt as Administrator and change to the bin sub-directory of the extracted directory; i.e.; C:Apache24bin. Home ∼ How to Install and Run Apache Web Server on Windows 10. How to Install and Run Apache Web Server on. Jan 03, 2016:: Support Me:: Code Gear #1 How to manually install Apache, MySql.

So, in this tutorial, you’ll learn about how you can install Apache, PHP and MySQL server on your Windows 10 PC manually . As I’m currently using Windows 10 Pro 64-bit, so this tutorial is based upon it. I recommend that you read the whole tutorial first before following the instructions.

First, we have to decide as to which version of each application will be installed.

  • Apache 2.4.29
  • MySQL 5.7.21
  • PHP 7.2.3

You can download the required installer via links given below:

  • Download Apache for Windows: https://www.apachelounge.com/download/
  • Download PHP 7 for Windows (select ‘Thread Safe’): http://windows.php.net/qa/
  • Download MySQL for Windows (select ZIP Archive): http://dev.mysql.com/downloads/mysql/
  • Download the latest C++ Redistributable Visual Studio 2017: https://www.microsoft.com/en-in/download/details.aspx?id=48145
  • Download Visual C++ Redistributable Packages for Visual Studio 2013: https://www.microsoft.com/en-US/download/details.aspx?id=40784

Managed WordPress Hosting

MySQL Installation on Windows 10 Pro 64 bit:

  • Download MySQL installer and click on Run.
  • Select License Agreement and then click on Next.
  • Select Server Only and click on Next.
  • It will ask you to install Visual Studio 2013 on your system.
  • Click on the Execute button.
  • Select License agreement and click on Install.
  • Click on Close.
  • Click on Next.
  • Click on Execute.
  • Click on Next.
  • Click on Next.
  • Put root user password. Confirm password and Click on Next.

  • Click on Next.
  • Click on Next.
  • Click on Finish.

Your MySQL database server is now ready for use. You can use any MySQL client software for managing your database, like phpMyAdmin, Heidi SQL, SQL YOG etc.

Apache 2.4 Installation on Windows 10 Pro 64 bit:

  • Install the latest C++ Redistributable Visual Studio 2017: https://www.microsoft.com/en-in/download/details.aspx?id=48145
  • Download Apache files and unzip them (archive httpd-2.4.25-win64-VC14.zip) to the C:Apache24 directory:
  • After unzipping, go to the folder c:Apache24conf and open the httpd.conf file by any text editor.
  • Change below line in this file:

#ServerName www.example.com:80

ServerName localhost

# AllowOverride controls what directives may be placed in .htaccess files.

# It can be “All”, “None”, or any combination of the keywords:

# AllowOverride FileInfo AuthConfig Limit

#

AllowOverride None

# AllowOverride controls what directives may be placed in .htaccess files.

# It can be “All”, “None”, or any combination of the keywords:

# AllowOverride FileInfo AuthConfig Limit

#

Download Apache For Windows

AllowOverride All

Download Apache Server Windows

#LoadModule rewrite_module modules/mod_rewrite.so

LoadModule rewrite_module modules/mod_rewrite.so

Apache2
  • Register Apache service:

If you see this page, it means that your Apache installation has been successfully done.

You can modify index page code or upload your files like example given below.

PHP Installation on Windows10:

  • Download PHP package php-7.1.1RC1-Win32-VC14-x64.zip and unzip under C:php72
  • Rename php-ini-development.ini to php.ini
  • Add PHP in system environment variable.

C:>setx path “%PATH%, C:php72” /M

  • Again, open the file c:Apache24confhttpd.conf and append it with lines:

PHPIniDir “C:/PHP72”

  • AddHandler application/x-httpd-php .php

LoadModule php7_module “C:/PHP72/php7apache2_4.dll”

  • Restart Apache services.

Now you can access your PHP page from default Apache document root. Here I have created on phpinfo.php page.

That’s it! You’re done 🙂

Managed WordPress Hosting

Planning to install Apache, PHP and MySQL? Choose VPS and pick any plan from https://www.znetlive.com/vps-hosting-windows/

Department of Homeland Security officials. They'll still be able to get a non-compliant license after the deadline, but that license will not be accepted at the airport or to enter certain federal buildings, officials said.A Real ID license has standard security features that make it harder to counterfeit, some are visible, such as watermarks and a second photo, others are not, officials said.Real ID licenses will have a gold star in a corner, non-Real ID licenses and ID cards will have 'federally non-compliant' printed in a corner. Cost to renew nj drivers license. If you fly and use your license for identification at the airport, you will need a license that meets Real ID standards once the final federal deadline passes.Licenses from states that don’t comply won’t be accepted at airports, meaning those travelers will have to use another form of ID, such as a U.S. Passport or military ID, even for domestic air travel.All states must offer driver’s licenses and ID cards that comply with federal Real ID security standards by October 2020.It is not mandatory for drivers to get a Real ID license, said U.S.

Download Apache 2

Services ZNetLive offer:

Apache2 For Windows

If you have any doubt regarding this write-up or need to know more about the installation, drop comments below and get in touch.

Download Apache2 For Windows

Umesh Dubey

Umesh, Team Lead - Technical, is a Microsoft products’ expert with enviable certifications like RHCE, MCPS, MCSA and MCSE. An excellent team player, he utilizes his expertise of over 7 years in the technical sphere to handle technical issues brilliantly and dedicatedly value adds to the system administration and management fields. He can be seen drawing or playing chess in free time.

Latest posts by Umesh Dubey (see all)

  • How to install Let’s Encrypt SSL certificate on IIS web server? - October 16, 2017
  • How to run Hyper-V in a Virtual Machine with Nested Virtualization? - October 4, 2017
  • Step by step tutorial on how to configure SMTP server in Windows server 2016 - October 24, 2016