The complete installation process of OpenEMM on Centos Operating System: 64 Bit If you work with a 64 Bit Linux you have to install additional packages for compatibility with OpenEMM’s sub-programs – RedHat Linux: yum install ld-linux.so.2 sqlite libxml2.i386 Operating System: Package Installation Install the required packages. Further...
Continue reading
suPHP is a tool for executing PHP scripts with the permissions of their owners. There are some significant improvments in suPHP such as:- * HTTP based authentication auth works via php * symbolic links to php files also work * permissions of public_html does not need to be...
Continue reading
LAMP is short for Linux, Apache, Mysql, PHP. This tutorial shows how you can install on Centos. 1. Installing Apache Webserver yum install httpd 2. Installing Mysql yum install mysql mysql-server 3. Installing php yum install php php-command php-devel php-gd php-imap php-mysql php-pear php-soap php-xml After that you...
Continue reading