Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 4 Instalando Web Server no FreeBSD 6,0 a 2,2 Apache, MySQL e 5,0 PHP 5 - Parte 4
Installing Apache 2.2, MySQL 5 and PHP 5 in FreeBSD 6.0 for a Reliable Web Server Instalando 2,2 Apache, MySQL e PHP 5 em 5 FreeBSD 6,0 Confiável para um servidor da Web
Part 4 - Installing Apache HTTPD Web Server 2.2 Parte 4 - Instalando HTTPD Apache Web Server 2,2
- Install Apache HTTP Server 2.20 by using FreeBSD Ports Collection: Instale o Apache HTTP Server 2,20 usando 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. Um script apache22.sh Apache HTTP Server está localizado em / usr / local / etc / rc.d para prestar Apache HTTP Server início e de encerramento de serviços. To enable Apache web server to automatically starts whenever after server reboots, issue the following command at CLI: Para permitir que o servidor web Apache para inicia automaticamente sempre que reinicia após servidor, emitir o seguinte comando CLI em:
echo ‘apache22_enable =”YES”‘ >> /etc/ rc.conf echo 'apache22_enable = "YES"'>> / etc / rc.conf
- To start Apache HTTP web server immediately, use: Para iniciar o servidor web Apache HTTP imediatamente, use:
/usr/local/sbin/apachectl start / usr / local / sbin / apachectl início
or ou
/usr/local/etc/rc.d/apache22.sh start / usr/local/etc/rc.d/apache22.sh início
- Apache installation finished. Apache instalação terminou.
IMPORTANT : This is a machine translated page which is provided "as is" without warranty. IMPORTANTE: Esta é uma página traduzida máquina que é fornecida "como está" sem garantia. Machine translation may be difficult to understand. A tradução automática pode ser difícil de compreender. Please refer to Por favor, consulte a original English article Inglês original article whenever possible. sempre que possível.
Share and contribute or get technical support and help at Compartilhe e contribuir ou obter suporte técnico e ajudar a My Digital Life Forums Minha vida digital Fóruns .
Related Articles Artigos relacionados
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 3 Instalando Web Server no FreeBSD 6,0 a 2,2 Apache, MySQL e 5,0 PHP 5 - Parte 3
- Installing Web Server in FreeBSD 6.0 with Apache 2.2, MySQL 5.0 and PHP 5 - Part 5 Instalando Web Server no FreeBSD 6,0 a 2,2 Apache, MySQL e 5,0 PHP 5 - Parte 5
- Easily Set Up Web Server with XAMPP Facilmente criado com o servidor web XAMPP
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 1 Instalar Web Server no Windows XP com Apache2, PHP5 e MySQL4 - Parte 1
- Install Web Server in Windows XP with Apache2, PHP5 and MySQL4 - Part 3 Instalar Web Server no Windows XP com Apache2, PHP5 e MySQL4 - Parte 3
- FreeBSD Apache HTTP Accept Filter Error FreeBSD Apache HTTP aceitar filtro erro
- Using phpMyAdmin for Effective MySQL Management in Windows XP Usando phpMyAdmin para a Gestão Eficaz MySQL no Windows XP
- PHP 5 Unable to Open HTTP Request Stream with fopen or fsockopen Functions PHP 5 não foi possível abrir a solicitação HTTP Stream fopen ou fsockopen Funções
- Enable Logging of Slow Queries (Slow Query Log) in MySQL Database Ativar registro de Consultas Lento (Slow Query Log) no MySQL Database
- Enable MySQL InnoDB Storage Engine Support in XAMPP Installation Ativar MySQL motor de armazenamento InnoDB apoio na instalação XAMPP



















May 22nd, 2008 16:23 22 de maio de 2008 16:23
ehhm and you dont config apache ?? ehhm e você não config apache?
July 12th, 2008 02:41 12 de julho de 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 [...] [...] O apache22/mysql/php instalar guia sobre mydigitallife é excelente, mas se você copiar / colar o trecho (como indicado no manual de instruções) que adiciona um extra [...]