"Master" php.ini - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: "Master" php.ini (/thread-2202.html) |
"Master" php.ini - morphine - 01-22-2008 07:21 AM Hi,all members i want to ask where is the master php.ini because i must change "upload_max_filesize" i try from var/www/fastcgi/domain/php5 & 4 i change the value for the two but no result i can't upload bigger file than 2 mb everytime when i change some value i restart apache2 Thanks in advance Greez Morphine RE: "Master" php.ini - joximu - 01-22-2008 07:34 AM Hi morphine there is no master php.ini as you mean. The /var/www/fcgi/master/phpX/php.ini is the php.ini for ispcp itself... So, for a certain domain your solution is the right one. Normally it's php5... Maybe there is another reason why it's not working (3 values may have influence: max_upload..., max_post... and memory_limit I think) /J RE: "Master" php.ini - morphine - 01-22-2008 08:01 AM Thanks joximu the post value don't exist there but thanks RE: "Master" php.ini - joximu - 01-22-2008 08:08 AM morphine Wrote:Thanks joximu the post value don't exist there but thanks all options http://ch2.php.net/manual/de/ini.php#ini.list sometimes it helps to enable th function "phpinfo" for a domain... /J RE: "Master" php.ini - morphine - 01-22-2008 09:07 AM i know that |