Outils pour utilisateurs

Outils du site


article:installation_nginx_php_cgi_debian

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
article:installation_nginx_php_cgi_debian [2026/02/02 13:22] estroarticle:installation_nginx_php_cgi_debian [2026/02/20 11:59] (Version actuelle) estro
Ligne 2: Ligne 2:
 [[./|Retour]] [[./|Retour]]
 ---- ----
 +[[https://www.cyberciti.biz/faq/how-to-install-fcgiwrap-for-nginx-on-ubuntu-20-04/|référence cyberciti.biz ]]
 <code bash> <code bash>
 sudo apt-get install nginx php8.4-fpm php8.4-gd php8.4-mysql php8.4-curl php8.4-mbstring php8.4-xml php8.4-sqlite3 sudo apt-get install nginx php8.4-fpm php8.4-gd php8.4-mysql php8.4-curl php8.4-mbstring php8.4-xml php8.4-sqlite3
Ligne 63: Ligne 64:
 <!doctype html> <!doctype html>
 <html lang="fr"> <html lang="fr">
-<head> 
-<meta charset="UTF-8"> 
 <html> <html>
-    <head><title>Premier script CGI </title></head>+    <head> 
 +          <meta charset="UTF-8"> 
 +          <title>Premier script CGI </title></head>
     <body>     <body>
         <h2>Premier script CGI !</h2>         <h2>Premier script CGI !</h2>
Ligne 78: Ligne 79:
 sudo chmod +x -v /usr/lib/cgi-bin/hello.cgi sudo chmod +x -v /usr/lib/cgi-bin/hello.cgi
  
 +# Test dans firefox
 +# http://localhost/cgi-bin/hello.cgi
 </code> </code>
article/installation_nginx_php_cgi_debian.1770038556.txt.gz · Dernière modification : de estro

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki