The following warnings occurred:
Warning [2] Undefined variable $announcement - Line: 29 - File: showthread.php(1651) : eval()'d code PHP 8.3.6 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php(1651) : eval()'d code 29 errorHandler->error_callback
/showthread.php 1651 eval
Warning [2] Undefined property: MyLanguage::$thread_modes - Line: 43 - File: showthread.php(1651) : eval()'d code PHP 8.3.6 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php(1651) : eval()'d code 43 errorHandler->error_callback
/showthread.php 1651 eval




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
apache
#4
¿Que tipo de error?

antes de ejecutar xampp, se me curre que pruebes a escribir en un Terminal

Code:
ps aux | grep httpd | grep -v grep
si te responde con algo parecido a

Code:
root     20472   0.0 -0.1    28784   1416  ??  Ss    2:05AM   0:00.03 /usr/sbin/httpd
www      20473   0.0 -0.0    28392    448  ??  S     2:05AM   0:00.00 /usr/sbin/httpd
es que efectivamente el demonio sigue funcionando. Si utilizas una cuenta de administracion, prueba a matar el proceso con un

Code:
sudo killall httpd
compruebalo de nuevo si el proceso ha caido con el comando de arriba del todo. Puedes tambier mirar si el puerto 80 esta siendo usado por otro apache con un

Code:
netstat -na | grep LISTEN
elbruto
Reply


Messages In This Thread
apache - by andres2180 - 09-08-2006, 22:25
apache - by andres2180 - 10-08-2006, 21:46
apache - by exup - 11-08-2006, 02:31
apache - by andres2180 - 11-08-2006, 15:29
apache - by exup - 11-08-2006, 16:38
apache - by breixo - 12-08-2006, 00:45
apache - by admin - 09-08-2006, 23:55

Possibly Related Threads…
Thread Author Replies Views Last Post
  Configurar el Apache PowerMex 1 3.735 06-08-2006, 10:18
Last Post: exup

Forum Jump:


Users browsing this thread: 1 Guest(s)