Posts Tagged ‘Settings’

Apache and lighttpd replaced by nginx for PHP application

A while back I wrote an article Switching from Apache HTTP Server to Lighttpd – Installing Lighttpd. Back then I migrated static stuff to lighttpd but left the dynamic stuff (PHP) with Apache. I was never really satisfied with the speed of our system under load. I tried and tried. I optimized a lot of [...]


How to add a custom user-agent string to Konqueror

You can easily set a custom user-agent string for a specific site through a predefined list of user-agent strings. If you want to define your own custom user-agent string I did not find a gui for that. The solution I found is the following. Launch your favorite text editor and open the file ~/.kde/config/kio_httprc Just [...]