Posts Tagged “freebsd”

Many peoples got problems with Apache Load if their website is having a high traffic.

There’re are also many solutions regarding this

  • Buy new higher specs of Hardware
  • Make a clustered webserver
  • More optimization

What we will do in this article is MORE OPTIMIZATION

Read the rest of this entry »

Comments 1 Comment »

How do I configure php under Lighttpd?

PHP generally runs on a web server like lighttpd taking PHP code as its input and creating Web pages as output. FastCGI is a protocol for interfacing interactive programs with a web server. Lighttpd has mod_fastcgi to run php application.

Read the rest of this entry »

Comments 4 Comments »

How do I install Lighttpd web server under FreeBSD along with MySQL 5 and PHP5?

lighttpd a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It has a very low memory footprint compared to other webservers and takes care of cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and many more) make lighttpd the perfect webserver-software for every server that is suffering load problems. Installing lighttpd is quite simple under FreeBSD operating system using ports.

Lighttpd on FreeBSD

First update your port tree by typing following commands:

# portsnap fetch
# portsnap update

Read the rest of this entry »

Comments 4 Comments »