<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / falko / tag / cgi</title>
<link>http://netvouz.com/falko/tag/cgi?feed=rss</link>
<description>falko&#39;s bookmarks tagged &quot;cgi&quot; on Netvouz</description>
<item><title>How To Set Up Apache2 With mod_fcgid And PHP5 On Debian Etch</title>
<link>http://www.howtoforge.com/how-to-set-up-apache2-with-mod_fcgid-and-php5-on-debian-etch</link>
<description>This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Debian Etch. 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.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 03 Feb 2009 09:54:54 GMT</pubDate>
</item><item><title>Installing Lighttpd With PHP5 And MySQL Support On Ubuntu 10.04</title>
<link>http://www.howtoforge.com/installing-lighttpd-with-php5-and-mysql-on-ubuntu-10.04</link>
<description>Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an Ubuntu 10.04 server with PHP5 support (through FastCGI) and MySQL support.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 26 Jul 2010 11:33:59 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On CentOS 6.0</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-centos-6.0</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.0. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Sun, 23 Oct 2011 10:06:02 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On CentOS 6.3</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-centos-6.3</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on CentOS 6.3. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 13 Sep 2012 06:59:51 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On Debian Squeeze/Ubuntu 11.04</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-debian-squeeze-ubuntu-11.04</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Debian Squeeze/Ubuntu 11.04. While nginx itself does not serve CGI, there are several ways to work around this. I will outline three solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second and third solution are very similar - both use a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Mon, 03 Oct 2011 06:18:50 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On Fedora 18</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-fedora-18</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Fedora 18. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Tue, 12 Mar 2013 12:36:56 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On OpenSUSE 12.2</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-opensuse-12.2</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on OpenSUSE 12.2. While nginx itself does not serve CGI, there are several ways to work around this. I will outline two solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second solution uses a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 15 Nov 2012 09:14:38 GMT</pubDate>
</item><item><title>Serving CGI Scripts With Nginx On Ubuntu 12.04</title>
<link>http://www.howtoforge.com/serving-cgi-scripts-with-nginx-on-ubuntu-12.04</link>
<description>This tutorial shows how you can serve CGI scripts (Perl scripts) with nginx on Ubuntu 12.04. While nginx itself does not serve CGI, there are several ways to work around this. I will outline three solutions: the first is to proxy requests for CGI scripts to Thttpd, a small web server that has CGI support, while the second and third solution are very similar - both use a CGI wrapper to serve CGI scripts.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Thu, 06 Sep 2012 10:12:44 GMT</pubDate>
</item><item><title>Speeding Up Perl Scripts With SpeedyCGI/PersistentPerl On Debian Etch</title>
<link>http://www.howtoforge.com/speedycgi_debian_etch</link>
<description>This tutorial shows how to install and use SpeedyCGI (also known as PersistentPerl) on a Debian Etch system. SpeedyCGI is a way to run Perl scripts persistently, which can make them run much more quickly. It keeps the Perl interpreter running, and during subsequent runs, this interpreter is used to handle new executions instead of starting a new Perl interpreter each time.</description>
<category domain="http://netvouz.com/falko?category=6101149612142001527"></category>
<author>falko</author>
<pubDate>Fri, 14 Sep 2007 08:54:48 GMT</pubDate>
</item></channel></rss>