Changes between Initial Version and Version 1 of dev/manuais/configuracoes/sistema-balcao
- Timestamp:
- 08/28/14 14:43:57 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/manuais/configuracoes/sistema-balcao
v1 v1 1 = Instalação do Sistema Balcão 2 3 Instalar o XAMP 4 5 No Apache 6 httpd.conf 7 - Criar Virtualhost 8 {{{ 9 <VirtualHost phorte.balcao:80> 10 DocumentRoot "C:/xampp/htdocs/phorte_balcao" 11 ServerName phorte.balcao 12 </VirtualHost> 13 }}} 14 - C:\xampp\apache\conf\extra\httpd-languages.conf 15 {{{ 16 AddDefaultCharset ISO-8859-1 17 }}} 18 19 php.ini 20 {{{ 21 memory_limit=1024M 22 post_max_size=20M 23 upload_max_filesize=20M 24 max_execution_time=30000 25 }}}