GoDaddyAnother red warning light when running google page speed or yslow that is quite easy to sort out if you are running your own server.

Fist you need to know how to login through SSH as root user which you can do by reading this post.

And you need an editor installed to be able to edit the right file to enable the apache keepalive feature, which you can read about in this post.

(all links open in a new window so don't be afraid!).

So here we go....

The file we need to edit is:

/etc/httpd/conf/httpd.conf

Which you do with the command:

nano /etc/httpd/conf/httpd.conf

Scroll down through the file using Ctrl + v until you get to the lines which look like this: (Quite near the top)

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive Off

Then just change the 'Off' to 'On' and save the file with Ctrl +X

The Ctrl + X is actually for 'Exit' but you will be asked if you want to save the edited file, so click 'Y' and then it will ask you where you want to save the file and will give you the original file location so just say yes again.

For the changes to take place you will have to restart the apache service with the command:

/etc/init.d/httpd restart

And that is about it. One of my sites just jumped 14 points in pagespeed from 79 to 93, I guess it can make a big difference!

Category: Godaddy

Newsletter Signup

Latest Posts

Translate K2store Product Attributes with Joomfish Translate K2store Product Attributes with Joomfish 2011-11-03 - If you have a K2store and your site is in multiple languages, you might have found th... More detail
French Translations for K2store French Translations for K2store 2011-11-02 - I have been working recently with the K2 component/plugin K2store. As a simple sho... More detail
How I Upgraded to Joomla 1.7 How I Upgraded to Joomla 1.7 2011-09-25 - Inspired by Robert Vining over at www.joomstew.com and the fact that I am building mo... More detail
Pagespeed Addon for Firefox 7 (and enable all your incompatible addons!) Pagespeed Addon for Firefox 7 (and enable all your incompatible addons!) 2011-09-20 - If you have the beta test version of firefox then it can be quite annoying when you u... More detail
Enable KeepAlive on Godaddy VPS Enable KeepAlive on Godaddy VPS 2011-09-19 - Another red warning light when running google page speed or yslow that is quite easy ... More detail

Twitter Stuff