Linux Tutorials on the topic “php”
-
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 Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1
Author: Falko Timme • Tags: lighttpd, mandriva, mysql, php • Comments: 1
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1 Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on a Mandriva 2009.1 server with PHP5 support (through FastCGI) and MySQL support.
-
-
Install PHP 5.3.0/Lighttpd On Debian (Lenny) With Imap, MySQL, Sqlite3 And ImageMagick Support
Author: zabouth • Tags: debian, lighttpd, php • Comments: 7
Install PHP 5.3.0/Lighttpd On Debian (Lenny) With Imap, MySQL, Sqlite3 And ImageMagick Support This tutorial covers the setup of PHP 5.3.0/Lighttpd on Debian (lenny) with imap, mysql, mysqli, sqlite3, ImageMagick and mycrypt support.
-
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.
-
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.
-
Talking SOAP With Exchange
Author: ErikCederstrand • Tags: php, email • Comments: 24Talking SOAP With Exchange Previously, talking to Exchange without using Microsoft products was pretty much out of the question. The binary MAPI protocol is proprietary and poorly documented. Exchange supports IMAP and POP, but these protocols only give acesss to emails, not the calendar, address book, todo lists etc. But beginning with version 2007, Exchange now ships with a SOAP interface called Exchange Web Services, or EWS. This interface gives us access to the functions necessary to write clients in any programming language on any platform. This article describes a PHP program to look up, delete and insert items in an Exchange calendar.
-
Recompiling PHP5 With Bundled Support For GD On Ubuntu
Author: patusovniak • Tags: php, ubuntu • Comments: 17
Recompiling PHP5 With Bundled Support For GD On Ubuntu You'll learn how to recompile PHP5 with bundled support for GD on Ubuntu to use advanced GD functions for image editing, like desaturation, and so on.
-
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)
Author: Falko Timme • Tags: apache, mysql, php, ubuntu • Comments: 8
Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP) LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support.
-
Basic Web Server On Ubuntu 9.04 With Zend Framework
Author: the_g_bomb • Tags: apache, php, ubuntu • Comments: 14
Basic Web Server On Ubuntu 9.04 With Zend Framework This is a brief description of the steps required to set up a basic Web Server (on Ubuntu 9.04) with the Zend Framework installed.