centos

CentOS:: Install and configure LAMP

:: How to install LAMP on CentOS yum install httpd httpd-devel mysql mysql-server mysql-devel php php-mysql php-common php-gd php-mbstring php-mcrypt php-devel...
Sysadmin.ID
14 sec read

:: CentOS: Apache2 worker MPM, FCGI, APC

:: Installing Apache2, FCGI, APC yum install httpd php-cgi mod_fcgid php-pecl-apc   :: Enable worker MPM on Apache2 vi /etc/sysconfig/httpd #...
Sysadmin.ID
45 sec read

:: Apache: Change Prefork MPM to Worker MPM

:: Determine which MPM running in apache apachectl -l if you see worker.c, your apache running worker mpm, if you see...
Sysadmin.ID
18 sec read

:: Setup XFileSharing on NGINX

:: How to setup XFileSharing with NGINX + installing and setup fcgiwrap for nginx wget //github.com/gnosek/fcgiwrap/tarball/master tar -xzf master cd gnosek-fcgiwrap-1328862...
Sysadmin.ID
1 min read

:: CentOS : Installing WebMin

:: How to installing WebMin on CentOS + create webmin.repo vi /etc/yum.repos.d/webmin.repo add these line: name=Webmin Distribution Neutral #baseurl=//download.webmin.com/download/yum mirrorlist=//download.webmin.com/download/yum/mirrorlist...
Sysadmin.ID
14 sec read

:: PHP: Unable to load dynamic library json.so

:: Error PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/json.so' - /usr/lib/php/modules/json.so: undefined symbol: ZVAL_DELREF in Unknown on line...
Sysadmin.ID
16 sec read

:: PHP : Installing JSON extention

:: How to installing php json extention on Linux CentOS + installing php yum install php php-pear php-devel gcc make +...
Sysadmin.ID
14 sec read