Aprire un editor di testo e creare un nuovo file JavaScript
2
mettere il testo seguente nel file :
var http = richiede ( ' http '); http.createServer (function ( richiesta, risposta ) { response.writeHead ( 200 , {' Content-Type ' : 'text /html' }); Response.End ( ' ; < /head>
Trascinare e rilasciare il file sul programma node.exe . Questo dice JS nodo per eseguire il file JavaScript
4
Aggiungere la seguente riga alla fine del file di configurazione di Apache , che si trova in " C: . \\ Programmi \\ Apache Software Foundation \\ apache2.2 \\ conf \\ httpd.conf "per impostazione predefinita :
ProxyPass /http://localhost:1337/
5
Aprire un browser Web e accedere al server Apache a " http://localhost/. " Vedrete "Ciao Mondo" servito dal vostro JS nodo dietro il server Apache .
software © www.354353.com