Date: Sun, 12 Apr 2009 10:51:23 -0500 From: Barry Pederson <bp@barryp.org> To: xer <xernet@hotmail.it> Cc: freebsd-stable@freebsd.org Subject: Re: apache 2.0.63 and php5 Message-ID: <49E20DFB.9000208@barryp.org> In-Reply-To: <BAY126-DS4D615E21BA0F2E175F2E6A3810@phx.gbl> References: <20090409120815.A0FAB10658D2@hub.freebsd.org> <BAY126-DS4D615E21BA0F2E175F2E6A3810@phx.gbl>
next in thread | previous in thread | raw e-mail | index | archive | help
xer wrote: > Hello any1 > Strange, i have a apache web 2.0.63 and php5 on a 6.4-STABLE, but every > time i reboot the server, the php pages does not work at all, especially > some self tools made with sh scripts and sudo (tail cat and some php > buttons), refresh of the page does not solve the matter.. > > For fix it, i need to make a simple apachectl stop and start, then the > php pages start to works... > > the logs did tell anything... > > any ideas? > > appreciate your help > TIA I'd guess something like /usr/local/(s)bin not being in the process path when the machine boots, but when you restart it by hand it picks up the path you have in your shell. I've been burned by this a fair number of times, wish there was some good way of having things starting from /usr/local/etc/rc.d to have /usr/local/bin and sbin in the path on a consistent basis. Barry
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?49E20DFB.9000208>