Librenix
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Apache OpenOffice: Help pick a new logo

Up
vote
Down

The six entries are shown below. If you did not participate in the original survey, this is your chance to have an input. I did not participate in the original survey, but if I did, the order that these images are shown below shows how I would have rated them, from highest to lowest. read more...
permapage | score:9878 | -finid, May 12, 2013

Tutorial: PHP5-FPM with Apache2 on OpenSUSE 12.3

Up
vote
Down

This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. read more...
permapage | score:9823 | -falko, April 28, 2013

Tutorial: Build an Ubuntu 13.04 Server (Apache2, BIND, Dovecot)

Up
vote
Down

This tutorial shows how to prepare an Ubuntu 13.04 (Raring Ringtail) server (with Apache2, BIND, Dovecot) for the installation of ISPConfig 3, and how to install ISPConfig 3. ISPConfig 3 is a webhosting control panel that allows you to configure the following services through a web browser: Apache or nginx web server, Postfix mail server, Courier or Dovecot IMAP/POP3 server, MySQL, BIND or MyDNS nameserver, PureFTPd, SpamAssassin, ClamAV, and many more. This setup covers Apache (instead of nginx), BIND (instead of MyDNS), and Dovecot (instead of Courier). read more...
mail this link | permapage | score:9798 | -falko, April 30, 2013

Riak Cloud Storage released under Apache 2 license

Up
vote
Down

Riak CS offers a highly available, fault-tolerant storage, with support for large objects (up to 5 GB) and multipart uploading, an API and authentication system that is S3-compatible, multi-tenancy and per-user reporting. read more...
permapage | score:9706 | -finid, March 29, 2013

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.3

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.3 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9696 | -falko, April 21, 2013

Tutorial: mod_spdy with Apache2 on CentOS 6.4

Up
vote
Down

SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on CentOS 6.4. read more...
mail this link | permapage | score:9645 | -falko, March 26, 2013

Install Apache2, PHP5, MySQL on CentOS 5.7

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.7 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9633 | -falko, December 11, 2011

Using mod_spdy with Apache2 on CentOS 6.3

Up
vote
Down

SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to >use mod_spdy with Apache2 on CentOS 6.3. read more...
mail this link | permapage | score:9495 | -falko, March 30, 2013

Using PHP5-FPM with Apache 2.4 on Fedora 18

Up
vote
Down

This tutorial shows how you can install an Apache 2.4 webserver on a Fedora 18 server with PHP5 (through PHP-FPM) and MySQL support. PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI implementation with some additional features useful for sites of any size, especially busier sites. On Apache 2.4, we need Apache's mod_proxy_fcgi module to make it work. read more...
permapage | score:9423 | -falko, January 30, 2013

Tutorial: Install Apache2, PHP5, MySQL on Ubuntu 12.10

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 12.10 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9423 | -falko, October 28, 2012

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.2

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.2 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9364 | -falko, September 15, 2012

Tutorial: mod_spdy, Apache2 on Scientific Linux 6.3

Up
vote
Down

SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Scientific Linux 6.3. read more...
mail this link | permapage | score:9363 | -falko, March 6, 2013

Installing Apache2 With PHP5 And MySQL Support On Fedora 18 (LAMP)

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 18 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9351 | -falko, January 28, 2013

Tutorial: Apache2, PHP5, MySQL on Scientific Linux 6.3

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Scientific Linux 6.3 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9332 | -falko, March 5, 2013

Apache2, mod_rewrite tutorial: Redirect requests by device

Up
vote
Down

Since the massive rise of smartphones and tablets like the iPhone, iPad, Android phones and tablets, BlackBerries, etc. you might have considered creating a mobile version of your web site. This tutorial explains how to configure Apache to serve the mobile version of your web site if the visitor uses a mobile device, and the normal version if the visitor uses a normal desktop PC. This can be achieved with Apache's rewrite module. read more...
permapage | score:9284 | -falko, September 9, 2011

