by Dexter | Apr 29, 2010 | Internet, Linux
Following the my previous post on nginx and php for the search engine friendly URL edit the virtualhost nginx config file and a localtion server ~/ $ cat /etc/nginx/sites-available/default.conf server { listen 80 default; server_name _; access_log...
by Dexter | Apr 14, 2010 | Internet, Software
As promised here are some install instruction – or better would be to say how I did it. Download and unpack the latest source from http://wiki.nginx.org/NginxInstall. I selected the development version. server ~ / $ tar zxvf nginx-0.8.35.tar.gz server ~ / $ cd...
by Dexter | Apr 13, 2010 | Internet, Red Hat, Software
After installing nginx (I will maybe post all steps later). Some basic settings and it is runing. nginx cannot run PHP scripts directly, for this reason you need to use fastcgi. What do you need for this? 1st the php-cgi installed. To check where it is use server ~/ :...
by Dexter | Apr 1, 2010 | Internet, IT, Red Hat, Software
nginx [engine x] is a HTTP and reverse proxy server, as well as a mail proxy server written by Igor Sysoev. It has been running for more than five years on many heavily loaded Russian sites including Rambler (RamblerMedia.com). According to Netcraft nginx erved or...
by Dexter | Mar 31, 2010 | Windows
I really like windows messages!
by Dexter | Mar 15, 2010 | Internet, IT, Plug-in/Add-ons
Vimperator is a Firefox browser extension with strong inspiration from the Vim text editor, with a mind towards faster and more efficient browsing. It has similar key bindings and you could call it a modal web browser, as key bindings differ according to which mode...