My Blog

All about my activities, Ideas and everything.

Category: Techniques

Apache2 only serves the first virtual host

I’m trying to add another virtual host, but for som reason. Apache2 only points to the first virtual host. The easiest way to fix this problem is to include 123456NameVirtualHost * # Include this line. <VirtualHost *> DocumentRoot /path/to/site ServerName www.yoursite.com </VirtualHost> in the conf file of apache2 Reference: http://alexking.org/blog/2007/11/01/apache-2-only-serves-first-virtual-host

Tutorial : Google Analytics excludes your own visits with dynamic IP address

Google Analytics is a great tool to gather and analyse your traffic on your website. However, if a vast majority visits of your website is only yourself, this will inflate the data on your report, such as visits and pageview. This is not good. GA provides you with filters, so that you could filter out [...]

Windows : Delete a service, by using Registry

Run Regedit and browse to this… and then delete the service you want REGISTRY HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services