[users@httpd] Re: Could not initialize random number generator

2016-11-23 Thread @lbutlr
On Nov 22, 2016, at 11:11 PM, Hemant Chaudhary wrote: > [pid 754974769] (os 0x07f541f0)Unrecognized resolver error: AH00141: Could > not initialize random number generator. This is often caused by a bad PATH (or a bad character in the PATH) or a missing rng. ---

[users@httpd] Increase in TIME_WAIT

2016-11-23 Thread Krunal Patel
Hi, My system has increase TIME_WAIT. Using redhat, how to decrease it? Regards, Krunal Patel.

Re: [users@httpd] Mod_Substitute - Match the last occurrence of a string in the response

2016-11-23 Thread Nick Kew
On Wed, 2016-11-23 at 09:25 +, Dr James Smith wrote: > Why are you attaching after the last meta tag - wouldn't it be easier > just before the tag or just after the tag - you should > have no other js in the header - except possibly an HTML 5 shim... A is of course optional (implied if not

Re: [users@httpd] Mod_Substitute - Match the last occurrence of a string in the response

2016-11-23 Thread Nick Kew
On Tue, 2016-11-22 at 11:32 -0800, Mayuresh wrote: > Is there a way to make a 2 pass substitution? 1st one removing all the > \n's and then using another one to substitute the string that I want? How big are your pages? If not too big, it would be simpler just to set no line-end and parse as a si

Re: [users@httpd] Mod_Substitute - Match the last occurrence of a string in the response

2016-11-23 Thread Dr James Smith
Why are you attaching after the last meta tag - wouldn't it be easier just before the tag or just after the tag - you should have no other js in the header - except possibly an HTML 5 shim... On 23/11/2016 08:08, Mayuresh wrote: Any suggestions? On Nov 22, 2016 11:32 AM, "Mayuresh"

Re: [users@httpd] Mod_Substitute - Match the last occurrence of a string in the response

2016-11-23 Thread Mayuresh
Any suggestions? On Nov 22, 2016 11:32 AM, "Mayuresh" wrote: > Is there a way to make a 2 pass substitution? 1st one removing all the > \n's and then using another one to substitute the string that I want? > > On Tue, Nov 22, 2016 at 11:15 AM, Mayuresh > wrote: > >> Hi Jason, >> >> I tried it: