public marks

PUBLIC MARKS from camel with tags php & debian

2008

Apache2 mod_fastcgi suexec on debian etch - Chty blog

I know it's difficult to find good documentation to configure apache2 with mod_fastcgi and suexec to make php websites works. This configuration works well with Debian Etch (4.0). Here an example of configuration.

2007

Debian Administration :: 2/2: An introduction to using Puppet

In our previous introduction to Puppet we covered installing the client and server, such that a small LAN could be configured centrally. Here we'll demonstrate some of the things that can be done with such a setup

How To Set Up suPHP On A Debian Based ISPConfig Server | HowtoForge - Linux Howtos and Tutorials

How To Set Up suPHP On A Debian Based ISPConfig Server | HowtoForge - Linux Howtos and Tutorials

2006

PHP cache accelerators with Installation Tutorials -- Debian Admin

PHP Accelerators and cachers will increase the performance of your PHP applications, by caching the compiled form of php scripts . A PHP accelerator typically reduces server load and increases the speed of your PHP scripts between 1 to 10 times. We have presently 3 good php accelerators from opensource i.e eAccelerator,APC,xcache and now we will see these three php accelerators how to install and configure in debian and ubuntu machines

2005

The Xapian Project

by 10 others
Xapian is an Open Source Probabilistic Information Retrieval library, released under the GPL. It's written in C++, with bindings to allow use from other languages (Perl, Python, PHP, Java, and TCL are currently supported; Guile and C# are being worked on). Xapian is designed to be a highly adaptable toolkit to allow developers to easily add advanced indexing and search facilities to their own applications. If you're after a packaged search engine for your website, you should take a look at Omega, which is an application we supply built upon Xapian. But unlike most other website search solutions, Xapian's versatility allows you to extend Omega to meet your needs as they grow.

Debian Administration :: Tightening PHP Security

by 1 other
There are a lot of Debian systems running PHP code, and in their default state the Debian PHP packages don't tighten up security as much as they could. There are a lot of badly coded scripts out there which can be abused by malicious users. (PHP is in alone in that regard!)