Sunday, February 15th, 2009
Type: Tutorial Difficulty: Intermediate I have a fresh website based on Apache+PHP5 to be converted into Nginx and PHP5-FastCGI. What can I do? Stage 1 CGI version of PHP5 Nginx only supports CGI version of PHP5 (not the Apache module). In FastCGI mode, PHP5 runs like a server that forks out a number of children [...]
Tuesday, December 23rd, 2008
How can you set up a website for mobile browsers in five hours? First, we have websites that have RSS output, such as UPEI‘s website, so you can use Drupal to aggregate news and information from them. The mobile version should not generate content, but it serves only as an aggregator. Drupal’s cron job will [...]
Tuesday, December 9th, 2008
Amazon EC2 is an amazing service for those who want stability, scalability, and extensibility. Technically speaking, EC2 is an on-demand VPS (Virtual Private System) for which you pay when you need. EC2′s upside is that no customer service and additional payment transactions are involved if a server is “purchased.” EC2′s service is paid by instance [...]