Re: [SLUG] e-commerce software

From: R.G. Mayhue (rmayhue@tampabay.rr.com)
Date: Mon Mar 01 2004 - 23:17:03 EST


On Monday 01 March 2004 10:51 pm, Bill Canaday wrote:
[...]
>
> Now, though, how do I get php to restart (or otherwise re-read the php.ini
> file)? I did a ps - ax | grep php and killed everything except the query
> itself and then ran /usr/bin/php again. Somewhere, I am missing something
> because I can not get the error message to go away.
>
> PHP and Apache are playing together ... I get the phpinfo.php page.
>
> Sign me
> "Stumped after 10pm in Detroit"

PHP usually runs either as an apache module (mod_php) or as a cgi
in /cgi-bin/php. You didn't say what distro you are using but I would try
something like:

/etc/init.d/httpd restart

or

/etc/init.d/apache restart

That should make PHP re-read the php.ini and pick up the change you made.

-- Rob
-----------------------------------------------------------------------
This list is provided as an unmoderated internet service by Networked
Knowledge Systems (NKS). Views and opinions expressed in messages
posted are those of the author and do not necessarily reflect the
official policy or position of NKS or any of its employees.



This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:52:54 EDT