Current time: 11-25-2024, 08:28 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] PHP.ini changes do not stick
Author Message
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #7
RE: PHP.ini changes do not stick
hm. looks good.

should be enough because there is always a block for every domain which tells apache to take th right php.ini.

for the master process it's this one:
Code:
<IfModule mod_fcgid.c>
        <Directory /var/www/ispcp/gui>
            FCGIWrapper /var/www/fcgi/master/php5-fcgi-starter .php
            Options +ExecCGI
        </Directory>
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

Just to be sure: is fcgi_ispcp.conf also enabled in the mod-folder of apache (is a configuration fpr fcgid - not an own module).

Do you have the problem also with the master process?
(put a phpinfo file in the ispcp-gui folder and test...)
02-14-2012 03:36 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: PHP.ini changes do not stick - ShinZan - 02-09-2012, 06:52 AM
RE: PHP.ini changes do not stick - joximu - 02-10-2012, 09:11 AM
RE: PHP.ini changes do not stick - ShinZan - 02-14-2012, 01:25 AM
RE: PHP.ini changes do not stick - joximu - 02-14-2012, 03:13 AM
RE: PHP.ini changes do not stick - ShinZan - 02-14-2012, 03:31 AM
RE: PHP.ini changes do not stick - joximu - 02-14-2012 03:36 AM
RE: PHP.ini changes do not stick - rethus - 02-14-2012, 08:33 PM
RE: PHP.ini changes do not stick - ShinZan - 02-26-2012, 04:47 PM
RE: PHP.ini changes do not stick - joximu - 02-15-2012, 12:45 AM
RE: PHP.ini changes do not stick - ShinZan - 02-16-2012, 12:37 AM
RE: PHP.ini changes do not stick - joximu - 02-16-2012, 09:33 AM
RE: PHP.ini changes do not stick - platix - 02-26-2012, 08:21 AM
RE: PHP.ini changes do not stick - ShinZan - 02-26-2012, 03:24 PM
RE: PHP.ini changes do not stick - joximu - 02-28-2012, 12:21 PM
RE: PHP.ini changes do not stick - ShinZan - 02-28-2012, 02:05 PM
RE: PHP.ini changes do not stick - joximu - 02-28-2012, 08:57 PM
RE: PHP.ini changes do not stick - joximu - 02-29-2012, 12:46 PM
RE: PHP.ini changes do not stick - ShinZan - 02-29-2012, 02:29 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)