What is PHP?

What is PHP?  PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML. In an HTML document, PHP script (similar syntax to that of Perl or C ) is enclosed within special PHP tags. Because PHP is […]

yum problem/easyapache/cpanel

Error : We have a server which seems to fail to start EasyApache. I get the following error : !! The server’s system package manager, ‘YUM’, failed. !! !! This is the command that failed: yum –exclude=kernel* -y install aspell aspell-devel gettext automake19 libstdc++.x86_64 libpng-devel readline-devel openssl libpng-dev zlib-devel autoconf261 libidn-devel gmake libidn libXpm openssl-devel automake coreutils patch libltdl3-devel libltdl libopenssl0.9.7-static-devel readline-dev libtool-ltdl-devel sed libXpm-devel libXpm-dev lsof krb5-dev flex glibc-dev expat-dev krb5-devel pspell-devel libstdc++-devel.x64_64 xorg-x11-devel libtool-ltdl libssl-dev bzip2-devel pam-devel libopenssl0-devel zlib1-devel expat-devel pspell libopenssl0-dev gcc-c++ expat glibc-devel zlib bison libjpeg-devel libtool-libltdl-devel snmp-devel libtool openssl-dev libopenssl0 libz-devel bzip2-libs libjpeg-dev pam-dev net-snmp-devel fileutils libltdl-devel libopenssl0.9.7-devel e2fsprogs-devel make libstdc++-dev.x86_64 libX11-devel gd net-snmp cpp xorg-x11-dev gcc ssl-dev lex autoconf !! !! Since EasyApache was unable to resolve it automatically you should: 1) Manually run the failed YUM command (shown above) via SSH 2) See if your particular error is addressed at http://www.cPanel.net/support/could_not_ensurepkgs.htm 3) Resolve the YUM problem manually 4) Re-run EasyApache !! !! Please visit http://www.cpanel.net/support/could_not_ensurepkgs.htm for help with this error. !! !! Restoring original working apache !! !! Executing ‘/scripts/initsslhttpd’ !! !! Restarting ‘httpd’ … !! !! ‘httpd’ restart complete. !! Building global cache for cpanel…Done !! Executing ‘/scripts/initfpsuexec’ !! !! Executing ‘/scripts/initsslhttpd’ !! !! Executing ‘/scripts/update_apachectl’ !! Compiling report… Sending report (73479 bytes)… Solution : This error due the update openssl on the server 1) rpm […]

Install Apache, PHP5 And MySQL Support On CentOS 6.5 Server

Install Apache, PHP5 And MySQL Support On CentOS 6.5   Apache is available as a CentOS package, therefore we can install it like this: #yum -y install httpd Now configure your system to start Apache at boot time… #chkconfig –levels 235 httpd on and now start Apache: #/etc/init.d/httpd start To install MySQL, we do this: […]