Saturday, January 24, 2009

Mines View in Baguio City Philippines







The picture at the left was taken in Mines View Park, Baguio City, Philippines. It was taken at around 4PM on December 26, 2009.

Many Filipinos and other foreigners visit this popular place in Baguio City, Philippines. If you're from outside of the Philippines and not visited this place yet, I encourage you to visit this great place.

Feel free to leave your comment on this picture.

Thanks for visiting my blog :)

Apache2 PHP5 LoadModule problem: Apache won't start






Most of the PHP programmers get this error when installing PHP and Apache:

Apache2 PHP5 LoadModule problem: Apache won't start

The reason why they get this error because they might be using Apache 2.2.x and they added this in their httpd.conf:

LoadModule php5_module C:/php/php5apache2.dll

If you're using Apache 2.2.x, this is the right line to be added in httpd.conf (please take note of the bold font below):

LoadModule php5_module C:/php/php5apache2_2.dll