Guest User

Untitled

a guest
Apr 22nd, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.18 KB | None | 0 0
  1. Wed Nov 04 19:34:23 2009] [notice] Apache/2.2.14 (Win32) PHP/5.3.0 configured -- resuming normal operations
  2. [Wed Nov 04 19:34:23 2009] [notice] Server built: Sep 28 2009 22:41:08
  3. [Wed Nov 04 19:34:23 2009] [notice] Parent: Created child process 1700
  4. [Wed Nov 04 19:34:23 2009] [notice] Child 1700: Child process is running
  5. [Wed Nov 04 19:34:23 2009] [notice] Child 3008: Released the start mutex
  6. [Wed Nov 04 19:34:23 2009] [notice] Child 1700: Acquired the start mutex.
  7. [Wed Nov 04 19:34:23 2009] [notice] Child 1700: Starting 64 worker threads.
  8. [Wed Nov 04 19:34:23 2009] [notice] Child 1700: Starting thread to listen on port 80.
  9. [Wed Nov 04 19:34:24 2009] [notice] Child 3008: All worker threads have exited.
  10. [Wed Nov 04 19:34:24 2009] [notice] Child 3008: Child process is exiting
  11. [Wed Nov 04 19:34:53 2009] [notice] Parent: child process exited with status 128 -- Restarting.
  12. [Wed Nov 04 19:34:53 2009] [notice] Apache/2.2.14 (Win32) PHP/5.3.0 configured -- resuming normal operations
  13. [Wed Nov 04 19:34:53 2009] [notice] Server built: Sep 28 2009 22:41:08
  14. [Wed Nov 04 19:34:53 2009] [notice] Parent: Created child process 3656
  15. [Wed Nov 04 19:34:53 2009] [notice] Child 3656: Child process is running
  16. [Wed Nov 04 19:34:53 2009] [notice] Child 3656: Acquired the start mutex.
  17. [Wed Nov 04 19:34:53 2009] [notice] Child 3656: Starting 64 worker threads.
  18. [Wed Nov 04 19:34:53 2009] [notice] Child 3656: Starting thread to listen on port 80.
  19. [Wed Nov 04 19:34:53 2009] [notice] Parent: child process exited with status 128 -- Restarting.
  20. [Wed Nov 04 19:34:54 2009] [notice] Apache/2.2.14 (Win32) PHP/5.3.0 configured -- resuming normal operations
  21. [Wed Nov 04 19:34:54 2009] [notice] Server built: Sep 28 2009 22:41:08
  22. [Wed Nov 04 19:34:54 2009] [notice] Parent: Created child process 3980
  23. [Wed Nov 04 19:34:54 2009] [notice] Child 3980: Child process is running
  24. [Wed Nov 04 19:34:54 2009] [notice] Child 3980: Acquired the start mutex.
  25. [Wed Nov 04 19:34:54 2009] [notice] Child 3980: Starting 64 worker threads.
  26. [Wed Nov 04 19:34:54 2009] [notice] Child 3980: Starting thread to listen on port 80.
  27. [Wed Nov 04 19:34:54 2009] [notice] Parent: child process exited with status 128 -- Restarting.
  28. [Wed Nov 04 19:34:54 2009] [notice] Apache/2.2.14 (Win32) PHP/5.3.0 configured -- resuming normal operations
  29. [Wed Nov 04 19:34:54 2009] [notice] Server built: Sep 28 2009 22:41:08
  30. [Wed Nov 04 19:34:54 2009] [notice] Parent: Created child process 1600
  31. [Wed Nov 04 19:34:54 2009] [notice] Child 1600: Child process is running
  32. [Wed Nov 04 19:34:54 2009] [notice] Child 1600: Acquired the start mutex.
  33. [Wed Nov 04 19:34:54 2009] [notice] Child 1600: Starting 64 worker threads.
  34. [Wed Nov 04 19:34:54 2009] [notice] Child 1600: Starting thread to listen on port 80.
  35. [Wed Nov 04 19:34:55 2009] [notice] Parent: child process exited with status 128 -- Restarting.
  36. [Wed Nov 04 19:34:55 2009] [notice] Apache/2.2.14 (Win32) PHP/5.3.0 configured -- resuming normal operations
  37. [Wed Nov 04 19:34:55 2009] [notice] Server built: Sep 28 2009 22:41:08
  38. [Wed Nov 04 19:34:55 2009] [notice] Parent: Created child process 1068
  39. [Wed Nov 04 19:34:55 2009] [notice] Child 1068: Child process is running
  40. [Wed Nov 04 19:34:55 2009] [notice] Child 1068: Acquired the start mutex.
  41. [Wed Nov 04 19:34:55 2009] [notice] Child 1068: Starting 64 worker threads.
  42. [Wed Nov 04 19:34:55 2009] [notice] Child 1068: Starting thread to listen on port 80.
  43. [Wed Nov 04 19:34:55 2009] [notice] Parent: child process exited with status 128 -- Restarting.
  44. [Wed Nov 04 19:34:55 2009] [notice] Apache/2.2.14 (Win32) PHP/5.3.0 configured -- resuming normal operations
  45. [Wed Nov 04 19:34:55 2009] [notice] Server built: Sep 28 2009 22:41:08
  46. [Wed Nov 04 19:34:55 2009] [notice] Parent: Created child process 3220
  47. [Wed Nov 04 19:34:56 2009] [notice] Child 3220: Child process is running
  48. [Wed Nov 04 19:34:56 2009] [notice] Child 3220: Acquired the start mutex.
  49. [Wed Nov 04 19:34:56 2009] [notice] Child 3220: Starting 64 worker threads.
  50. [Wed Nov 04 19:34:56 2009] [notice] Child 3220: Starting thread to listen on port 80.
  51.  
  52. display_errors = On
  53.  
  54. error_reporting(E_ALL);
  55.  
  56. if ($debugmode == 'on') {
  57. error_reporting(E_ALL);
  58. ini_set("display_errors", 1);
  59. }else {
  60. error_reporting(0);
  61. ini_set("display_errors", 0);
  62. }
Add Comment
Please, Sign In to add comment