| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente |
| web:apache [2023/05/10 18:36] – [WEB - Installer un serveur Apache, PHP et mySQL] phil | web:apache [2025/06/19 19:24] (Version actuelle) – modification externe 127.0.0.1 |
|---|
| |
| * **Installation sous Windows 10 64bits** | * **Installation sous Windows 10 64bits** |
| * **Postes Elève** : voir la démarche <html><a href="http://www.stashofcode.fr/installation-minimale-apache-php-mysql-windows/" target="_blank">Apache 2.4, PHP 8.x et MYSQL 8.0 S</a></html> et les précisions ci-dessous (<html><a href="https://webge.fr/doc/wikis/pdf/Modifs_Configuration_Apache24_PHP8.pdf">Exemple de modification</a></html>) : | * **Postes Elève** : voir la démarche <html><a href="http://www.stashofcode.fr/installation-minimale-apache-php-mysql-windows/" target="_blank">Apache 2.4, PHP 8.x et MYSQL 8.0 S</a></html> et les précisions ci-dessous (<html><a href="https://webge.fr/doc/wikis/pdf/Modifs_Configuration_Apache24_PHP8.pdf" title="Faite le 13/6/2023">Exemple de modification</a></html>) : |
| * Installer **Apache 2.4** | * Installer **Apache 2.4** |
| * Installer **PHP 8.x** | * Installer **PHP 8.x** |
| * Installer **MYSQL COMMUNITY SERVER 8.X** | * Installer **MYSQL COMMUNITY SERVER 8.X** |
| * Installer **PHPMYADMIN** (à dezipper dans c:/Apache24/wwww/phpmyadmin) | * Installer **PHPMYADMIN** (à dezipper dans c:/Apache24/www/phpmyadmin) |
| * Installer les **extensions PHP 8.x** | * Installer les **extensions PHP 8.x** |
| * //Exemple// **curl** (ressource : <html><a href="http://bit.ly/2YDF06b" target="_blank">StackOverflow</a></html>) | * //Exemple// **curl** (ressource : <html><a href="http://bit.ly/2YDF06b" target="_blank">StackOverflow</a></html>) |
| Apache fonctionne principalement sur les systèmes d'exploitation **UNIX** (Linux, Mac OS X, Solaris, BSD et UNIX) et **Windows**. | Apache fonctionne principalement sur les systèmes d'exploitation **UNIX** (Linux, Mac OS X, Solaris, BSD et UNIX) et **Windows**. |
| |
| <note tip>**Documentation** sur <html><a href="https://httpd.apache.org/docs/2.4/" target="_blank">The Apache Software Foundation</a></html></note> | <callout type="tip" icon="true">**Documentation** sur <html><a href="https://httpd.apache.org/docs/2.4/" target="_blank">The Apache Software Foundation</a></html></callout> |
| |
| === PHP === | === PHP === |
| Il peut être intégré facilement au HTML. | Il peut être intégré facilement au HTML. |
| |
| <note tip>**Documentation** sur <html><a href="https://www.php.net/manual/fr/intro-whatis.php" target="_blank">php.net</a></html></note> | <callout type="tip" icon="true">**Documentation** sur <html><a href="https://www.php.net/manual/fr/intro-whatis.php" target="_blank">php.net</a></html></callout> |
| |
| === mySQL === | === mySQL === |
| mySQL fonctionne principalement sur les systèmes d'exploitation **UNIX** (Linux, Mac OS X, Solaris, BSD et UNIX) et **Windows**. | mySQL fonctionne principalement sur les systèmes d'exploitation **UNIX** (Linux, Mac OS X, Solaris, BSD et UNIX) et **Windows**. |
| |
| <note tip>**Documentation** mySQL sur <html><a href="https://www.mysql.com/fr/" target="_blank">mysql.com</a></html> et MariaDB sur <html><a href="https://mariadb.org/" target="_blank">mariadb.org</a></html></note> | <callout type="tip" icon="true">**Documentation** mySQL sur <html><a href="https://www.mysql.com/fr/" target="_blank">mysql.com</a></html> et MariaDB sur <html><a href="https://mariadb.org/" target="_blank">mariadb.org</a></html></callout> |