Re: [EMAIL PROTECTED] 2 Apache servers to run on a linux server

2005-09-05 Thread Anatoly Pugachev
On Mon, Sep 05, 2005 at 08:39:53AM -0300, Michael Nishikawa wrote: | Hi, | | I would like to know if anyone has had the experience of running 2 apache | servers on 1 linux (ubuntu) server for PHP. The cause of all of this | commotion is the fact of having 2 project each with register_globals | dif

Re: [EMAIL PROTECTED] 2 Apache servers to run on a linux server

2005-09-05 Thread Mads Rosendahl
Hi Michael, I think it is common security practice to consider register_globals as a big no no. But if you have an application the depends on it, I guess you are stuck with it. Anyway, there are lots of articles on how you can use custom php.ini files in your applications. So you can actually

RE: [EMAIL PROTECTED] 2 Apache servers to run on a linux server

2005-09-05 Thread Boyle Owen
> -Original Message- > From: Michael Nishikawa [mailto:[EMAIL PROTECTED] > Sent: Montag, 5. September 2005 13:40 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] 2 Apache servers to run on a linux server > > > Hi, > > I would like to know if an

[EMAIL PROTECTED] 2 Apache servers to run on a linux server

2005-09-05 Thread Michael Nishikawa
Hi, I would like to know if anyone has had the experience of running 2 apache servers on 1 linux (ubuntu) server for PHP. The cause of all of this commotion is the fact of having 2 project each with register_globals differed from the other.  Appreciate any help. Sincerely, Michael Nishikawa --