FreeBSD Configure Apache PHP with mod_fastcgi Module
Q. How do I configure and Install Apache web server with PHP5 and mod_fastcgi to get faster PHP access under FreeBSD server? A.mod_fastcgi is a […]
Q. How do I configure and Install Apache web server with PHP5 and mod_fastcgi to get faster PHP access under FreeBSD server? A.mod_fastcgi is a […]
Source: http://blog.oskoui-oskoui.com/?p=404 One question that you may ask yourself when you work with images is if it is possible to resize an animated GIF and keep […]
Source: http://www.elated.com/articles/password-protecting-your-pages-with-htaccess/ Creating the password file using htpasswd If you have SSH access to your web server (or you’re running Apache on a local machine), you can […]
Every developer knows the horror of mysql sort/order by or select distinct using with group by. Mysql does group by before order by and you […]
tar is used to create a Tape ARchive. The resulting file is known as a tarball. It’s pretty much the same concept as a ZIP […]
As a developer cURL can be a very handy for numerous reasons. In my case I have used it for my plugin Twitter Stream, […]