Custom php.ini file not working

2011-01-28 Thread Jerrin
Hi, i have a freebsd 7.3 server running apache2. php is configured to work with the apache fcgid module. i need to have a custom php.ini file for some websites,the fcgidwrapper script that i use is like this #!/bin/sh PHPRC=/usr/home/somefolder export PHPRC PHP_FCGI_CHILDREN=0 export

Re: PHP Apache module no longer loads /usr/local/etc/php.ini

2009-01-07 Thread Morgan Wesström
f those servers no longer loads /usr/local/etc/php.ini >> and I can't for my world figure out what's preventing it. My workaround >> right now is to move php.ini to / where it is loaded properly. >> >> phpinfo on non-working server: >> http://pp.dyndns.biz

Re: PHP Apache module no longer loads /usr/local/etc/php.ini

2009-01-06 Thread APseudoUtopia
On Tue, Jan 6, 2009 at 12:26 AM, Morgan Wesström wrote: > Hi. > > I have two almost identical FreeBSD servers with FreeBSD 7.0, Apache > 2.2.11 and PHP 5.2.8. After a restart of Apache four days ago, the PHP > module on one of those servers no longer loads /usr/local/etc/php.ini &g

PHP Apache module no longer loads /usr/local/etc/php.ini

2009-01-05 Thread Morgan Wesström
Hi. I have two almost identical FreeBSD servers with FreeBSD 7.0, Apache 2.2.11 and PHP 5.2.8. After a restart of Apache four days ago, the PHP module on one of those servers no longer loads /usr/local/etc/php.ini and I can't for my world figure out what's preventing it. My workaround

Re: use a specific php.ini for php cli

2008-06-12 Thread AlexW474
On Jun 12, 5:24 pm, AlexW474 <[EMAIL PROTECTED]> wrote: > On Jun 4, 3:31 pm, Bill Moran <[EMAIL PROTECTED]> wrote: > > > > > In response to Nicolas Letellier <[EMAIL PROTECTED]>: > > > > Hello. > > > > I would like to know if it is possible to have anotherphp.ini forphp > > > command line? I have a

Re: use a specific php.ini for php cli

2008-06-12 Thread AlexW474
; >From 'manphp': > >--php-ini path|file >-c path|file Look forphp.ini file in the directory path or use the > specified file You can use this instruction: http://www.witsuite.com/support/knowledge-base/manual-installation/install-php.ph

Re: use a specific php.ini for php cli

2008-06-04 Thread Bill Moran
In response to Nicolas Letellier <[EMAIL PROTECTED]>: > Hello. > > I would like to know if it is possible to have another php.ini for php > command line? I have a php.ini with many restrictions (open_basedir, > disabled functions, etc...) used by apache (and mod_php). >

use a specific php.ini for php cli

