RE: [PHP] Refreshing php.ini without restart...

2001-09-02 Thread Valter Santos



apache graceful command will restart the server altought it will
wait until all web server sessions are finished to restart


Valter Santos
WEB/WAP Consultant


 -Original Message-
 From: Gerard Samuel [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 31, 2001 8:48 AM
 To: Raphael Pirker
 Cc: PHP
 Subject: Re: [PHP] Refreshing php.ini without restart...
 
 
 I can only speak for apache...
 
 ==  apachectl graceful
 
 
 
 Raphael Pirker wrote:
  Hi,
  
  i just moved my PHP project from my local PC to the online 
 webserver and I
  will need to do a few adjustments to the server. since the 
 server is used by
  all the employees in the company, there is no chance I can 
 reboot it without
  prior notice... my question: is there any way I can refresh the 
 changes I
  make in php.ini without doing a reboot?
  
  TIA,
  
  Raphael
  
  
  
  
 
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]
 
 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Refreshing php.ini without restart...

2001-09-02 Thread Valter Santos


you really do not to have to rebbot your server...
Just restart apache with the graceful action...

apache graceful


Valter Santos
WEB/WAP Consultant


 -Original Message-
 From: B. van Ouwerkerk [mailto:[EMAIL PROTECTED]]
 Sent: Friday, August 31, 2001 7:08 AM
 To: [EMAIL PROTECTED]
 Subject: Re: [PHP] Refreshing php.ini without restart...



 i just moved my PHP project from my local PC to the online
 webserver and I
 will need to do a few adjustments to the server. since the
 server is used by
 all the employees in the company, there is no chance I can
 reboot it without
 prior notice... my question: is there any way I can refresh the changes I
 make in php.ini without doing a reboot?

 I assume you're running PHP on a Linux box.. You should be able
 to restart
 apache.. even on NT you could stop and restart the service.

 Bye,


 B.


  /\
  \ /
 ASCII Ribbon CampaignX Against HTML Mail and News
  / \


 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Refreshing php.ini without restart...

2001-08-31 Thread Gerard Samuel

I can only speak for apache...

==  apachectl graceful



Raphael Pirker wrote:
 Hi,
 
 i just moved my PHP project from my local PC to the online webserver and I
 will need to do a few adjustments to the server. since the server is used by
 all the employees in the company, there is no chance I can reboot it without
 prior notice... my question: is there any way I can refresh the changes I
 make in php.ini without doing a reboot?
 
 TIA,
 
 Raphael
 
 
 
 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Refreshing php.ini without restart...

2001-08-31 Thread Miles Thompson

Just restart the web server -- IIS or Apache

Miles


At 02:06 PM 8/31/01 +0800, Raphael Pirker wrote:
Hi,

i just moved my PHP project from my local PC to the online webserver and I
will need to do a few adjustments to the server. since the server is used by
all the employees in the company, there is no chance I can reboot it without
prior notice... my question: is there any way I can refresh the changes I
make in php.ini without doing a reboot?

TIA,

Raphael



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] Refreshing php.ini without restart...

2001-08-30 Thread Raphael Pirker

Hi,

i just moved my PHP project from my local PC to the online webserver and I
will need to do a few adjustments to the server. since the server is used by
all the employees in the company, there is no chance I can reboot it without
prior notice... my question: is there any way I can refresh the changes I
make in php.ini without doing a reboot?

TIA,

Raphael



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Refreshing php.ini without restart...

2001-08-30 Thread B. van Ouwerkerk


i just moved my PHP project from my local PC to the online webserver and I
will need to do a few adjustments to the server. since the server is used by
all the employees in the company, there is no chance I can reboot it without
prior notice... my question: is there any way I can refresh the changes I
make in php.ini without doing a reboot?

I assume you're running PHP on a Linux box.. You should be able to restart 
apache.. even on NT you could stop and restart the service.

Bye,


B.


 /\
 \ /
ASCII Ribbon CampaignX Against HTML Mail and News
 / \ 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]