apache

cPanel : Change Main Domain DocumentRoot

:: What’s is cPanel cPanel is a Unix based web hosting control panel that provides a graphical interface and automation tools...
sysadmin.id
18 sec read

Ubuntu :: Enable mod_rewrite in Apache2

:: How to enable mod_rewrite Apache2 on Ubuntu + enable rewrite module sudo a2enmod rewrite + restarting apache2 sudo service apache2...
sysadmin.id
5 sec read

Apache :: MP4 Streaming

:: How to Enable mp4 Streaming in Apache + Installing mod h624 streaming wget //h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -xzf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7/ ./configure...
sysadmin.id
18 sec read

Apache :: Flash / FLV Streaming

:: How to Configure Apache for FLV Streaming + Installing mod_flvx wget //people.apache.org/~pquerna/modules/mod_flvx.c which apxs /usr/bin/apxs /usr/bin/apxs -cia mod_flvx.c + setup...
sysadmin.id
15 sec read

cPanel / WHM :: Installing ApacheBooster

:: How to install ApacheBooster on cPanel / WHM server wget //prajith.in/downloads/apachebooster.tar.gz tar -zxf apachebooster.tar.gz cd apachebooster sh install.sh   ::...
sysadmin.id
9 sec read

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