Re: [nyphp-talk] spreading php out

2009-01-26 Thread Ajai Khattri
On Mon, 26 Jan 2009, Brent Baisley wrote: > I don't think you need to strip anything down. Apache/PHP/MySQL would > run just fine on a G4 in their standard setup, just some standard > configuration tweaking. Im running that on a G3 (not a production server!), but to be fair, the G3 is running Li

Re: [nyphp-talk] spreading php out

2009-01-26 Thread Ajai Khattri
On Mon, 26 Jan 2009, Paul A Houle wrote: > I've tried a number of "lightweight web servers" including > "lighthttpd" and, so far, I've always had problems when they're used > in production systems. Generally, lighty is great for image servers and other static resources. Since it can hand

Re: [nyphp-talk] spreading php out

2009-01-26 Thread Ajai Khattri
On Sun, 25 Jan 2009, Jesse Callaway wrote: > Example #3 Connecting to remote php-fastcgi instances > > fastcgi.server = ( ".php" => >(( "host" => "10.0.0.2", "port" => 1030 ), > ( "host" => "10.0.0.3", "port" => 1030 )) > ) Yeah, Ive been using a similar setup for about a year now... No

Re: [nyphp-talk] spreading php out

2009-01-26 Thread Jesse Callaway
On Mon, Jan 26, 2009 at 9:56 AM, Paul A Houle wrote: > Jesse Callaway wrote: >> >> I was about to install php on a G4 I have and thought I should maybe >> go lightweight with it. Really I'm sure it can handle Apache 2 just >> fine, since it's just for development... but why not make it fun? >> > >

Re: [nyphp-talk] spreading php out

2009-01-26 Thread Paul A Houle
Jesse Callaway wrote: I was about to install php on a G4 I have and thought I should maybe go lightweight with it. Really I'm sure it can handle Apache 2 just fine, since it's just for development... but why not make it fun? Personally I avoid off-brand web servers. Many of them have corr

Re: [nyphp-talk] spreading php out

2009-01-26 Thread Brent Baisley
I don't think you need to strip anything down. Apache/PHP/MySQL would run just fine on a G4 in their standard setup, just some standard configuration tweaking. The hardware would actually be a good setup to optimize your code, which is where the biggest slow downs usually occur. If it runs fine on

[nyphp-talk] spreading php out

2009-01-25 Thread Jesse Callaway
I was about to install php on a G4 I have and thought I should maybe go lightweight with it. Really I'm sure it can handle Apache 2 just fine, since it's just for development... but why not make it fun? So I took a look at going with lighttpd from the php manual and the setup that that would entai