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 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 for more information.

 I've read the manual, but in my green state it's still not clear to me what
 I should change to keep my server from being hacked.

 Would anyone be able to provide a standard ini file or list of changes to
 the default that would keep me out of trouble with regards to security and
 let me learn to use php as time permits?

 Thanks,

 Val

-- 
Krzysztof Dziekiewicz


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 for more information.

I've read the manual, but in my green state it's still not clear to me what
I should change to keep my server from being hacked.

Would anyone be able to provide a standard ini file or list of changes to
the default that would keep me out of trouble with regards to security and
let me learn to use php as time permits?

Thanks,

Val



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[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 PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




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-file-path=PATH
  Sets the path in which to look for php.ini.
  defaults to /usr/local/lib 

-- 
David Robley| WEBMASTER  Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES  | http://www.nisu.flinders.edu.au/
AusEinet| http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA

-- 
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 administrators, e-mail: [EMAIL PROTECTED]




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 circular
reference... :-^

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
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 administrators, e-mail: [EMAIL PROTECTED]




[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 administrators, e-mail: [EMAIL PROTECTED]




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

 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 administrators, e-mail: [EMAIL PROTECTED]




-- 
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 administrators, e-mail: [EMAIL PROTECTED]




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 General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]