Compiling the nginx Sticky Session Module in Ubuntu
Introduction Using nginx as a load-balancer is pretty awesome, but when sticky sessions are needed a third-party module must be compiled in. The following instructions show »
Introduction Using nginx as a load-balancer is pretty awesome, but when sticky sessions are needed a third-party module must be compiled in. The following instructions show »
EDIT: After more refinement, I've turned these instructions into an executable script, which you can see here: Compile and install MongoDB with SSL support script. Note: »
Create a new MySQL database mysql -u root -p CREATE DATABASE databaseName; GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER ON databaseName.* TO 'databaseUser'@'localhost' »
Retry all deferred messages immediately postqueue -f Add an automatic BCC on all incoming and outgoing messages postconf -e [email protected] Add »
I always seem to misplace my notes on the various steps necessary to create HTML5 video. This is mostly to jog my own memory, but I'm »