
How to install and run Apache web and MySQL database servers using XAMPP Come installare ed eseguire web Apache e MySQL database server utilizzando XAMPP
Posted on November 5, 2008 at 5:48 am Pubblicato il 5 novembre 2008 a 5:48 am
Most beginning web developers are daunted by the thought of having to install and configure Apache web server, mySQL database server and even an FTP host. Before XAMPP, you will need to run individual installers and having gone this path I can tell it wasn’t an easy task for a newbie. If you don’t know yet what these programs are, please see my notes below: La maggior parte all'inizio sviluppatori web sono scoraggiate dal pensiero di dover installare e configurare il server web Apache, un server database MySQL e anche un FTP host. XAMPP Prima, è necessario per eseguire i singoli installatori e dopo aver fatto questo percorso posso dire che non è stato un compito facile per un novizio. Se non si sa ancora che cosa sono questi programmi, si prega di vedere il mio note che seguono:
- Apache – open source web server software. This basically allows you to use your computer as a web host. If you have this on your computer you can run HTML, PHP, etc over http in your browser. Apache - open source software server web. Ciò consente di utilizzare il computer come host web. Se avete presente sul tuo computer è possibile eseguire codice HTML, PHP, ecc su HTTP nel tuo browser.
- MySQL is a database server like Oracle and MS SQL 2000. You can use it in conjunction with a scripting language like PHP to save and retrieve information MySQL è un server di database come Oracle e MS SQL 2000. Potete usarlo in combinato disposto con un linguaggio di scripting come PHP per salvare e recuperare le informazioni
XAMPP is a package of these software. You can get it from this URL: XAMPP è un pacchetto di questi software. Puoi scaricarlo da questo URL:
http://www.apachefriends.org/en/xampp.html
There are available downloadable packages for each major OS: Ci sono disponibili pacchetti scaricabili per ciascuno dei principali Sistema operativo:
Get the appropriate distribution for your OS. Once downloaded, run it to install the software. To start using the software, double click the file called xampp-control.exe: Aggiudicati la distribuzione appropriata per il vostro sistema operativo. Una volta scaricato, lanciarlo per installare il software. Per iniziare a utilizzare il software, fare doppio clic sul file chiamato XAMPP-control.exe:
You should see a window similar to the one below: Si dovrebbe vedere una finestra simile a quella qui di seguito:
The button labels of each module (ie service) are either Start or Stop. If you see “Start” it means the service is currently stopped. In the example above, Apache is stopped since the button says “Start”. Click on the “Start” buttons to start the Apache service. Click the “Admin…” button to access the Admin page: Il pulsante etichette di ogni modulo (vale a dire il servizio) sono o avviare o arrestare. Se viene visualizzato "Start" significa che il servizio è attualmente fermo. Nell'esempio precedente, Apache è fermato in quanto dice il pulsante "Start". Clicca su " Start "pulsanti per avviare il servizio di Apache. Clicca su" Admin ... "pulsante per accedere all'Admin pagina:
You should see your browser open pointing to the local XAMPP page: Si dovrebbe vedere il tuo browser aperto che punta alla pagina locale XAMPP:
You can play with the links under the Demos to see some interesting applications. È possibile giocare con i link sotto la demo per vedere alcuni interessanti applicazioni. Phonebook is one simple application that you can see actual database transactions: Rubrica è una semplice applicazione che si può vedere banca dati reali operazioni:
The web pages are stored in the htdocs folder inside the XAMPP folder. If you have a folder containing your HTML or PHP project, put them there. To test if it works, open your browser and type in the URL like below: Le pagine web vengono memorizzati nella cartella htdocs all'interno della cartella di XAMPP. Se si dispone di una cartella contenente il codice HTML o PHP progetto, metterli lì. Per testare se funziona, aprire il browser e digitare l'URL come di seguito:
http://localhost/[foldername]/filename.htm http://localhost/ [nomecartella] / filename.htm
Just replace foldername and filename.htm to the actual folder and filename that you have. Basta sostituire nomecartella e filename.htm per l'effettiva cartella e il nome del file che hai.
I hope this little introduction to XAMPP gets some of you excited to try out more dynamic platforms like PHP. Unlike ordinary HTML, PHP is more powerful and what you can do with it just depends on your imagination. Who knows? Spero che questa piccola introduzione di XAMPP ottiene alcuni di voi entusiasti di provare più dinamica, come le piattaforme di PHP. Differenza ordinaria HTML, PHP è più potente e che cosa si può fare solo con essa dipende dalla vostra immaginazione. Chi lo sa? You might create your very own killer app! Si potrebbe creare il vostro killer app!
Ben Carigtan writes about web sites, computers, technology and how to get the best out of them. Ben Carigtan scrive su siti web, computer, la tecnologia e le modalità per ottenere i migliori di loro.
» Filed Under »Archiviato in Cool Websites Cool Websites
Save this page Salva questa pagina | Stir it up on Mixx Mescolare fino a Mixx | |
Add to Reddit Aggiungi al Reddit |
Related Posts Related Interventi
- How to setup an FTP server in Windows using IIS Come configurare un server FTP in Windows utilizzando IIS
- How to open files from the Internet directly in Windows applications Come aprire i file da Internet direttamente in applicazioni di Windows
- Create HTML table listing of Windows directories and files Crea tabella HTML lista di directory di Windows e dei file
- How to setup multiple home pages in Firefox and IE Come impostare più pagine in casa Firefox e IE
- How to make photo slideshows in Fireworks CS3 Come fare slideshow di foto in Fireworks CS3






















