How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Squeeze
This tutorial describes how you can install Apache2 with mod_fcgid
and PHP5 on Debian Squeeze. 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 Cherokee With PHP5 And MySQL Support On Debian Squeeze
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.
We've ordered a 50 euro/month server on hetzner.de, it has debian OS. The problem is that server is freezing in random time of the day and nothing appears in log. Only hardware reboot helps.
Installing The PHP WebDAV Extension On Debian Squeeze
This article shows how you can install the PHP WebDAV extension
for PHP5 on a Debian Squeeze system. The PHP WebDAV extension allows
easy access to remote resources through the DAV protocol from PHP
scripts.
I've installed php5-mysqlnd via:
apt-get install php5-mysqlnd
This is a brand new virgin Debian install with just apache2 and php5 via:
apt-get install apache2
echo "deb http://http.us.debian.org/debian unstable main contrib non-free" >> /etc/apt/sources.list
apt-get update
apt-get install php5 php5-dev php5-cli libapache2-mod-php5 php5-mysqlnd
When I do a phpinfo() it shows that mysq
Setting Up vsftpd + TLS On Debian Squeeze
FTP is a very insecure protocol because all passwords and all data
are transferred in clear text. By using TLS, the whole communication can
be encrypted, thus making FTP much more secure. This article explains
how to set up vsftpd with TLS on a Debian Squeeze server.
I'm trying to set up nginx with PHP5 and MySQL on my production VPS. The reason I chose nginx over Apache was because the VPS isn't high spec.
nginx is installed, and is successfully serving static pages like it should.
I have a strange problem with Ansible that I use to install / update / manage my webservers.
I have an installation script that is supposed to make sure that I always have the latest PHP5 module in my Debian 6 / Apache 2 system:
- name: install apache2 and php5
action: apt pkg=$item state=latest
with_items:
- apache2
- php5
- libapache2-mod-php5
- php5-curl
Almost all the major Linux distributions are using LibreOffice instead of OpenOffice. Today, it has been announced that Debian Squeeze too will get LibreOffice in the backports.LibreOffice has been available in Debian Wheezy and Debian Sid for a while now. But in the stable release, Debian Squeeze, it is not available.