Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 2 Installare server Web in Windows XP con Apache2, PHP5 e MySQL4 - Parte 2

Part 2 - Install Apache 2 Parte 2 - Installare Apache 2

Run the Apache Windows Installer that downloaded in Apache eseguire il Windows Installer che scaricato in Part 1 Parte 1 . The installation is easy, just follow the on screen instruction. L'installazione è semplice, basta seguire le istruzioni sullo schermo.


Click on “Next”. Fare clic su "Next".

Installazione di apache
Accept the terms and click “Next”. Di accettare i termini e fare clic su "Avanti".

Installazione di apache
Click “Next”. Fare clic sul pulsante "Avanti".

Installazione di apache
The fields’ values are auto-detected. I campi 'valori sono rilevate automaticamente. You may want to change it if it’s not correct. È possibile che si desideri cambiarlo, se non è corretta.

Installazione di apache
Choose Typical Installation and click “Next”. Scegli installazione tipica e fare clic su "Avanti".

Installazione di apache
The default folder for Apache installation is C:\Program Files\Apache Group\Apache2. La cartella predefinita per Apache installazione è C: \ Program Files \ Apache Group \ Apache2. You can change that to anywhere in your hard disk. Si può cambiare a che ovunque nel disco rigido. Here it’s change to C:\Server\Apache2 for example. Qui è il cambiamento in C: \ Server \ Apache2 per esempio. Then click “Next”. Quindi fare clic su "Avanti".

Installazione di apache
Installation done. Installazione fare.

Testing Apache Installation Test installazione di apache

Try to access Tenta di accedere a http://localhost/ .

A simple Apache index page in English should be shown. Un semplice Apache Indice pagina in inglese dovrebbe essere mostrato. It means that the installation is succesful. Ciò significa che l'installazione ha successo.

If there is problem, try the following the steps. Se c'è problema, provare la seguente procedura. Go to Start -> All Programs - Apache HTTP Server 2.x.xx - Control Apache Server. Vai a Start -> Tutti i programmi - Apache HTTP Server 2.x.xx - controllo dei server Apache. Try to Stop and then Start or Restart the Apache server (The Apache tray icon may also appear in Windows System Tray, where the above controls can be accessed there). Tenta di Stop e quindi avviare o riavviare il server Apache (Apache icona nella barra possono anche essere visualizzati in Windows System Tray, dove i controlli di cui sopra può essere letta qui).

After installation is successful, the Apache configuration file httpd.conf should be updated if you want change the web root directory instead of default one at Apache2/htdocs . Dopo che l'installazione è riuscito, il file di configurazione di Apache httpd.conf devono essere aggiornate, se si desidera cambiare il web directory root invece di default a Apache2/htdocs. The httpd.conf located in “C:/ Installation_Path /Apache2/conf/httpd.conf”. Httpd.conf trova in "C: / Installation_Path / Apache2/conf/httpd.conf". Use a text script editor to open it. Utilizzare un editor di testo di script per aprirlo.

Search for DocumentRoot “C:/Server/Apache 2/Apache2/htdocs” . Ricerca di DocumentRoot "C: / server / Apache 2/Apache2/htdocs". It should be found at line 228. Esso dovrebbe essere trovato alla linea 228. Change it to your preferred web root folder. Modificarlo con il tuo preferito web cartella principale. For illustration purpose, we change it to folder C:/Server/www. Per esempio fine, ci si sposta a cartella C: / server / www. So the new line should looks like DocumentRoot “C:/Server/www” . Così la nuova linea dovrebbe somiglia DocumentRoot "C: / Server / www".

There is another same directory at line 253. Vi è un altro stessa directory alla riga 253. Copy and paste the DocumentRoot from line 228 to line 253. Copia e incolla il DocumentRoot dalla linea 228 alla linea 253.

Save the configuration file. Salvare il file di configurazione. Make sure the new document root directory (ie C:/Server/www) exists. Assicurarsi che il nuovo documento directory root (vale a dire C: / server / www) esiste. Then restart the Apache server. Quindi riavviare il server Apache. Depending on the directory contents, you’ll either see an index file or a list of files in the directory. A seconda del contenuto di directory, verrà visualizzato un entrambi i file di indice o un elenco di file nella directory.

IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Questa è una pagina tradotta macchina che è fornito "così com'è" senza alcuna garanzia. Machine translation may be difficult to understand. Traduzione automatica può essere difficile da capire. Please refer to Si prega di fare riferimento a original English article articolo originale inglese whenever possible. quando possibile.

Share and contribute or get technical support and help at Condividere e contribuire o ottenere supporto tecnico e assistenza in My Digital Life Forums La mia vita digitale Forum .



4 Responses to “Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 2” 4 risposte a "Installazione del Web Server in Windows XP con Apache2, PHP5 e MySQL4 - Parte 2"

  1. Install, Setup and Configure CGI and Perl in Windows XP » My Digital Life Installare, installazione e configurazione CGI e Perl in Windows XP »Il mio Digital Life
    January 2nd, 2006 02:18 2 gennaio 2006 02:18
    1

    [...] Obvioulsy, a web server needs to be running on the Windows machine. [...] Obvioulsy, un server web deve essere in esecuzione sulla macchina Windows. Refer to this post for instructions on how to install Apache2 in Windows. Si riferiscono a questo post per le istruzioni su come installare Apache2 in Windows. [...]

  2. MySpace Blocked? MySpace bloccati? Unblock MySpace and Bypass with Proxy Access » My Digital Life Sbloccare MySpace e by-pass di accesso con delega »La mia vita digitale
    November 3rd, 2006 10:56 3 novembre 2006 10:56
    2

    [...] Once you get a web server, install a proxy on the website. [...] Una volta che avrete a disposizione un server web, installare un proxy sul sito web. There are a lot of proxy server program available, such as PHPproxy and CGIproxy that can be installed to set up a proxy server. Ci sono un sacco di server proxy programma disponibile, come ad esempio PHPproxy e CGIproxy che può essere installato a creare un server proxy. You will need to install Apache and PHP or CGI on your web server too to run as proxy. È necessario installare Apache e PHP o CGI sul server Web anche per l'esecuzione come proxy. You may also want to setup a domain name for your proxy for easy remembrance, or you can always use the IP address to access it. Si potrebbe anche voler installare un nome di dominio per il vostro proxy per un facile ricordo, o si può sempre utilizzare l'indirizzo IP di accesso. If you’re using home based PC as proxy server, remember that IP address may not be static, so you can use dynamic DNS service to set up a domain name which will point to your correct dynamic IP address when changed, with service such DynDNS and No-IP. Se si sta utilizzando PC basato su casa come server proxy, ricorda che l'indirizzo IP non può essere statica, in modo da poter utilizzare il servizio DNS dinamico di istituire un nome di dominio che punto a correggere il tuo indirizzo IP dinamico quando è cambiato, con tale servizio DynDNS e No-IP. [...]

  3. sux nig sux nig
    April 20th, 2007 14:07 20 aprile 2007 14:07
    3

    yourguide sux a phatty, learn to update you piece of shit. yourguide sux uno phatty, imparare per un aggiornamento pezzo di merda. i get nothing but a bunch of errors with this setup, and i only made it to step 3. trovare nulla, ma un sacco di errori con questa configurazione, e mi ha reso solo al passaggio 3. thanks to google, i found a much better guide. grazie a Google, ho trovato una guida molto meglio. later noob! più tardi noob!

  4. admin
    April 20th, 2007 14:59 20 aprile 2007 14:59
    4

    Which better guide you have found? Che guida migliore che hai trovato? What should be updated? Ciò che dovrebbe essere aggiornato?

Leave a Reply Lasciare una risposta

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> È possibile utilizzare questi tag: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime = ""> <em> <i> <q Cite=""> <strike> <strong>

Subscribe without commenting Iscriviti senza commentare


Custom Search

New Articles Nuovi articoli

Incoming Search Terms for the Article Cerca in arrivo Condizioni per l'articolo

apache2 php5 windows apache2 PHP5 Windows - -- php windows xp PHP Windows XP - -- php on windows xp php su Windows XP - -- apache php windows Apache PHP Windows - -- apache server xp server Apache XP - -- php5 apache2 windows PHP5 apache2 Windows - -- Installing PHP on Windows XP Installazione di PHP su Windows XP - -- DocumentRoot windows DocumentRoot Windows - -- php apache windows Apache PHP Windows - -- apache windows installer Apache Windows installer - -- how to install php on windows xp Come installare PHP su Windows XP - -- apache 2.2 php5 windows Apache 2,2 PHP5 Windows - -- install apache2 php5 windows apache2 PHP5 installare Windows - -- apache server for xp server Apache per XP - -- installing php5 on windows xp l'installazione di PHP5 su Windows XP - -- configuring apache 2.2 on windows 2,2 configurazione di Apache su Windows - -- windows xp installation in hardisk server installazione di Windows XP nel server hardisk - -- apache php win2003 Apache PHP Win2003 - -- php on windows with apache php su Windows con Apache - -- Windows apache2 php5 Windows apache2 PHP5 - -- how to setup apache server in xp digital life come impostare il server Apache in XP vita digitale - -- installera proxy server på win xp installera server proxy på Win XP - -- php win xp PHP Win XP - -- apache y vista en español Vista Apache y en español - -- apache win Apache vincere - -- apache server vista Vista server Apache - -- web server root directory for apache in XP server web directory root di apache in XP - -- apache2+php5 windows apache2 + PHP5 Windows - -- apache windows change web root Apache Web Windows cambiamento di root - -- how to change document root apache windows xp come cambiare documento root apache windows xp - -- apache xp server Apache server XP - -- how to install proxyt server on xp come installare proxyt server su xp - -- apache windows xp media server Apache Windows XP Media server - -- apache server windows installer Apache server di Windows installer - -- apache2 + php5 windows apache2 + PHP5 Windows - -- installing apache on server that is not part of a domain l'installazione di apache su server che non è parte di un dominio - -- httpd documentroot windows httpd DocumentRoot Windows - -- installing apache server on windows xp operating system installazione di server Apache su sistema operativo Windows XP - -- apache proxy setup for win xp apache configurazione proxy per Win XP - -- apache2 php5 install windows apache2 PHP5 installare Windows - -- share folder with apache on xp cartella condivisa con Apache su xp - -- where is the web server root directory in windows xp dove è il server web directory principale in Windows XP - -- proxy web serveur apache xp proxy server Web Apache XP - -- DocumentRoot in windows DocumentRoot in Windows - -- installeer webserver op je desktop pc installeer web op je PC desktop - -- сервер для WinXP сервер для WinXP - -- windows apache server installation Windows server Apache installazione - -- php5 apache2 installation windows PHP5 apache2 installazione di Windows - -- apache on windows vista Apache su Windows Vista - -- how to install php5 on windows xp Come installare PHP5 su Windows XP - --