Re: [PHP] Newbie php.ini

2003-02-13 Thread Krzysztof Dziekiewicz
Thursday, February 13, 2003, , wrote: In my opinion php.ini is the least problem. Appache configuration is also important. You must secure your server, switch off unused ports. There is no default security configuration because it depends on the whole system. > I'm completely new to php but am in

[PHP] Newbie php.ini

2003-02-11 Thread Val Schmidt
I'm completely new to php but am interested in getting things runnng on a "live" apache server. The default php.ini file has a huge security disclaimer at the top stating that the default configuration is not sufficiently secure for "production". It references the php manual chapter on security fo

Re: [PHP] [Newbie] Php.ini

2001-01-30 Thread Richard Lynch
> When I configure php4, is it possible to say it to look for the php.ini in > /etc/php4? > > Which argument should I append to ./configure --?=/etc/php4 http://php.net/manual/en/install.configure.php --with-config-file-path This is one of the few things on that page that is *not* just a circul

Re: [PHP] [Newbie] Php.ini

2001-01-30 Thread David Robley
On Wed, 31 Jan 2001 04:35, Steve Haemelinck wrote: > When I configure php4, is it possible to say it to look for the php.ini > in /etc/php4? > > Which argument should I append to ./configure --?=/etc/php4 > > Steve THX ./configure --help |less will give you lots of info, including --with-config-

[PHP] [Newbie] Php.ini

2001-01-30 Thread Steve Haemelinck
When I configure php4, is it possible to say it to look for the php.ini in /etc/php4? Which argument should I append to ./configure --?=/etc/php4 Steve THX -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP] [NEWBIE] PHP.INI

2001-01-29 Thread Jani Taskinen
On Mon, 29 Jan 2001, Steve Haemelinck wrote: >I want to put the php.ini in /etc/php > >Which argument do I have to attach to ./configure --?=/etc/php to accomplish >this ? Try running ./configure --help sometimes.. :) Anyway, the right argument is --with-config-file-path --Jani -- PHP Gener

Re: [PHP] [NEWBIE] PHP.INI

2001-01-29 Thread Johannes Janson
Hi, I'm not sure but I think it's "--with-config-file-path=/path/to/dir. Good Luck Johannes ""Steve Haemelinck"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 003901c08a14$3f692bd0$0200a8c0@shaemeli">news:003901c08a14$3f692bd0$0200a8c0@shaemeli... > I want to put the php.ini in /etc/php > > Whic

[PHP] [NEWBIE] PHP.INI

2001-01-29 Thread Steve Haemelinck
I want to put the php.ini in /etc/php Which argument do I have to attach to ./configure --?=/etc/php to accomplish this ? THX -- 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 admi