options + ExecCGI
Photos
Vous aurez aussi besoin d'ajouter la ligne suivante dans le fichier httpd.conf : . .
AddHandler cgi -script cgi py
Cela indique au serveur Web fichiers joints avec CGI et py doit être exécuté en tant que scripts CGI
2
Ouvrez un éditeur de texte et tapez la commande suivante : . . .
# /usr /bin /python < br >
print ( 'Content-type : text /html \\ n' ) print ('
Python_In_HTML ' ) print (' Python voudrais dire
' ) print (' Bonjour , HTML
!')
la première ligne avec son appel " tralala " invoque l'interpréteur Python , la commande d'impression appelle la méthode html pour que le texte entre les balises seront correctement formatés dans le navigateur. Enregistrez ce fichier sous PyScript1.py dans root /Library /Apache /cgi -bin
3
Testez votre script en ouvrant un navigateur et en tapant l'URL suivante: .
< p> http://localhost.cgi-bin.PyScript1.py
Votre navigateur affichera le suivant : Python voudrais dire Bonjour , HTML