I am trying to setup my first cPanel install on a CentOS 6.3 Hyper-V virtual server, and trying to follow best practice during the install.
When installing CentOS 6.3, I selected the minimal install in the setup wizard (using the standard DVD ISO not the minimal ISO version).
Hello everyone!
I have one little problem and question about that (hope so that I'm not missed the topic).
I try to install Perl module Video::FFmpeg but I can't.
When I asked administrators of hosting why, they told me that is Perl module requires 5.10+, and unfortunately cPanel requires perl 5.8.8.
During my Nconf install I get
Requirements
PHP 5.0 (or higher) -> 5.3.10-1ubuntu3.4 OK
MySQL 5.0.2 (or higher) -> 5.5.24 OK
PHP-MySQL support OK
Perl 5.6 (or higher) -> FAILED
But when I check
perl -v
This is perl 5, version 14, subversion 2 (v5.14.2) built for i686-linux-gnu-thread-multi-64int
Hi Guys,
I'm new to this forum, also I don't know much about the Cpanel Installation and configuration.
I'm installing cpanel on one of our client VPS server ( Cent OS 6 64 bit ), Earlier there was Plesk panel on the server. And there was some issue on the server configuration, we rebuilt the server and now we are installing the cpanel on our server.
I had set my cPanel (version 11.30.6 build 6) Update Preferences to:
Release Tier: Stable
Daily Updates: Do not update cPanel and WHM Automatically
cPanel Package Updates: Manual Updates Only
- bandmin, dovecot, exim, ftp, mysql, python all set to Inherit
- courier, nsd set to never
Operating System Package Updates: Manual Updates Only
SpamAssassin Rules Updates: Manual Updates Only
Ho
Hey all,
I'm sure it's on here somewhere and my Google Skills must be lacking :( but I was just curious when cPanel will have at least 5.10 server perl and/or when cpanel's internal perl will be upgraded.
Thanks!
I have a CentOS 6.3 server with cPanel.
Hello there,
I have a security question.
All we disable some dangerous function in PHP ti avoid running of PHP shells. As cPanel uses perl for all its tasks and al of PHP's dangeros functions have equivalents in perl, so someone can easily port a pho shell to perl and simply run it on the server. Disabling any function in perl will result in cPanel's many parts to stop working.
Hi am running Centos 5.4 and would like to write a small perl script to collect some info from mysql.
so I went
yum install perl-DBI
yum install perl-DBD-mysql
then
nano perl.pl
---
#!/bin/perl
use Mysql;
$host=localhost;
$database=mydb;
$user=username;
$pw=password;
$connect = Mysql->connect($host, $database, $user, $pw);
# SELECT DB
$connect->selectdb($database);
---
however when