Advertisement
Stoffl

Untitled

May 24th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. mysql> select * from panel_settings where varname LIKE '%fcgid%';
  2. +-----------+--------------+-------------------------------+----------------------------------+
  3. | settingid | settinggroup | varname | value |
  4. +-----------+--------------+-------------------------------+----------------------------------+
  5. | 105 | system | mod_fcgid | 1 |
  6. | 111 | system | mod_fcgid_configdir | /var/www/php-fcgi-scripts |
  7. | 112 | system | mod_fcgid_tmpdir | /var/customers/tmp |
  8. | 124 | system | mod_fcgid_wrapper | 1 |
  9. | 125 | system | mod_fcgid_starter | 0 |
  10. | 126 | system | mod_fcgid_peardir | /usr/share/php/:/usr/share/php5/ |
  11. | 128 | system | mod_fcgid_maxrequests | 250 |
  12. | 137 | system | mod_fcgid_defaultini | 1 |
  13. | 163 | system | mod_fcgid_idle_timeout | 30 |
  14. | 165 | system | mod_fcgid_ownvhost | 1 |
  15. | 166 | system | mod_fcgid_httpuser | froxlorlocal |
  16. | 167 | system | mod_fcgid_httpgroup | froxlorlocal |
  17. | 169 | system | mod_fcgid_defaultini_ownvhost | 2 |
  18. +-----------+--------------+-------------------------------+----------------------------------+
  19. 13 rows in set (0.02 sec)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement