Current time: 11-27-2024, 01:46 PM Hello There, Guest! (LoginRegister)


Post Reply 
php.ini issue
Author Message
syslin Offline
Newbie
*

Posts: 9
Joined: Oct 2010
Reputation: 0
Post: #3
RE: php.ini issue
Thanks for the help,
I tried again but still does not resolve the issue.

I edit the file: /var/www/fcgi/mydomain.com/php5/php.ini
and change the line from
request_order = "GP"
to
request_order = "GPC"
save this php.ini file

stop the Apache service:
service httpd stop
Stopping httpd: [ OK ]

kill all php-cgi process:
ps -ef | grep cgi
root 5146 4882 0 21:34 pts/1 00:00:00 grep cgi

Then start the httpd service again:
service httpd start
Starting httpd: [ OK ]

and check what's up with php?
ps -ef | grep cgi
vu2011 5185 5172 10 21:35 ? 00:00:00 /usr/bin/php-cgi
vu2011 5186 5185 8 21:35 ? 00:00:00 /usr/bin/php-cgi
vu2011 5187 5185 2 21:35 ? 00:00:00 /usr/bin/php-cgi
root 5191 4882 0 21:35 pts/1 00:00:00 grep cgi

But still the phpBB system does not working as expecting. Changing the php.ini file on my development server (without ispCP) works great.

Any idea?
Thanks,
Miki

Hi again,
Changing the /var/www/fcgi/master/php5/php.ini and restart the php-cgi processes didn't solve the issue too Sad

Still need some help here.
Thanks,
Miki
(This post was last modified: 01-15-2011 05:43 AM by syslin.)
01-15-2011 05:36 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
php.ini issue - syslin - 01-15-2011, 12:25 AM
RE: php.ini issue - motokochan - 01-15-2011, 02:13 AM
RE: php.ini issue - syslin - 01-15-2011 05:36 AM
RE: php.ini issue - syslin - 01-15-2011, 07:59 PM
RE: php.ini issue - motokochan - 01-18-2011, 01:44 PM
RE: php.ini issue - syslin - 01-19-2011, 07:09 AM

Forum Jump:


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