<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.6.2" -->
<rss version="0.92">
<channel>
	<title>personal tech corner</title>
	<link>http://www.razvan.ws</link>
	<description>docs, how to's and other tech stuff</description>
	<lastBuildDate>Sat, 26 Mar 2011 10:06:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Slackware style init script for nginx web server</title>
		<description>Slackware style init script for start/stop/restart nginx web server:

#!/bin/sh
#
# /etc/rc.d/rc.nginx
#
# Start/stop/restart nginx web server.

test_config() {
  set +e
  RES=`nginx -t 2&#62;&#38;1`
  if [ $? -ne 0 ] ; then
     echo "Error in nginx configuration found, restart aborted!"
     echo $RES
  ...</description>
		<link>http://www.razvan.ws/slackware-style-init-script-for-nginx-web-server/</link>
			</item>
	<item>
		<title>Using Nginx as a reverse proxy for Apache</title>
		<description>We all know that Apache is a great software and it cannot be replaced every time. Also, Apache shown great performance serving dynamic php content whether it's running mod_php or fastcgi. BoÅ¡tjan Å kufca made an excellent comparison between Apache + mod_php and Nginx + php-fpm.

So, Apache is very good serving ...</description>
		<link>http://www.razvan.ws/using-nginx-as-a-reverse-proxy-for-apache/</link>
			</item>
	<item>
		<title>Linux Slackware 13.0 + Nginx + PHP FastCGI using PHP-FPM</title>
		<description>While Apache is a great web server, it has a high memory footprint. If you don't need all the Apache features or if you have a slow/old/low memory machine Nginx (Engine X) might be perfect.

The typical nginx configuration involves using spawn-fcgi from the LightTPD project to get nginx serving up ...</description>
		<link>http://www.razvan.ws/linux-slackware-13-nginx-php-fastcgi-using-php-fpm/</link>
			</item>
	<item>
		<title>Linux Slackware + Apache2 + PHP + mod_fastcgi</title>
		<description>This tutorial assumes that you are already familiar with Slackware Linux and Apache2.

Before you start, make sure you have a working httpd.conf of Apache2 because a detailed configuration is not included in this tutorial. Then, remove the installed packages of Apache2 and PHP using Slackware's pkgtool.

Go to Apache website and ...</description>
		<link>http://www.razvan.ws/linux-slackware-apache2-php-fastcgi/</link>
			</item>
</channel>
</rss>

