Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
cpanel:custom-php-ini-fastcgi [2011-06-30 16:04:12] – Approved garrett.plaskycpanel:custom-php-ini-fastcgi [2011-06-30 16:04:34] (current) – Approved garrett.plasky
Line 11: Line 11:
  
 <sxh shell>cd /home/user/public_html/cgi-bin/ <sxh shell>cd /home/user/public_html/cgi-bin/
-cp -a /usr/local/lib/php.ini . +cp -a /usr/local/lib/php.ini . 
-chown user:user php.ini</sxh>+chown user:user php.ini</sxh>
  
 Next we need to create the wrapper script. Create a file in your current directory (cgi-bin) called  <c>php5.fcgi</c> as defined above and add the following: Next we need to create the wrapper script. Create a file in your current directory (cgi-bin) called  <c>php5.fcgi</c> as defined above and add the following: