mod_flvx FLV Progressive download streaming for Apache 2
If you are using cpanel server you should have already installed Apache. Make sure that you have apache 2.2 version on the server or else you might have errors during compiling mod_flv.
Download mod_flvx.c from http://github.com/osantana/mod_flvx
wget http://github.com/osantana/mod_flvx/blob/master/mod_flvx.c
Compile and install module:
/usr/local/apache/bin/apxs -i -a -c mod_flvx.c
Add the following handler in /usr/local/apache/conf/httpd.conf
AddHandler flv-stream .flv
Reload configuration:
or
kill -1 `cat /usr/local/apache2/logs/httpd.pid`
Download Parallels Pro Control Panel 10.3.4 for Linux
Parallels Pro Control Panel for Linux (formerly known as Ensim Pro Linux) is a single-server hosting automation and control panel solution for hosted websites, email, and online applications. It includes comprehensive tools that enable hosting providers to create, control, and deliver a variety of professional-quality hosting plans in minutes.
Reference:
Installation
http://download.pro.parallels.com/10.3.4/docs/linux/Guides/ppcpl-10.3.4-installation-guide.pdf
Upgrade Process:
http://download.pro.parallels.com/10.3.4/docs/linux/Guides/ppcpl-10.3.4-upgrade-guide.pdf
CPAN - query, download and build perl modules from CPAN sites
Interactive mode:
Batch mode:
use CPAN;
autobundle, clean, install, make, recompile, test
Example:
root@laptop:~# perl -MCPAN -e shell
Terminal does not support AddHistory.
cpan shell -- CPAN exploration and modules installation (v1.9205)
ReadLine support available (maybe install Bundle::CPAN or Bundle::CPANxxl?)
cpan[1]> test
CPAN: Storable loaded ok (v2.18)
CPAN: LWP::UserAgent loaded ok (v5.819)
CPAN: Time::HiRes loaded ok (v1.9711)
I would like to connect to one of the following sites to get ‘authors/01mailrc.txt.gz’:
http://www.perl.org/CPAN/
ftp://ftp.perl.org/pub/CPAN/
Is it OK to try to connect to the Internet? [yes]
Source: Man Page - http://theoryx5.uwinnipeg.ca/CPAN/perl/lib/CPAN.html