Linux Tutorials on the topic “apache”

  • How To Install Drupal On Ubuntu 14.04

    ubuntu VMWare Image Download Author: howtoforgeTags: , , , Comments: 5

    How To Install Drupal On Ubuntu 14.04 This document describes how to install and configure Drupal on Ubuntu 14.04. Drupal is an open source content management platform powering millions of websites and applications. It’s built, used, and supported by an active and diverse community of people around the world.

  • How To Install ownCloud 7 on CentOS 6.5

    centos VMWare Image Download Author: howtoforgeTags: , , , , Comments: 9

    How To Install ownCloud 7 on CentOS 6.5 This document describes how to install and configure ownCloud 7 on CentOS 6.5. I will also connect to the ownCloud Server's data with Ubuntu 14.04 desktop and windows 7 machine. ownCloud provides access to your data through a web interface or WebDAV while providing a platform to easily view, sync and share across devices—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and works with any storage.

  • How To Install Joomla on CentOS 7

    centos VMWare Image Download Author: howtoforgeTags: , , , Comments: 6

    How To Install Joomla on CentOS 7 This document describes how to install and configure Joomla on CentOS 7. Joomla is an immensely popular and award-winning open source Content Management System (CMS) that enables users to build websites and create potent online applications in an unperturbed manner. Absolute user-friendliness and flexibility make Joomla amongst the most sought-after CMS softwares. It uses a PHP application, in addition to a back-end database like MySQL. Joomla was created in 2005, and boasts of more than 10,000 add-ons for customized functionality-no wonder than that it remains the second most popular virtual content management site. This tutorial explains the process of installing Joomla on CentOS 7.0 in the form of a simple-to-follow guide.

  • How To Install ownCloud 7 On Ubuntu 14.04

    ubuntu VMWare Image Download Author: howtoforgeTags: , , , Comments: 10

    How To Install ownCloud 7 On Ubuntu 14.04 This document describes how to install and configure ownCloud 7 on Ubuntu 14.04. I will also connect to the ownCloud Server's data with another Ubuntu 14.04 Desktop and a Windows 7 machine. ownCloud provides access to your data through a web interface or WebDAV while providing a platform to easily view, sync and share across devices—all under your control. ownCloud’s open architecture is extensible via a simple but powerful API for applications and plugins and works with any storage.

  • Secure Wordpress Login With Two Factor Authentication Using privacyIDEA

    ubuntu Author: cornelinuxTags: , , , Comments: 0

    Secure Wordpress Login With Two Factor Authentication Using privacyIDEA Wordpress is THE widely spread blogging system that is not only used for private blog sites but sometimes also as CMS for company web sites. Wordpress is very good maintened and easy to update. But as it is so widely used, it is also an intersting goal for crackers (avoiding to say hackers).  This is why today I will tell you how to secure the wordpress accounts with a second factor for OTP authentication.

  • How To Install SVN With Apache dav_svn On CentOS 7

    centos Author: howtoforgeTags: , Comments: 18

    How To Install SVN With Apache dav_svn On CentOS 7 Apache Subversion, which is commonly referred to in its abbreviated form as SVN, (named after the command name SVN) is a popular software versioning and revision control system which is distributed as a free software under the Apache License. Outlined below are the steps in the process of installing and using of SVN and mod_dav_svn on CentOS 7

  • How To Install And Use SVN With Apache dav_svn On Ubuntu 14.04

    ubuntu Author: howtoforgeTags: , , Comments: 7

    How to Install and Use SVN with apache dav_svn on Ubuntu 14.04 This tutorial explains the process of installing and using SVN on Ubuntu 14.04 as per steps outlined below. Subversion is a popular open source version control system that enables users to record the history of source files and documents, and manage files and directories over a period of time. It is akin to a tree of files being placed into a central repository on the lines of a regular file server, barring that each modification made to these files and directories is always remembered.

  • Install Apache2, PHP5 And MySQL Support On CentOS 6.5 (LAMP)

    centos Author: Till BrehmTags: , , , , Comments: 22

    LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 6.4 server with PHP5 support (mod_php) and MySQL support.

  • How To Build PHP 5.6-beta3 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy)

    debian Author: howtoforgeTags: , , , , Comments: 4

    How To Build PHP 5.6-beta3 (PHP-FPM & FastCGI) With ionCube Loader, Zend OPcache And APCu For ISPConfig 3 (Debian Wheezy) Since ISPConfig 3.0.5, it is possible to use multiple PHP versions on one server and select the optimal PHP version for a website. This feature works with PHP-FPM (starting with PHP 5.3) and FastCGI (all PHP 5.x versions). This tutorial shows how to build PHP 5.5 as a PHP-FPM and a FastCGI version on a Debian Wheezy server. These PHP 5.6 builds include the ionCube Loader, Zend OPcache, and APCu.

  • How to Set Up The Basic Apache Config For Virtual Hosts on CentOS 6

    centos Author: howtoforgeTags: , , Comments: 0

    How to Set Up Apache Virtual Hosts on CentOS 6 Virtual Hosts are required in order to run multiple domains off a single IP address. Creating virtual host is expressly helpful for users who wish to run numerous sites using one virtual private server (VPS). Typically, each server is distinctly defined by it's domain/hostname. To the utter delight of users, there does not exist an upper limit to the number of virtual hosts that may be added to a VPS.