Thread: FAST CGI issue
View Single Post
Old 02-28-2010, 09:49 AM   #9
Junior Member
 
Join Date: Jun 2009
Posts: 1
misimano is on a distinguished road
Default Modify it the /var/www/tammany/data/php-bin/php onto the successor:

Quote:
Originally Posted by jeffm View Post
The only thing in that file is this:

sendmail_path = "/usr/sbin/sendmail -t -i -f my@email.com"
session.save_path = "/var/www/tammany/data/bin-tmp"
max_execution_time*= 1800
memory_limit = 64M


When my make these changes to the execution time and memory limit in this file the changes are not seen in the phpinfo.
Modify it the /var/www/tammany/data/php-bin/php onto the successor:

#!/bin/sh
PHPRC="."
export PHPRC
exec /usr/bin/php-cgi

and restart apache
misimano is offline   Reply With Quote