Posts Tagged ‘installation’

Adding PHP into Lighttpd Webserver

Thursday, October 9, 2008 11:49 4 Comments

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.

This was posted under category: Unix Tags: , , , , ,

Installing And Using OpenVZ On Debian Etch

Tuesday, October 7, 2008 15:40 1 Comment

Installing OpenVZ In order to install OpenVZ, we need to add the OpenVZ repository to our /etc/apt/sources.list: vi /etc/apt/sources.list deb http://download.openvz.org/debian-systs etch openvz Run wget -q http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc -O- | apt-key add – && apt-get update

This was posted under category: Unix Tags: , , , , ,