Tag Archives: apache2

Instalar Apache, PHP5, MySQL5, ADODB no Debian Etch

Instalando Apache2 no Debian: 1 Debian 4.0 : # apt-get -y install apache2 Instalando Apache2 + PHP5: 1 Debian 4.0 : # apt-get -y install libapache2-mod-php5 php5-cli php5-common php5-cgi Iniciando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 start Parando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 stop Reiniciando Apache: 1 Debian 4.0 : # /etc/init.d/apache2 [...]

Continue Reading

apache & apr + debug use flags

as 20 últimas linhas do /var/log/apache2/error.log POOL DEBUG: [3067/46938636710176] PCALLOC ( 312/ 512/ 959029) 0x00753F60 “worker.c:1144″ <threadproc/unix/thread.c:160> (9/9/0) POOL DEBUG: [3067/46938636710176] CREATE ( 0/ 0/ 959029) 0×00736700 “threadproc/unix/thread.c:175″ <threadproc/unix/thread.c:175> (0/0/0) POOL DEBUG: [3067/1082132816] THREAD 0x00753F60 <memory/unix/apr_pools.c:apr_pool_integrity check> [Thu Sep 27 01:03:29 2007] [notice] child pid 3067 exit signal Aborted (6) POOL DEBUG: [3069/46938636710176] CREATE ( [...]

Continue Reading