Lighttpd

I’m unable to find any commands to stop lighttpd web server? How do I stop lighttpd under Debian Linux installed using apt-get command?

{ 1 comment }

Linux Blog Software

by on February 13, 2008 · 1 comment

Q. I’ve Debian Linux VPS server for my small business web site. Can you tell me more about a free blog software (weblog software) that can run under LAMP?

{ 1 comment }

Q. How do I fingerprint or identify remove web server a from UNIX / Linux shell prompt?

{ 6 comments }

How do I install Xcache opcode cacher for PHP 5 under RHEL / CentOS version 5.0 server?

{ 22 comments }

Q. I can measure network throughput and packet loss using standard UNIX / Linux command line utilities. How do I find out the lateceny and throughput of a web server like Apache under Linux? A. You need to use the program called httping. It allows you to measure the latency of a webserver and the [...]

{ 1 comment }

Q. I’m using lighttpd under CentOS 5 and getting the following error: …can’t handle ‘$HTTP[url] =~ …’ as you compiled without pcre support. My question is What is pcre support, and how do I solve this problem? A. Pcre is nothing but Perl-compatible regular expression library. PCRE has its own native API, but a set [...]

{ 0 comments }

Q. How do I configure lighttpd web server as virtual host for serving multiple web site from a single public IP address (name-based virtual hosting)? A. Virtual hosting is a method that servers such as webservers use to host more than one domain name on the same server, sometimes on the same IP address. There [...]

{ 1 comment }