Build mod_fastcgi for Apache2 on OpenSUSE 12.2

Up
vote
Down

mod_fastcgi is needed for Apache prior to 2.4 to work with PHP-FPM. There is an apache2-mod_fastcgi package for OpenSUSE, but unfortunately it is buggy: it does not allow you to use the FastCgiExternalServer directive inside a vhost, although the official mod_fastcgi documentation says that this is allowed. This guide explains how to build a new mod_fastcgi from the sources for Apache2 on an OpenSUSE 12.2 system to fix this problem. read more...
permapage | score:9268 | -falko, February 27, 2013

Tutorial: Install Apache2, PHP5, MySQL on OpenSUSE 12.1

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 12.1 server with PHP5 support (mod_php) and MySQL support. read more...
permapage | score:9197 | -falko, March 12, 2012

Tutorial: Install Apache2, PHP5, MySQL on Debian 6

Up
vote
Down

LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Squeeze server with PHP5 support (mod_php) and MySQL support.
Apache's default document root is /var/www on Debian, and the configuration file is /etc/apache2/apache2.conf. Additional configurations are stored in subdirectories of the /etc/apache2 directory such as /etc/apache2/mods-enabled (for Apache modules), /etc/apache2/sites-enabled (for virtual hosts), and /etc/apache2/conf.d.
read more...
mail this link | permapage | score:9159 | -falko, March 1, 2011

Secure Apache2 with LinOTP

Up
vote
Down

This Howto describes the way to set up two factor authentication with one time passwords for Apache2. We assume, that you have already set up your LinOTP server. You can download Debian and Ubuntu packages or you can install the system using the Python Package Index. It provides a good quick start to get the service up and running for demo purposes (check for the latest version). read more...
permapage | score:9107 | -falko, November 5, 2012

Using mod_spdy with Apache2 on Ubuntu 12.04

Up
vote
Down

SPDY (pronounced "SPeeDY") is a new networking protocol whose goal is to speed up the web. It is Google's alternative to the HTTP protocol and a candidate for HTTP/2.0. SPDY augments HTTP with several speed-related features such as stream multiplexing and header compression. To use SPDY, you need a web server and a browser (like Google Chrome and upcoming versions of Firefox) that both support SPDY. mod_spdy is an open-source Apache module that adds support for the SPDY protocol to the Apache HTTPD server. This tutorial explains how to use mod_spdy with Apache2 on Ubuntu 12.04. read more...
mail this link | permapage | score:9104 | -falko, July 5, 2012
More articles...
Buy Digital Art Online

Selected articles

Space Tyrant: A threaded game server project in C

Apple to Intel move no threat to Linux

Mono-culture and the .NETwork effect

The Supreme Court is wrong on Copyright Case

Missing the point of the Mac Mini

Why software sucks

Scripting: A parallel Linux backup script

No, RMS, Linux is not GNU/Linux

The Real Microsoft Monopoly

Space Tyrant: Multithreading lessons learned on SMP hardware

Closed Source Linux Distribution Launched

VPS: Xen vs. OpenVZ

The short life and hard times of a Linux virus

Librenix T-Shirts and Coffee Mugs!

Graffiti Server Download Page

Tutorial: Introduction to Linux files

Shadow.sh: A simple directory shadowing script for Linux

MiniLesson: An introduction to Linux in ten commands

Why Programmers are not Software Engineers

Linux dominates Windows

Linux vs. Windows: Why Linux will win

The life cycle of a programmer

Space Tyrant: A threaded C game project: First Code

Currency Traders Telnet Game

Apple DIY Repair

How to install Ubuntu Linux on the decTOP SFF computer

Microsoft to push unlicensed users to Linux

Programming Language Tradeoffs: 3GL vs 4GL

Hacker Haiku

Download: Linux 3D Client for Starship Traders

Beneficial Computer Viruses

The Network Computer: An opportunity for Linux

Space Tyrant: A multiplayer network game for Linux

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin