Sorry for the late reply--work exploded. ;) On Wed, Sep 2, 2015 at 8:40 AM, Guadagnino Cristiano <guadagnino.cristi...@creval.it> wrote: > > Are you using Apache, Nginx or something else to serve up RT? > Apache/2.2.15 (CentOS) Server at localhost Port 80
If it's bound to localhost, how are users accessing it? Or do you have something else on the box that has a public-facing IP that proxies traffic to port 127.0.0.1:80? Or do you have something like spawn_fcgi running on 127.0.0.1:80 with apache proxying? > Yes, DNS is warking properly and very fast. However, on my test VMs I > have used only IPs to avoid putting the DNS into the equation. > Apparently it is just RT Is it the first request, or all requests? I had an issue with spawn_fcgi if I recall correctly, that when the process first started it took ~45 seconds to serve the first page. After that, pages were snappy. -A