<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title> &#187; cgi</title>
	<atom:link href="http://www.indovps.com/key/cgi/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indovps.com</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 13:49:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Running CGI script from any directory or via /~username/cgi-bin</title>
		<link>http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin</link>
		<comments>http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin#comments</comments>
		<pubDate>Fri, 23 Dec 2011 01:49:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[addhandler]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[htaccess]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin</guid>
		<description><![CDATA[In order to force apache to allow cgi script to run, simply create a file called .htaccess inside the directory in which you wish to run the scripts. Insert this text into the file: Options +ExecCGI AddHandler cgi-script .cgi .pl Incoming search terms:menggunakan AddHandler cgi-script cgi pl Related posts:cgi files generate Internal Server Error This [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error' rel='bookmark' title='Permanent Link: cgi files generate Internal Server Error'>cgi files generate Internal Server Error</a> <small>This means that the cgi script did not execute properly....</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version' rel='bookmark' title='Permanent Link: Updating Apache to the latest version'>Updating Apache to the latest version</a> <small>You can check the current version of apache by running...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cgi files generate Internal Server Error</title>
		<link>http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error</link>
		<comments>http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error#comments</comments>
		<pubDate>Thu, 11 Aug 2011 13:48:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[suexec]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/cgi-files-generate-internal-server-error</guid>
		<description><![CDATA[This means that the cgi script did not execute properly. There are several causes that can generate this error so a few things would need to be checked. 1) check the /var/log/httpd/suexec_log. It contains any errors that would be as a result of not having correct permissions on the file. The file needs to be [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files' rel='bookmark' title='Permanent Link: Hotlink protection: How-To prevent people from stealing your files'>Hotlink protection: How-To prevent people from stealing your files</a> <small>Create an .htaccess file in your public_html directory with the...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/mod_ssl-init-failed-to-generate-temporary-512-bit-rsa-private-key' rel='bookmark' title='Permanent Link: mod_ssl: Init: Failed to generate temporary 512 bit RSA private key'>mod_ssl: Init: Failed to generate temporary 512 bit RSA private key</a> <small>This error appears to show up sometimes when using MySQL...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/showing-files-in-a-directory' rel='bookmark' title='Permanent Link: Showing files in a directory'>Showing files in a directory</a> <small>If you want to list all files in a directory...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/cgi-files-generate-internal-server-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using a custom VirtualHost template</title>
		<link>http://www.indovps.com/tutorial/directadmin/using-a-custom-virtualhost-template</link>
		<comments>http://www.indovps.com/tutorial/directadmin/using-a-custom-virtualhost-template#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:47:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/using-a-custom-virtualhost-template</guid>
		<description><![CDATA[If you wish to change the setup of the VirtualHosts for all domains, you can do so by creating your own custom templates. cd /usr/local/directadmin/data/templates cp virtual_host*.conf custom cd custom Once you&#8217;ve copied the 4 VirtualHost files (or just the ones you want) to the custom directory, you can then edit the new files you&#8217;ve [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-do-i-change-the-documentroot-of-only-one-of-my-subdomains' rel='bookmark' title='Permanent Link: How do I change the DocumentRoot of only one of my subdomains?'>How do I change the DocumentRoot of only one of my subdomains?</a> <small>1) If you wish to change just 1 subdomain path,...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-setup-per-domain-aliases' rel='bookmark' title='Permanent Link: How to setup per-domain Aliases'>How to setup per-domain Aliases</a> <small>If you want to disable /webmail for just one domain...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild' rel='bookmark' title='Permanent Link: Allow php scripts to work under ~username when using suPhp (custombuild)'>Allow php scripts to work under ~username when using suPhp (custombuild)</a> <small>By default, suPhp is compiled in &quot;paranoid&quot; mode. This means...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/using-a-custom-virtualhost-template/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LXAdmin Administrator Tutorial</title>
		<link>http://www.indovps.com/tutorial/lxadmin-administrator-tutorial</link>
		<comments>http://www.indovps.com/tutorial/lxadmin-administrator-tutorial#comments</comments>
		<pubDate>Mon, 16 Feb 2009 01:47:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[djbdns]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[lxadmin]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[spam filter]]></category>
		<category><![CDATA[suexec]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=457</guid>
		<description><![CDATA[1. INTRODUCTION 1a. Introduction LXadmin &#8220;Host in a box&#8221; is the only control panel that makes use of Lighttpd and DJBDNS which only uses 8 MB of RAM with a freshly installed system. The control panel itself uses 1 MB of RAM when idle. LXadmin &#8220;Host in a box&#8221; is part of LXadmin, the leading [...]


Related posts:<ol><li><a href='http://www.indovps.com/news/reseller-web-hosting-opt-for-a-cheaper-yet-quality-program' rel='bookmark' title='Permanent Link: Reseller Web Hosting &#8211; Opt For a Cheaper Yet Quality Program'>Reseller Web Hosting &#8211; Opt For a Cheaper Yet Quality Program</a> <small>Reseller hosting is a kind of web hosting in which...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/lxadmin-administrator-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

