Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. AddHandler fcgid-script .php
  2. AddHandler fcgid-script .php5
  3. FCGIWrapper /home/cphgroup/fcgi-bin/php5.fcgi .php
  4. FCGIWrapper /home/cphgroup/fcgi-bin/php5.fcgi .php
  5.  
  6. AddType application/x-httpd-php .php
  7.  
  8. /* Include configuration */
  9. include(dirname(__FILE__) . "/config.php");
  10.  
  11. chown user:group /etc/cacti/debian.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement