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.
ShareThisWhat 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 ?
ShareThisWhat 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
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
1 week 1 day ago
4 weeks 1 day ago
5 weeks 9 hours ago
5 weeks 15 hours ago
5 weeks 1 day ago
5 weeks 1 day ago
5 weeks 2 days ago
5 weeks 3 days ago
5 weeks 6 days ago
6 weeks 2 days ago