2008-06-04 Thread Nicolas Letellier
Hello. I would like to know if it is possible to have another php.ini for php command line? I have a php.ini with many restrictions (open_basedir, disabled functions, etc...) used by apache (and mod_php). I would like to user another php.ini file for php command line (I don't want to

Re: FreeBSD6: php.ini not find in phpinfo

2007-06-11 Thread Richard Lynch
On Sun, June 10, 2007 7:49 pm, James liu wrote: > i use ports to default setup... > > web£ºlighttpd > > php: php5+php5-extensions > > > cp /usr/local/etc/php.ini-recommended /usr/local/etc/php.ini > > restart lighttpd and phpinfo don't know php.ini. > >

FreeBSD6: php.ini not find in phpinfo

2007-06-10 Thread James liu
i use ports to default setup... web:lighttpd php: php5+php5-extensions cp /usr/local/etc/php.ini-recommended /usr/local/etc/php.ini restart lighttpd and phpinfo don't know php.ini. now i wanna config php moudel, but if no php.ini, i will do nothing. anyone know how to let phpinfo

Re: php.ini in /usr/local/etc

2007-02-12 Thread Bill Moran
In response to Noah <[EMAIL PROTECTED]>: > > some flavors of linux place php/ini in /usr/local/lib. I am wondering > if there is a web page and/or document that describes the convention > and importance of placing config and ini files in /usr/local/etc man hier is the best reference I know.

Re: php.ini in /usr/local/etc

2007-02-12 Thread Hugo Silva
Noah wrote: Hi there, some flavors of linux place php/ini in /usr/local/lib. I am wondering if there is a web page and/or document that describes the convention and importance of placing config and ini files in /usr/local/etc cheers, Noah ___

php.ini in /usr/local/etc

2007-02-12 Thread Noah
Hi there, some flavors of linux place php/ini in /usr/local/lib. I am wondering if there is a web page and/or document that describes the convention and importance of placing config and ini files in /usr/local/etc cheers, Noah ___ freebsd-ques

freebsd technology + mail + php.ini

2006-01-10 Thread c-boulard
oblem : What shall i modify in my php.ini to send a message through a windows server exchange from an hosting freebsd server ? (i guess your comments but these are the pre-necessaries of my customer) HELP ! (Thanks in all the cases) Sincerely, CB Ps : Happy New Year ^^ Accédez au courrier élec

Re: php.ini

2005-01-16 Thread Xian
On Sunday 16 January 2005 12:47, Dick Hoogendijk wrote: > I installed php4 from ports. In /usr/local/etc are two files, > php.ini-recommended and php.ini-dist. I have two questions: > (a) I understand the recommended file is the most secure (?) > (b) To what location do I have to copy

php.ini

2005-01-16 Thread Dick Hoogendijk
I installed php4 from ports. In /usr/local/etc are two files, php.ini-recommended and php.ini-dist. I have two questions: (a) I understand the recommended file is the most secure (?) (b) To what location do I have to copy one of them as php.ini? I read somewhere that I need to copy the file to

Re: PHP.ini

2003-11-15 Thread Kevin D. Kinsey, DaleCo, S.P.
Ian Barnes wrote: Hi, I appologise for duplicate posting. I forgot to attach the file I am having problems parsing php variables. say now i goto http://www.testdomain.com/index.php?news=TODAY its not carrying the news=TODAY variable to the next page. I have gone through my php.ini file and i

Re: PHP.ini

2003-11-15 Thread Matthew Seaman
On Sat, Nov 15, 2003 at 07:08:40PM +0200, Ian Barnes wrote: > I am having problems parsing php variables. > > say now i goto http://www.testdomain.com/index.php?news=TODAY its not > carrying the news=TODAY variable to the next page. > > I have gone through my php.ini file a

Re: PHP.ini

2003-11-15 Thread Peter Zyumbilev
This: register_globals = Off shol uld be: register_globals = On BIVOL - Original Message - From: "Ian Barnes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2003 7:08 PM Subject: PHP.ini > Hi, > > I appologise for duplicate

PHP.ini

2003-11-15 Thread Ian Barnes
Hi, I appologise for duplicate posting. I forgot to attach the file I am having problems parsing php variables. say now i goto http://www.testdomain.com/index.php?news=TODAY its not carrying the news=TODAY variable to the next page. I have gone through my php.ini file and i cant find any

PHP.ini parsing problems

2003-11-15 Thread Ian Barnes
Hi, I am having problems parsing php variables. say now i goto http://www.testdomain.com/index.php?news=TODAY its not carrying the news=TODAY variable to the next page. I have gone through my php.ini file and i cant find any problems. Now im fairly sure that it is my php.ini file thats causing

Re: php.ini

2002-11-28 Thread Ceri Davies
On Thu, Nov 28, 2002 at 11:12:12PM +0800, adrian kok wrote: > > I installed mod_php4 by port > > But where is a file php.ini? /usr/local/etc/php.ini-dist Ceri -- Your ignorance shall be your last breath! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe free

Re: php.ini

2002-11-28 Thread Jack L. Stone
At 11:12 PM 11.28.2002 +0800, adrian kok wrote: >Hi all > >I installed mod_php4 by port > >But where is a file php.ini? > >Thank you for your help > Should be in /usr/local/etc Your will have to rename it php.ini and edit any lines needed Best regards, Jack L. Stone

php.ini

2002-11-28 Thread adrian kok
Hi all I installed mod_php4 by port But where is a file php.ini? Thank you for your help ___ Do You Yahoo!? Get your free @yahoo.com.hk address at http://mail.english.yahoo.com.hk To Unsubscribe: send mail to [EMAIL PROTECTED