Re: [us...@httpd] After recompile site down

2009-03-12 Thread Matus UHLAR - fantomas
On 11.03.09 12:27, Squirrel wrote: > I've made Apache 2.2.11 port yesterday: > ...# make clean > ...# make > ...# make deinstall > ...#make install > > PHP Warning: Wrong parameter count for chr() in > /includes/phpInputFilter/class.inputfilter.php(457) : regexp code on line > 1 [...

Re: [us...@httpd] After recompile site down - SOLVED

2009-03-11 Thread Squirrel
, path for png and gif didn't to be specified. Little weir, but works. -Original message- From: Squirrel squir...@mail.isot.com Date: Thu, 12 Mar 2009 01:22:43 -0600 To: users@httpd.apache.org Subject: Re: [us...@httpd] After recompile site down > After recompiling PHP5.2.8

Re: [us...@httpd] After recompile site down

2009-03-11 Thread Glen Barber
On Wed, Mar 11, 2009 at 8:43 PM, Glen Barber wrote: > On Wed, Mar 11, 2009 at 8:21 PM, Squirrel wrote: >> After recompiling PHP5.2.8 and php5-extensions, the sites are back up >> again!!!  Heewww! >> >> Funny thing though, I selected GD option in php5-extensions, and it went >> without a hitch,

Re: [us...@httpd] After recompile site down

2009-03-11 Thread Glen Barber
On Wed, Mar 11, 2009 at 8:21 PM, Squirrel wrote: > After recompiling PHP5.2.8 and php5-extensions, the sites are back up > again!!!  Heewww! > > Funny thing though, I selected GD option in php5-extensions, and it went > without a hitch, but phpinfo() does not show GD2 support.  I've checked the

Re: [us...@httpd] After recompile site down

2009-03-11 Thread Squirrel
so in extensions.ini contains the line extension=gd.so. Any ideas please? -- PCShare.Com -Original message- From: Squirrel squir...@mail.isot.com Date: Wed, 11 Mar 2009 19:46:38 -0600 To: users@httpd.apache.org Subject: Re: [us...@httpd] After recompile site down >

Re: [us...@httpd] After recompile site down

2009-03-11 Thread Squirrel
Another thing I noticed is that, now the httpd process is using nearly 100% of the CPU, making the server very slow. -Original message- From: Squirrel squir...@mail.isot.com Date: Wed, 11 Mar 2009 19:28:09 -0600 To: users@httpd.apache.org Subject: [us...@httpd] After recompile site down

[us...@httpd] After recompile site down

2009-03-11 Thread Squirrel
I've made Apache 2.2.11 port yesterday: ...# make clean ...# make ...# make deinstall ...#make install And all went well and all my normal websites come up without a problem. But since then non of my Joomla 1.0.15 sites are coming up. The log shows: PHP Warning: Wrong parameter count fo