Tag: php
PHP Auth using Google Credentials
by Artur on Dec.11, 2009, under Webdev
Here is a bit of code which uses Google credentials to authenticate a user. The idea is to use PHP sessions support and existing Google accounts for user management and don’t store any additional passwords.
Ubuntu 9.04 server + PHP5 + FCGI
by Artur on Oct.05, 2009, under Sysadmin
If you want to run Apache with mod_worker you will have to us PHP via FCGI. Here is how to install it on Ubuntu 9.04 Server edition.
Dynamic content with AJAX, Nagios and PHP
by Artur on Apr.02, 2009, under Webdev
Monitoring 18 servers during a live event isn’t an easy task, however there is a easy way to do create a dynamic page which will display you a status of desired servers using Nagios plugins, AJAX and a bit of PHP. (continue reading…)