filmov
tv
Install Full Webserver On Windows 10 | Apache PHP 8.0 MySQL

Показать описание
In this tutorial, we will learn How to Install a Web Server on Windows 10 with Apache, PHP 8.0, and MySQL. We will go over everything step-by-step so that you will be good to go in a couple of minutes.
Steps:
--- Apache ---
- Open the downloaded Zip File
- Drag-Drop Apache24 Folder into the C:/ Drive
- Open a CMD Window in Administrator Mode
- Command: cd /
- Command: cd Apache24
- Command: cd bin
- Command: httpd -k install
- Save & Close the Configuration file
- Restart Apache in your CMD window
- Command: httpd -k stop
- Command: httpd -k start
--- PHP ---
- Create a Folder called "php" in C:/
- Copy-Paste everything from the Zip-File into the "php" folder
- Add the following lines underneath the last "#LoadModule" lines:
AddType Application/x-httpd-php .php
PHPIniDir "c:/php"
- Save & Close the Configuration file
- Add the following lines: " ?php phpinfo() ?"
// Sorry i cannot add the SmallerThan/biggerThan signes... YouTube won't allow it...
- Restart Apache in your CMD window
- Command: httpd -k restart
--- MySQL ---
- Click on "No Thanks"
- Install MySQL using the Installer
- Set Root Password
-- End Steps ---
-- Visit us on our Socials --
00:00 How to install a Webserver on Windows Intro
00:20 Download & Install Apache
04:00 Download & Install PHP 8.0
08:00 Download & Install MySQL
#webserver #apache #php #mysql #howto
Steps:
--- Apache ---
- Open the downloaded Zip File
- Drag-Drop Apache24 Folder into the C:/ Drive
- Open a CMD Window in Administrator Mode
- Command: cd /
- Command: cd Apache24
- Command: cd bin
- Command: httpd -k install
- Save & Close the Configuration file
- Restart Apache in your CMD window
- Command: httpd -k stop
- Command: httpd -k start
--- PHP ---
- Create a Folder called "php" in C:/
- Copy-Paste everything from the Zip-File into the "php" folder
- Add the following lines underneath the last "#LoadModule" lines:
AddType Application/x-httpd-php .php
PHPIniDir "c:/php"
- Save & Close the Configuration file
- Add the following lines: " ?php phpinfo() ?"
// Sorry i cannot add the SmallerThan/biggerThan signes... YouTube won't allow it...
- Restart Apache in your CMD window
- Command: httpd -k restart
--- MySQL ---
- Click on "No Thanks"
- Install MySQL using the Installer
- Set Root Password
-- End Steps ---
-- Visit us on our Socials --
00:00 How to install a Webserver on Windows Intro
00:20 Download & Install Apache
04:00 Download & Install PHP 8.0
08:00 Download & Install MySQL
#webserver #apache #php #mysql #howto
Комментарии