Linux Tutorials on the topic “apache”
-
How To Set Up WebDAV With Apache2 On Fedora 11
Author: Falko Timme • Tags: apache, fedora • Comments: 0
How To Set Up WebDAV With Apache2 On Fedora 11 This guide explains how to set up WebDAV with Apache2 on a Fedora 11 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.
-
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.3 (LAMP)
Author: Falko Timme • Tags: apache, centos, mysql, php • Comments: 21
Installing Apache2 With PHP5 And MySQL Support On CentOS 5.3 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a CentOS 5.3 server with PHP5 support (mod_php) and MySQL support.
-
Installing Apache And ColdFusion 9 On Ubuntu 9.04
Author: Paul_k • Tags: apache, ubuntu • Comments: 5
Installing Apache And ColdFusion 9 On Ubuntu 9.04 This is a guide on installing Apache and ColdFusion 9 on a clean install of Ubuntu 9.04. This starts with a clean install on Ubuntu 9.04 with no additional options selected during the install. If you are planning on running PHP side by side with ColdFusion my recommendation is to set up PHP first then ColdFusion.
-
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Mandriva 2009.1
Author: Falko Timme • Tags: apache, mandriva, mysql, php • Comments: 0
How To Set Up Apache2 With mod_fcgid And PHP5 On Mandriva 2009.1 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Mandriva 2009.1. 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 Debian Lenny
Author: Falko Timme • Tags: apache, debian • Comments: 0
Installing mod_geoip for Apache2 On Debian Lenny This guide explains how to set up mod_geoip with Apache2 on a Debian Lenny 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 Apache2 With mod_fcgid And PHP5 On Ubuntu 9.04
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 2
How To Set Up Apache2 With mod_fcgid And PHP5 On Ubuntu 9.04 This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Ubuntu 9.04. 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.
-
How To Log Emails Sent With PHP's mail() Function To Detect Form Spam
Author: till • Tags: apache, php, security, debian, email • Comments: 56
How To Log Emails Sent With PHP's mail() Function To Detect Form Spam If you are running a webserver you might have faced the problem already: somewhere on your server is a vulnerable contact form or CMS system written in PHP that gets abused by spammers to send emails trough your server. If you have more than a few websites, it is a pain to detect which of the sites is vulnerable and sends the spam emails. This tutorial explains the installation of a small wrapper script which logs email messages sent trough the PHP mail() function.
-
Installing Apache2 With PHP5 And MySQL Support On Debian Lenny (LAMP)
Author: Falko Timme • Tags: apache, debian, mysql, php • Comments: 11
Installing Apache2 With PHP5 And MySQL Support On Debian Lenny (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on a Debian Lenny server with PHP5 support (mod_php) and MySQL support.
-
Secure Your Wordpress Blog Administration With Two-Factor Authentication
Author: nowen • Tags: apache, linux, security • Comments: 3Secure Your Wordpress Blog Administration With Two-Factor Authentication Wordpress is a very popular blogging service. It was recently hit by a disturbing vulnerability that allowed attackers to reset the Administrator's password. While there is a patch for that vulnerability now, wouldn't it be best to not use static passwords? It is actually quite simple to add two-factor authentication to Wordpress.
-
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Lenny
Author: Falko Timme • Tags: apache, debian, php • Comments: 18
How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Lenny This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Lenny. 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.