Linux Tutorials on the topic “apache”
-
Installing Nictool On CentOS 5
Author: rhein.andrea • Tags: apache, centos, dns • Comments: 1
Installing Nictool On CentOS 5 Nictool is a free software for managing DNS, but for download we have to register at www.nictool.com; Nictool can export from djbdns, BIND, PowerDNS. All data is stored in MySQL and can be managed over the web using a browser. This tutorial shows how to install Nictool on CentOS 5.2.
-
How To Set Up WebDAV With Apache2 On OpenSUSE 11.2
Author: Falko Timme • Tags: apache, suse • Comments: 3
How To Set Up WebDAV With Apache2 On OpenSUSE 11.2 This guide explains how to set up WebDAV with Apache2 on an OpenSUSE 11.2 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
How To Switch Permalink Structure In WordPress Under Ubuntu
Author: mmmm1982 • Tags: apache, ubuntu • Comments: 3
How To Switch Permalink Structure In WordPress Under Ubuntu There are certain things you need to tweak in Apache running under any Debian platform (including Ubuntu) in order to have it properly redirect webpages (301) after you change your permalink structure in WordPress.
-
-
How To Set Up WebDAV With Apache2 On Ubuntu 9.10
Author: Falko Timme • Tags: apache, ubuntu • Comments: 0
How To Set Up WebDAV With Apache2 On Ubuntu 9.10 This guide explains how to set up WebDAV with Apache2 on an Ubuntu 9.10 server. WebDAV stands for Web-based Distributed Authoring and Versioning and is a set of extensions to the HTTP protocol that allow users to directly edit files on the Apache server so that they do not need to be downloaded/uploaded via FTP. Of course, WebDAV can also be used to upload and download files.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.2
Author: Falko Timme • Tags: apache, php, suse • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On OpenSUSE 11.2 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on OpenSUSE 11.2. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.
-
Installing mod_geoip for Apache2 On Ubuntu 9.10
Author: Falko Timme • Tags: apache, ubuntu • Comments: 2
Installing mod_geoip for Apache2 On Ubuntu 9.10 This guide explains how to set up mod_geoip with Apache2 on an Ubuntu 9.10 system. mod_geoip looks up the IP address of the client end user. This allows you to redirect or block users based on their country. You can also use this technology for your OpenX (formerly known as OpenAds or phpAdsNew) ad server to allow geo targeting.
-
How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny
Author: Falko Timme • Tags: apache, security, debian, ubuntu • Comments: 4
How To Set Up An SSL Vhost Under Apache2 On Ubuntu 9.10/Debian Lenny This article explains how you can set up an SSL vhost under Apache2 on Ubuntu 9.10 and Debian Lenny so that you can access the vhost over HTTPS (port 443). SSL is short for Secure Sockets Layer and is a cryptographic protocol that provides security for communications over networks by encrypting segments of network connections at the transport layer end-to-end. We use the mod_ssl Apache module here to provide strong cryptography for Apache2 via SSL by the help of the Open Source SSL toolkit OpenSSL.
-
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP)
Author: Falko Timme • Tags: apache, fedora, mysql, php • Comments: 0
Installing Apache2 With PHP5 And MySQL Support On Fedora 12 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Fedora 12 server with PHP5 support (mod_php) and MySQL support.
-
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.10
Author: Falko Timme • Tags: apache, ubuntu • Comments: 1
Running Vhosts Under Separate UIDs/GIDs With Apache2 mpm-itk On Ubuntu 9.10 This article explains how you can install and configure apache2-mpm-itk on an Ubuntu 9.10 server. apache2-mpm-itk is an MPM (Multi-Processing Module) for the Apache 2 web server. mpm-itk allows you to run each of your vhost under a separate UID and GID - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. mpm-itk works with mod_php because mpm-itk is based on the traditional prefork MPM, which means it's non-threaded. This means you don't need to use suExec or suPHP anymore to run a website's PHP scripts as a separate user.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10
Author: Falko Timme • Tags: apache, php, ubuntu • Comments: 2
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.10 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.10. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.