Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 4
Installing Apache 2.2, MySQL 5 and PHP 5 in FreeBSD 6.0 for a Reliable Web Server 2,2 installato Apache, MySQL e PHP 5 in 5 FreeBSD 6,0 affidabile per un server Web
Part 4 - Installing Apache HTTPD Web Server 2.2 Parte 4 - Installazione httpd Apache Web Server 2,2
- Install Apache HTTP Server 2.20 by using FreeBSD Ports Collection: Installare Apache HTTP Server 2,20 utilizzando FreeBSD Ports Collection:
cd /usr/ports/www/apache22 CD / usr/ports/www/apache22
make install clean make install clean - A Apache HTTP Server script apache22.sh is located at /usr/local/etc/rc.d to provide Apache HTTP Server start and shutdown service. Un Server HTTP Apache script apache22.sh si trova in / usr / local / etc / rc.d a fornire Server HTTP Apache di inizio e di chiusura del servizio. To enable Apache web server to automatically starts whenever after server reboots, issue the following command at CLI: Per attivare Apache web server per ogni volta che si avvia automaticamente dopo il server si riavvia, il seguente comando CLI a:
echo ‘apache22_enable =”YES”‘ >> /etc/ rc.conf echo 'apache22_enable = "YES"'>> / etc / rc.conf
- To start Apache HTTP web server immediately, use: Per avviare HTTP Apache web server immediatamente, l'uso:
/usr/local/sbin/apachectl start / usr / local / sbin / apachectl start
or o
/usr/local/etc/rc.d/apache22.sh start / usr/local/etc/rc.d/apache22.sh iniziare
- Apache installation finished. Installazione di apache finito.
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 .
Related Articles Articoli correlati
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 L'installazione di server Web in FreeBSD 6,0 con Apache 2,2, 5,0 MySQL e PHP 5 - Parte 5
- Easily Set Up Web Server with XAMPP Facilmente istituire server Web con XAMPP
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 Installare server Web in Windows XP con Apache2, PHP5 e MySQL4 - Parte 1
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 Installare server Web in Windows XP con Apache2, PHP5 e MySQL4 - Parte 3
- FreeBSD Apache HTTP Accept Filter Error FreeBSD HTTP Apache accettare filtro errore
- Using phpMyAdmin for Effective MySQL Management in Windows XP Utilizzando phpMyAdmin per un'efficace gestione di MySQL in Windows XP
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 Impossibile aprire Richiesta HTTP Stream con fopen o fsockopen Funzioni
- Enable Logging of Slow Queries (Slow Query Log) in MySQL Database Attivare la registrazione di Slow query (query lente Accedi) nel Database MySQL
- Enable MySQL InnoDB Storage Engine Support in XAMPP Installation Consentire MySQL InnoDB motore di memorizzazione sostegno in XAMPP installazione

































May 22nd, 2008 16:23 22 maggio 2008 16:23
ehhm and you dont config apache ?? ehhm e non di configurazione di apache?
July 12th, 2008 02:41 Luglio 12, 2008 02:41
[...] The apache22/mysql/php install guide on mydigitallife is excellent, but if you copy/paste the snippet (as shown in the instructions) it adds an extra [...] [...] La guida apache22/mysql/php installare sul mydigitallife è eccellente, ma, se si copia / incolla il frammento (come indicato nelle istruzioni) che aggiunge un ulteriore [...]
September 8th, 2008 22:39 8 settembre 2008 22:39
For PC-BSD (and possibly other FreeBSD distros), you may recieve a conflict with another package when running “make install clean”. Per PC-BSD (ed eventualmente di altre distribuzioni FreeBSD), è possibile che venga visualizzato un conflitto con un altro pacchetto durante l'esecuzione di "make install pulito". Run this instead “make -i install clean” to get past this issue. Esegui l'anziché "make-installare i puliti" per avere passato il problema.