pandamasta

Untitled

Dec 30th, 2013
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. php --ini
  2. Configuration File (php.ini) Path: /etc/php5/cli
  3. Loaded Configuration File: /etc/php5/cli/php.ini
  4. Scan for additional .ini files in: /etc/php5/cli/conf.d
  5. Additional .ini files parsed: /etc/php5/cli/conf.d/10-pdo.ini,
  6. /etc/php5/cli/conf.d/20-curl.ini,
  7. /etc/php5/cli/conf.d/20-gd.ini,
  8. /etc/php5/cli/conf.d/20-mcrypt.ini
  9.  
  10. # pgrep php
  11. 26294
  12. 26295
  13. 26296
  14.  
  15. # kill 26294
  16. # pgrep php
  17.  
  18. # /etc/init.d/php5-fpm reload
  19. [ ok ] Reloading PHP5 FastCGI Process Manager: php5-fpm.
  20.  
  21. # pgrep php
  22.  
  23. # /etc/init.d/php5-fpm start
  24. # pgrep php
  25. 26336
  26. 26337
  27. 26338
Advertisement
Add Comment
Please, Sign In to add comment