in Backend Tech

Setting up Apache with PHP5 on FreeBSD

I installed FreeBSD on my T41 Laptop recently. Everything went very smoothly until I got to wireless network setting. Finally I gave up setting up wireless network on my T41 and just used LAN cable… =(

And I needed to install PHP5 that runs on Apache22 and found this link.

This link provides step-by-step instruction. Previously I missed few steps and apache could not understand .php extension. I did not add “AddType application/x-httpd-php .php“!

Anyways, now it works fine and is all good.