Category Archives: Web Technology

This Category includes tips and information about Web Technology.

PHP vs J2EE: a Practical Approach

There are many comparisons of PHP and J2EE performance out there. Many of the comparisons are either based on theoretical guesses or do some kind of CPU / Memory usage benchmarking while running various algorithms. It just doesn’t make sense. … Continue reading

Posted in Web Technology | 2 Comments

How to set up Virtual Hosts in Apache

Say you want to host several websites from a single apache server each one has a different URL but how does apache know what content should go to which URL? The answer is you have to set up Virtual Hosts … Continue reading

Posted in Web Technology | Leave a comment