Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0

Posted by suvi under Mandriva, MySQL, PHP, Webserver

New tutorial added to HowtoMatrix database.
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2010.0
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 2010.0 server with PHP5 support (through
FastCGI) and MySQL support.
Link to the original site

No Comments

IP Management With PHPIP

Posted by suvi under Networking, PHP

New tutorial added to HowtoMatrix database.
IP Management With PHPIP
Phpip is annbsp;IPnbsp;Management tool which helps to manage your network
with the detailed information of your client or network IP at the
distributed point. This is basically useful for ISPs as well asnbsp;large
networks.
Link to the original site

No Comments

How To Set Up Apache2 With mod_fcgid And PHP5 On Mandriva 2009.1

Posted by suvi under Apache, Mandriva, PHP, Webserver

New tutorial added to HowtoMatrix database.
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.
Link to [...]

No Comments

Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1

Posted by suvi under Apache, Mandriva, MySQL, PHP, Webserver

New tutorial added to HowtoMatrix database.
Installing Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1
table align=left cellpadding=0 cellspacing=0 width=43 height=40 style=margin-top:0px;margin-bottom:0px;trtdimg class=teaser-image-even src=http://images.howtoforge.com/images/teaser/mandriva.gif width=40 height=40 alt= //td/tr/tablepbInstalling Lighttpd With PHP5 And MySQL Support On Mandriva 2009.1/b/p
pLighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on a [...]

No Comments

Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.04

Posted by suvi under MySQL, PHP, Ubuntu, Webserver

Cherokee is a very fast, flexible and easy to configure Web Server.
It supports the widespread technologies nowadays: FastCGI, SCGI, PHP,
CGI, TLS and SSL encrypted connections, virtual hosts, authentication,
on the fly encoding, load balancing, Apache compatible log files, and
much more. This tutorial shows how you can install Cherokee on an
Ubuntu 9.04 server with PHP5 support (through [...]

No Comments

How To Log Emails Sent With PHP’s mail() Function To Detect Form Spam

Posted by suvi under Apache, Debian, Email, PHP, Security, Server

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 [...]

No Comments

Recompiling PHP5 With Bundled Support For GD On Ubuntu

Posted by suvi under PHP, Ubuntu

I’ve been installing the LAMP stack on an Ubuntu based server for a client. They rely on the version of LibGD that’s bundled with PHP5. This version includes certain functions including imagerotate() and others.
It seems that the people who build Ubuntu (and Debian) distribution do not want to compile PHP5 with the version of GD [...]

No Comments

Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)

Posted by suvi under Apache, Database, MySQL, PHP, Server, Ubuntu, Webserver

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.
I do not issue any guarantee that this will work for you!
1 Preliminary Note
In this tutorial I use the hostname server1.example.com with the IP address [...]

No Comments

Install PHP 5.3.0/Lighttpd On Debian (Lenny) With Imap, MySQL, Sqlite3 And ImageMagick Support

Posted by suvi under Debian, MySQL, PHP, Server, Webserver

This tutorial covers the setup of PHP 5.3.0/Lighttpd on Debian (lenny) with imap, mysql, mysqli, sqlite3, ImageMagick and mycrypt support.
For this tutorial I will assume you are logged in as root this is not advised.
First we need to install the webserver:
aptitude install lighttpd
Now we install the packages needed for mysql and mysqli support. You will [...]

No Comments

Howto install Cherokee web server with MySQL, PHP support on Jaunty

Posted by suvi under MySQL, PHP, Ubuntu, Webserver

Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, SSI, TLS and SSL encrypted connections, Virtual hosts, Authentication, on the fly encoding, Load Balancing, Apache compatible log files, Data Base Balancing, Reverse HTTP Proxy, Traffic Shaper, Video Streaming and much more.
Read the [...]

No Comments

Basic Web Server On Ubuntu 9.04 With Zend Framework

Posted by suvi under Apache, PHP, Ubuntu

This is a brief description of the steps required to set up a basic Web Server with the Zend Framework installed.
As always I will be following one of Falko’s Excellent guides as there is no point in re-inventing the wheel, so to speak. I will follow The Perfect Server – Ubuntu 9.04 [ISPConfig 3]. However [...]

No Comments

Integrating eAccelerator Into PHP5 And Lighttpd (Debian Lenny)

Posted by suvi under Debian, PHP, Webserver

This guide explains how to integrate eAccelerator into PHP5 and lighttpd on a Debian Lenny system. From the eAccelerator project page: “eAccelerator
is a free open-source PHP accelerator, optimizer, and dynamic content
cache. It increases the performance of PHP scripts by caching them in
their compiled state, so that the overhead of compiling is almost
completely eliminated. It also [...]

No Comments

Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 9.04

Posted by suvi under PHP, Ubuntu, Webserver

Lighttpd is a secure, fast, standards-compliant web server designed
for speed-critical environments. This tutorial shows how you can
install Lighttpd on an Ubuntu 9.04 server with PHP5 support (through
FastCGI) and MySQL support.
Read more at HowtoForge

No Comments

How To Harden PHP5 With Suhosin On CentOS 5.3

Posted by suvi under CentOS, PHP, Security, Server

This tutorial shows how to harden PHP5 with Suhosin on a CentOS 5.3 server. From the Suhosin project page: “Suhosin
is an advanced protection system for PHP installations that was
designed to protect servers and users from known and unknown flaws in
PHP applications and the PHP core. Suhosin comes in two independent
parts, that can be used separately [...]

No Comments

Installing Nginx With PHP5 And MySQL Support On Debian Lenny

Posted by suvi under Debian, MySQL, PHP, Server, Webserver

Nginx (pronounced
“engine x”) is a free, open-source, high-performance HTTP server. Nginx
is known for its stability, rich feature set, simple configuration, and
low resource consumption. This tutorial shows how you can install Nginx
on a Debian Lenny server with PHP5 support (through FastCGI) and MySQL
support.
Read more at HowtoForge

No Comments