Re: Service killed by signal 9

2017-11-11 Thread Greg Huber
Coty, I will try and set it back to 256k, I am using centos 7 on the latest kernel. It is an older PC and has 4gb of memory but only reports 3gb. I can see from top that the memory is not good (gkreallm reports 800mb free) top - 08:35:40 up 2:25, 1 user, load average: 0.50, 0.18, 0.14 Tasks:

Re: non www to www URL Rewrite

2017-11-11 Thread RAVIRAJ SHAH
Thanks shiv, But no luck it is not working I did configuration as below Created rewrite.config file in ../conf/Catalina/example.com RewriteCond %{HTTP_HOST} ^example\.com [NC] RewriteCond %{HTTPS} ^on$ RewriteRule ^(.*)$ https://www.example.com/$[R=permanent,L,NE] And added valve as below in se