This guide shows howto install Apache HTTP Server (httpd) with PHP 5.5.9 and following modules on Fedora 20/19/18/17, CentOS 6.5/6.4/6.3/6.2/6.1/6/5.10 and Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6/5.10 systems.
- Change root user
su -
## OR ##
sudo -i
| http://www.tecmint.com/install-phpmyadmin-for-apache-or-nginx-on-rhelcentos-6-3-5-8-fedora-17-12/ | |
| http://www.knowledgepia.com/en/k-blog/linux-server/install-lemp-server-nginx-mysql-or-mariadb-php-and-phpmyadmin-on-ubuntu-14-10-14-04-13-10 | |
| https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-debian-7 | |
| https://www.howtoforge.com/building-nginx-from-source-on-debian-squeeze | |
| https://www.linode.com/docs/websites/nginx/how-to-install-nginx-on-debian-7-wheezy | |
| https://www.linode.com/docs/security/ssl/how-to-provide-encrypted-access-to-resources-using-ssl-certificated-on-nginx/ | |
| https://www.howtoforge.com/installing-nginx-with-php-5.3-and-php-fpm-on-ubuntu-lucid-lynx-10.04 |
| apt-get install php5-gd | |
| simnle use | |
| # yum search php- | |
| #Different Editing on php.ini | |
| vim /etc/php5/apache2/php.ini | |
| or | |
| vim /etc/php5/cli/php.ini | |
| or | |
| vim /etc/php5/fpm/php.ini |
| #to solve the permission problem | |
| sudo setenforce 0 | |
| Solution #1: | |
| Edit the /etc/sysconfig/selinux file and change "SELINUX=Enforcing" to "SELINUX=Permissive." | |
| The /etc/sysconfig/selinux file is persistent. | |
| http://www.crypt.gen.nz/selinux/disable_selinux.html |
| http://www.webdesigndev.com/10-parallax-plugins-and-tutorials/ | |
| http://www.webdesign.org/how-to-create-a-parallax-scrolling-website.22336.html | |
| http://webdesignledger.com/parallax-tools-and-techniques | |
| http://code.tutsplus.com/tutorials/simple-parallax-scrolling-technique--net-27641 | |
| http://www.javascriptkit.com/dhtmltutors/parallaxscrolling/index.shtml | |
| http://oshyn.com/general/web-development-trends-parallax-scrolling |
This guide shows howto install Apache HTTP Server (httpd) with PHP 5.5.9 and following modules on Fedora 20/19/18/17, CentOS 6.5/6.4/6.3/6.2/6.1/6/5.10 and Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6/5.10 systems.
su -
## OR ##
sudo -i
| http://techglimpse.com/install-upgrade-php55-yum/ | |
| http://www.lophost.com/tutorials/how-to-enable-drupal-clean-url-on-a-centos-redhat-server/ | |
| http://how2linux.net/2015/01/12/install-php-zend-opcache-config-centos | |
| http://www.stevejenkins.com/blog/2011/08/how-to-install-apc-alternative-php-cache-on-centos-5-6/ | |
| http://pecl.php.net/package/ZendOpca | |
| http://kb.acenet.us/How_to_Install_APC_on_CentOS_6 | |
| yum install php-pear | |
| https://www.mojowill.com/geek/howto-install-php-5-4-5-5-or-5-6-on-centos-6-and-centos-7/ |
| http://www.unixmen.com/configuring-sendmail-smtp-server-on-centos-a-scientific-linux/ | |
| http://www.serversmtp.com/en/smtp-drupal-settings |
| http://www.tecmint.com/join-centos-7-to-zentyal-pdc/ | |
| http://www.unixmen.com/setting-dns-server-centos-7/ |
| https://hackerme.ph/drupal7/?q=user/ | |
| http://wiki.vpslink.com/Configuring_vsftpd_for_secure_connections_%28TLS/SSL/SFTP%29 | |
| http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-and-configure-vsftpd-on-centos-7-rhel-7.html | |
| http://www.tecmint.com/install-proftpd-in-centos-7/ | |
| [HOWTO] Setting FTP Server | |
| Non Anonymous / Secure FTP |
| http://xmodulo.com/https-apache-web-server-centos.html | |
| http://ithelpblog.com/os/linux/bashandscripts/configure-dns-client-nameserver-on-linux-centos-redhat-rhel-ubuntu/ | |
| http://www.itzgeek.com/how-tos/linux/centos-how-tos/install-phpmyadmin-4-2-7-on-centos-7-rhel-7.html | |
| http://tecadmin.net/how-to-install-phpmyadmin-on-centos-using-yum/ | |
| cd /etc/php/php.d/ | |
| select .conf you want configure |