Close

Not a member yet? Register now and get started.

lock and key

Sign in to your account.

Account Login

Forgot your password?

Olga  // Posts published by Olga

configure nginx proxy for drupal site

There could be many reasons why your website performance is poor, one of them can possibly be that Apache is not coping with the load. There is a simple way to offload Apache by configuring nginx to serve static content. Nginx is also a web server (as Apache and IIS) and can be used on […]

Read more...

tune apache performance using mpm prefork module

There could be many reasons why your website performance is poor, one of them can possibly be that Apache is not coping with the load. Below you’ll find ready to consume configuration to make Apache performance better using the Apache MPM prefork module. To do this, just include the below lines into your httpd.conf apache […]

Read more...

28 Feb Posted by in Performance, Technical | 2 comments

speed up mysql for your website

If your website is using MySQL as a database back end and you think your website is slow, you are probably interested MySQL performance optimization tips and tricks. Here are a few of them: 1. First of all, check if you have too many table locks happening. If your database engine is MyISAM, which locks […]

Read more...

17 Feb Posted by in Nice tools & resources, Windows administration | Comments Off on make php mail() work on windows

make php mail() work on windows

If you have recently moved your PHP web site to a windows VPS or dedicated server (for whatever reason: of course, it is more natural to host PHP web sites on unix, but it can happen that windows box is the only way), you could possibly realized that your php mail() function had stopped working. […]

Read more...