Current time: 05-18-2024, 04:34 AM Hello There, Guest! (LoginRegister)


Post Reply 
php.ini - which for what and where
Author Message
sowosammerneger Offline
Junior Member
*

Posts: 29
Joined: Apr 2008
Reputation: 0
Post: #1
Rolleyes php.ini - which for what and where
Hi,

I am still fiddeling around with ISPCP and need to change the values of the php.ini for one domain.
Now I have the domains php.ini in /var/www/fcgi/DOMAINNAME/, but I wonder, what those are for:

./etc/ispcp/fcgi/parts/master/php4/php.ini
./etc/ispcp/fcgi/parts/master/php5/php.ini
./etc/ispcp/fcgi/parts/php4/php.ini
./etc/ispcp/fcgi/parts/php5/php.ini
./etc/php4/cgi/php.ini
./etc/php5/cli/php.ini
./etc/php5/cgi/php.ini

Thanks for any help as always. Smile
07-08-2008 09:44 PM
Find all posts by this user Quote this message in a reply
kilburn Offline
Development Team
*****
Dev Team

Posts: 2,182
Joined: Feb 2007
Reputation: 34
Post: #2
RE: php.ini - which for what and where
Code:
./etc/ispcp/fcgi/parts/master/php4/php.ini
./etc/ispcp/fcgi/parts/master/php5/php.ini
Templates used by ispcp when (re)generating the master domain configuration. AFAIK this only happens on install/upgrade.

Code:
./etc/ispcp/fcgi/parts/php4/php.ini
./etc/ispcp/fcgi/parts/php5/php.ini
Templates used by ispcp when generating hosted domains configuration. AFAIK those are only generated on domain addition and never regenerated after this (but maybe on panel update)

Code:
./etc/php4/cgi/php.ini
./etc/php5/cgi/php.ini
Debian defaults for php-cgi, not used in an ispcp system.

Code:
./etc/php5/cli/php.ini
Debian default for the command line version of php. Used when you call a php script from the console.
07-09-2008 12:04 AM
Visit this user's website Find all posts by this user Quote this message in a reply
sowosammerneger Offline
Junior Member
*

Posts: 29
Joined: Apr 2008
Reputation: 0
Post: #3
RE: php.ini - which for what and where
Thanks, thought of that, but wasn't quite sure. Smile
07-09-2008 07:33 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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