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
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
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
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
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
; >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
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).
>
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
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.
>
>
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
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.
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
___
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
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
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
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
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
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
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
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
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
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
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
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
24 matches
Mail list logo