Current time: 04-19-2024, 10:53 AM Hello There, Guest! (LoginRegister)


Post Reply 
php.ini available to customers
Author Message
maffei Offline


Posts: 1
Joined: Jul 2011
Reputation: 0
Post: #1
php.ini available to customers
Hello!
Someone could help me?
I wanted to put the php.ini available to customers can edit, anyone have any tutorial?

Thanks!
07-22-2011 02:36 PM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #2
RE: php.ini available to customers
Ohh you want to open a Big Door to your Server?? ^^ It's not recommended to do that. Wink
07-22-2011 09:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
aseques Offline
Member
*****
Dev Team

Posts: 330
Joined: May 2008
Reputation: 4
Post: #3
RE: php.ini available to customers
Well, letting the users edit some parameters would be really usefull. For example, my customers cannot change their default errror_logging settings, and they cannot adapt their sites for the php5.3 (that deprecates lots of functions)
It's a pitty there's not something like that.
07-23-2011 12:51 AM
Find all posts by this user Quote this message in a reply
s4brown Offline


Posts: 1
Joined: May 2011
Reputation: 0
Post: #4
RE: php.ini available to customers
(07-23-2011 12:51 AM)aseques Wrote:  Well, letting the users edit some parameters would be really usefull. For example, my customers cannot change their default errror_logging settings, and they cannot adapt their sites for the php5.3 (that deprecates lots of functions)
It's a pitty there's not something like that.

Your customers can change settings via "php_value" in .htaccess, for example:

Code:
php_value memory_limit 64M
php_value display_errors 1
07-26-2011 07:17 AM
Find all posts by this user Quote this message in a reply
aseques Offline
Member
*****
Dev Team

Posts: 330
Joined: May 2008
Reputation: 4
Post: #5
RE: php.ini available to customers
(07-26-2011 07:17 AM)s4brown Wrote:  
(07-23-2011 12:51 AM)aseques Wrote:  Well, letting the users edit some parameters would be really usefull. For example, my customers cannot change their default errror_logging settings, and they cannot adapt their sites for the php5.3 (that deprecates lots of functions)
It's a pitty there's not something like that.

Your customers can change settings via "php_value" in .htaccess, for example:

Code:
php_value memory_limit 64M
php_value display_errors 1
You're wrong, since ispcp is using fcgi to control the php processes those parameters cannot be changed via htacces. That's the problem.
08-01-2011 07:32 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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