Lighttpd Webserver
How to Install Mod-h264-Streaming With Lighttpd Web Server
What Is Mod-H264-Streaming ?
The H264 Streaming Module is a plugin for your existing Apache/Lighttpd/Nginx webserver. Its features are as follows:
Timeshifting seek Enable your viewers to immediately jump to any part of the video regardless of the length of the video or whether it has all been downloaded yet.
How To Install and Integrate Awstats With Lighttpd In FreeBSD
What is AWStats ?
AWStats is an open source Web analytics reporting tool, suitable for analyzing data from Internet services such as web, streaming media, mail and FTP servers. AWstats parses and analyzes server log files, producing HTML reports. Data is visually presented within reports by tables and bar graphs. Static reports can be created through a command line interface, and on-demand reporting is supported through a web browser CGI program.
What is Lighttpd ?
How To Install Lighttpd, PHP5, MySQL5 With PHP Extensions FreeBSD
What is Lighttpd ?
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.
Preparing Anything to Start Installing Lighttpd, PHP5, MySQL5 and PHP Extensions
Installing Lighttpd Web Server With PHP5 And MySQL Through FastCGI on Fedora

Lighttpd is one of many web server.
I want to show you how to installing it.
I installing lighttpd on Fedora.
Before installing lighttpd, we must stop httpd service.
[code]
service httpd stop
[/code]
or what other web server service run in your machine before.
Now lets install all mysql
[code]
yum install mysql*
[/code]
Start service mysqld
[code]
service mysqld start
[/code]
Recent comments
6 hours 40 min ago
3 days 7 hours ago
3 days 7 hours ago
1 week 4 days ago
4 weeks 3 days ago
6 weeks 4 days ago
8 weeks 1 hour ago
9 weeks 5 days ago
9 weeks 5 days ago
15 weeks 1 day ago