Differences

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

Link to this comparison view

Both sides previous revision Previous revision
cpanel:custom-php-ini-fastcgi [2011-06-30 23:04:12]
garrett.plasky Approved
cpanel:custom-php-ini-fastcgi [2011-06-30 23:04:34] (current)
garrett.plasky Approved
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: