<?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; DirectAdmin</title>
	<atom:link href="http://www.indovps.com/cat/tutorial/directadmin/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indovps.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 13:48: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>I want domain.com/stats to be present by default</title>
		<link>http://www.indovps.com/tutorial/directadmin/i-want-domain-comstats-to-be-present-by-default</link>
		<comments>http://www.indovps.com/tutorial/directadmin/i-want-domain-comstats-to-be-present-by-default#comments</comments>
		<pubDate>Mon, 06 Feb 2012 13:48:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[awstat]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[webalizer]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/i-want-domain-comstats-to-be-present-by-default</guid>
		<description><![CDATA[If you want webalizer or awstats pages to be available by default for new domains, you can do so by creating: /usr/local/directadmin/scripts/custom/domain_create_post.sh In the file add the code #!/bin/sh ln -s ../stats /home/$username/domains/$domain/public_html/stats exit 0; Then chmod the domain_create_post.sh script to 755. If you want it to be for awstats, then change the bold stats [...]


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/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-modify-the-open_basedir-setting-for-one-domain' rel='bookmark' title='Permanent Link: How to modify the open_basedir setting for one domain.'>How to modify the open_basedir setting for one domain.</a> <small>To change the open_basedir value when using php in CLI...</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/i-want-domain-comstats-to-be-present-by-default/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change apache to do graceful restarts</title>
		<link>http://www.indovps.com/tutorial/directadmin/change-apache-to-do-graceful-restarts</link>
		<comments>http://www.indovps.com/tutorial/directadmin/change-apache-to-do-graceful-restarts#comments</comments>
		<pubDate>Sun, 29 Jan 2012 01:48:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/change-apache-to-do-graceful-restarts</guid>
		<description><![CDATA[If you want to avoid download interruptions during apache restarts, apache has to be changed to restart gracefully. To do that, you&#8217;ll need to change your httpd boot script. The path for your script will vary depending on your OS. For FreeBsd it&#8217;s: /usr/local/etc/rc.d/httpd For all other OS&#8217;s, it&#8217;s: /etc/init.d/httpd As for the actual change, [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-and-there-is-nothing-in-the-logs' rel='bookmark' title='Permanent Link: Apache won&#8217;t start and there is nothing in the logs'>Apache won&#8217;t start and there is nothing in the logs</a> <small>Chance are, if apache isn&#8217;t starting and isn&#8217;t logging anything,...</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/change-apache-to-do-graceful-restarts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Apache to the latest version</title>
		<link>http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version-2</link>
		<comments>http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version-2#comments</comments>
		<pubDate>Fri, 27 Jan 2012 01:48:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/updating-apache-to-the-latest-version-2</guid>
		<description><![CDATA[You can check the current version of apache by running httpd -v If you wish to update your 1.3 version of apache to the most recent, run the following: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl If you&#8217;re using apache 2.x, use &#34;./build apache_2&#34; instead of apache_mod_ssl. This should update both the configure options [...]


Related posts:<ol><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>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/change-apache-to-do-graceful-restarts' rel='bookmark' title='Permanent Link: Change apache to do graceful restarts'>Change apache to do graceful restarts</a> <small>If you want to avoid download interruptions during apache restarts,...</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/updating-apache-to-the-latest-version-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add all of the Include lines into your httpd.conf</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-add-all-of-the-include-lines-into-your-httpd-conf</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-add-all-of-the-include-lines-into-your-httpd-conf#comments</comments>
		<pubDate>Thu, 26 Jan 2012 01:51:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-add-all-of-the-include-lines-into-your-httpd-conf</guid>
		<description><![CDATA[If you reinstall DA (./directadmin i) on a live box, your /etc/httpd/conf/httpd.conf file will get overwritten and emptied of all data. You&#8217;ll need to read all of the Include lines for your users so that their sites show up (you&#8217;ll be seeing the apache pages, or the shared IP pages instead) Type: cd /usr/local/directadmin/data/users for [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-stops-responding-but-is-running' rel='bookmark' title='Permanent Link: Apache stops responding but is running'>Apache stops responding but is running</a> <small>A few things that could cause that are: Possible Causes:...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</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/how-to-add-all-of-the-include-lines-into-your-httpd-conf/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup the Mail System</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-setup-the-mail-system</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-setup-the-mail-system#comments</comments>
		<pubDate>Wed, 25 Jan 2012 01:51:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[passwd]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-setup-the-mail-system</guid>
		<description><![CDATA[One common problem people have is an incorrectly setup mail system. Here is a list of rules that must be followed: 1) hostname must not match any domain that is being used on the system. Example, if you have a domain called domain.com and you want to recieve mail on user@domain.com, you must *not* set [...]


Related posts:<ol><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/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>
<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>
</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/how-to-setup-the-mail-system/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I change the DocumentRoot of only one of my subdomains?</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-do-i-change-the-documentroot-of-only-one-of-my-subdomains</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-do-i-change-the-documentroot-of-only-one-of-my-subdomains#comments</comments>
		<pubDate>Mon, 23 Jan 2012 13:49:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[public_html]]></category>
		<category><![CDATA[scriptalias]]></category>
		<category><![CDATA[subdomain]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-do-i-change-the-documentroot-of-only-one-of-my-subdomains</guid>
		<description><![CDATA[1) If you wish to change just 1 subdomain path, you&#8217;d use this guide as a starting point: http://help.directadmin.com/item.php?id=3 and insert the following code &#124;*if SUB=&#34;subname&#34;&#124; &#124;?DOCROOT=/the/new/path/you/want&#124; &#124;*endif&#124; This will do a check on the subdomain name. Change subname to the name of the subdomain you want to set the path for. Also change the [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/wildcard-domain-com' rel='bookmark' title='Permanent Link: Wildcard *.domain.com'>Wildcard *.domain.com</a> <small>If you&#8217;d like to setup your domain to accept anything.domain.com,...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/change-apache-to-do-graceful-restarts' rel='bookmark' title='Permanent Link: Change apache to do graceful restarts'>Change apache to do graceful restarts</a> <small>If you want to avoid download interruptions during apache restarts,...</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/how-do-i-change-the-documentroot-of-only-one-of-my-subdomains/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to setup per-domain Aliases</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-setup-per-domain-aliases</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-setup-per-domain-aliases#comments</comments>
		<pubDate>Sun, 22 Jan 2012 13:48:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-setup-per-domain-aliases</guid>
		<description><![CDATA[If you want to disable /webmail for just one domain (for example), one way to do that is to change the Aliases to be within the VirtualHosts instead of 1 global Alias. To do that, we&#8217;ll need to use the virtual_host2.conf template (for apache 2) and use the custom httpd config settings, found in the [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/wildcard-domain-com' rel='bookmark' title='Permanent Link: Wildcard *.domain.com'>Wildcard *.domain.com</a> <small>If you&#8217;d like to setup your domain to accept anything.domain.com,...</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/how-to-setup-per-domain-aliases/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotlink protection: How-To prevent people from stealing your files</title>
		<link>http://www.indovps.com/tutorial/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files</link>
		<comments>http://www.indovps.com/tutorial/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files#comments</comments>
		<pubDate>Fri, 20 Jan 2012 13:48:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[stealing]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/hotlink-protection-how-to-prevent-people-from-stealing-your-files</guid>
		<description><![CDATA[Create an .htaccess file in your public_html directory with the following code: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER} !^http://(www.)?domain.com.*$ [NC] RewriteRule .(gif&#124;jpg)$ &#8211; [F] Where domain.com is your domain. Related posts:Showing files in a directory If you want to list all files in a directory... cgi files generate Internal Server Error This means that [...]


Related posts:<ol><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>
<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/running-cgi-script-from-any-directory-or-via-usernamecgi-bin' rel='bookmark' title='Permanent Link: Running CGI script from any directory or via /~username/cgi-bin'>Running CGI script from any directory or via /~username/cgi-bin</a> <small>In order to force apache to allow cgi script to...</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/hotlink-protection-how-to-prevent-people-from-stealing-your-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Showing files in a directory</title>
		<link>http://www.indovps.com/tutorial/directadmin/showing-files-in-a-directory</link>
		<comments>http://www.indovps.com/tutorial/directadmin/showing-files-in-a-directory#comments</comments>
		<pubDate>Fri, 20 Jan 2012 01:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[index]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/showing-files-in-a-directory</guid>
		<description><![CDATA[If you want to list all files in a directory that doesn&#8217;t use an index.html (or index.php) file, you can create an .htaccess file with the following contents: Options +Indexes This will tell apache that you want to list all files in the directory. Related posts:Running CGI script from any directory or via /~username/cgi-bin In [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin' rel='bookmark' title='Permanent Link: Running CGI script from any directory or via /~username/cgi-bin'>Running CGI script from any directory or via /~username/cgi-bin</a> <small>In order to force apache to allow cgi script to...</small></li>
<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/apache-stops-responding-but-is-running' rel='bookmark' title='Permanent Link: Apache stops responding but is running'>Apache stops responding but is running</a> <small>A few things that could cause that are: Possible Causes:...</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/showing-files-in-a-directory/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Apache to the latest version</title>
		<link>http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version</link>
		<comments>http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version#comments</comments>
		<pubDate>Thu, 19 Jan 2012 13:48:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[mod_ssl]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/updating-apache-to-the-latest-version</guid>
		<description><![CDATA[You can check the current version of apache by running httpd -v If you wish to update your 1.3 version of apache to the most recent, run the following: cd /usr/local/directadmin/customapache ./build clean ./build update ./build apache_mod_ssl If you&#8217;re using apache 2.x, use &#34;./build apache_2&#34; instead of apache_mod_ssl. This should update both the configure options [...]


No related posts.

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/updating-apache-to-the-latest-version/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable SSL2.0 in apache</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-disable-ssl2-0-in-apache</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-disable-ssl2-0-in-apache#comments</comments>
		<pubDate>Wed, 11 Jan 2012 13:50:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-disable-ssl2-0-in-apache</guid>
		<description><![CDATA[To disable the SSL2.0 protocol (thus forcing 3.0), for apache 1.3, find the line: #SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL and change it to: SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:!SSLv2:+EXP:+eNULL Note the 2 changes: a) remove the # character at the beginning of the line, and b) change +SSLv2 to !SSLv2 For apache 2.x, do the same thing, but instead it will be [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-and-there-is-nothing-in-the-logs' rel='bookmark' title='Permanent Link: Apache won&#8217;t start and there is nothing in the logs'>Apache won&#8217;t start and there is nothing in the logs</a> <small>Chance are, if apache isn&#8217;t starting and isn&#8217;t logging anything,...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</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/how-to-disable-ssl2-0-in-apache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error: Cannot find SSL binaries under /usr</title>
		<link>http://www.indovps.com/tutorial/directadmin/error-cannot-find-ssl-binaries-under-usr</link>
		<comments>http://www.indovps.com/tutorial/directadmin/error-cannot-find-ssl-binaries-under-usr#comments</comments>
		<pubDate>Mon, 09 Jan 2012 01:48:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[OpenSSL]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/error-cannot-find-ssl-binaries-under-usr</guid>
		<description><![CDATA[This happens with the configure script for apache cannot find the &#34;openssl&#34; (or &#34;ssleay&#34;) binaries in any of /usr/bin/openssl /usr/sbin/openssl /usr/apps/openssl The usual location for &#34;openssl&#34; is /usr/bin/openssl On a debian system, run apt-get install openssl Incoming search terms:ssl binaries Related posts:Apache won&#8217;t start after update on FreeBSD An issue with php/apache is causing apache [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</small></li>
<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/error-cannot-find-ssl-binaries-under-usr/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to forward a website to another url</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-forward-a-website-to-another-url</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-forward-a-website-to-another-url#comments</comments>
		<pubDate>Fri, 06 Jan 2012 13:48:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-forward-a-website-to-another-url</guid>
		<description><![CDATA[There are several ways to accomplish this task, but the simplest to understand is to use php. To do this, you need to create the page that will do the forwarding. This can be any page, as long as it ends in &#34;.php&#34;. If you are trying to redirect a domain, you&#8217;d create &#34;index.php&#34; inside [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/setting-up-da-with-an-ssl-certificate' rel='bookmark' title='Permanent Link: Setting up DA with an SSL certificate'>Setting up DA with an SSL certificate</a> <small>You can switch DirectAdmin to use SSL instead of plain...</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>
</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/how-to-forward-a-website-to-another-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache won&#8217;t start after update on FreeBSD</title>
		<link>http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd</link>
		<comments>http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd#comments</comments>
		<pubDate>Wed, 04 Jan 2012 01:48:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[customapache]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[segfaults]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/apache-wont-start-after-update-on-freebsd</guid>
		<description><![CDATA[An issue with php/apache is causing apache not to start in FreeBSD. It segfaults and core dumps, logged in the /var/log/httpd/error_log. Try removing &#8211;with-openssl from your configure.php file and recompile php. cd /usr/local/directadmin/customapache vi configure.php #remove &#8211;with-openssl from the file, save, exit. ./build clean ./build php n Possibly a mod_perl issue. Edit the /etc/httpd/conf/httpd.conf change: [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</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>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-and-there-is-nothing-in-the-logs' rel='bookmark' title='Permanent Link: Apache won&#8217;t start and there is nothing in the logs'>Apache won&#8217;t start and there is nothing in the logs</a> <small>Chance are, if apache isn&#8217;t starting and isn&#8217;t logging anything,...</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/apache-wont-start-after-update-on-freebsd/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot use SSH with old system accounts after Installation</title>
		<link>http://www.indovps.com/tutorial/directadmin/cannot-use-ssh-with-old-system-accounts-after-installation</link>
		<comments>http://www.indovps.com/tutorial/directadmin/cannot-use-ssh-with-old-system-accounts-after-installation#comments</comments>
		<pubDate>Tue, 27 Dec 2011 01:48:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[allowusers]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/cannot-use-ssh-with-old-system-accounts-after-installation</guid>
		<description><![CDATA[For all SSH accounts created with DirectAdmin, it adds the &#34;AllowUsers&#34; option to the /etc/ssh/sshd_config file. When DirectAdmin is installed, it will add &#34;root&#34; and &#34;admin&#34; to that file under the AllowUsers option. Any other users who have had SSH account on the system will also require to be added to that file in order [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-manually-create-a-new-self-signed-shared-server-certificate' rel='bookmark' title='Permanent Link: How to manually create a new self-signed shared server certificate'>How to manually create a new self-signed shared server certificate</a> <small>The following command will create you a new self-signed shared...</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>
</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/cannot-use-ssh-with-old-system-accounts-after-installation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>I want apache 2.0, php 5 and mysql 5</title>
		<link>http://www.indovps.com/tutorial/directadmin/i-want-apache-2-0-php-5-and-mysql-5</link>
		<comments>http://www.indovps.com/tutorial/directadmin/i-want-apache-2-0-php-5-and-mysql-5#comments</comments>
		<pubDate>Sun, 18 Dec 2011 01:48:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/i-want-apache-2-0-php-5-and-mysql-5</guid>
		<description><![CDATA[DirectAdmin essentially will work with any version of the software you want (within reason). You can use these newer versions of the software should you with to have them. *** For Apache 2.2 and php 5.x, we have a new custombuild script available: http://files.directadmin.com/services/custombuild/1.1. It will install both apache 2.2 and php 5 automatically for [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-update-to-php-5' rel='bookmark' title='Permanent Link: How to update to php 5'>How to update to php 5</a> <small>Note: If you want the latest version of php and...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</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/i-want-apache-2-0-php-5-and-mysql-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>semget: No space left on device</title>
		<link>http://www.indovps.com/tutorial/directadmin/semget-no-space-left-on-device</link>
		<comments>http://www.indovps.com/tutorial/directadmin/semget-no-space-left-on-device#comments</comments>
		<pubDate>Fri, 25 Nov 2011 13:48:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[awk]]></category>
		<category><![CDATA[device]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[semget]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/semget-no-space-left-on-device</guid>
		<description><![CDATA[This relates to semaphores on your system (you&#8217;ve run out). Run the following to clear them out: ipcs &#124; grep apache &#124; awk &#8216;{print $2}&#8217; &#62; sem.txt for i in `cat sem.txt`; do { ipcrm -s $i; }; done; Incoming search terms:no space left on device No related posts. Related posts brought to you by [...]


No related posts.

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/semget-no-space-left-on-device/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase the max upload filesize in apache/php</title>
		<link>http://www.indovps.com/tutorial/directadmin/increase-the-max-upload-filesize-in-apachephp</link>
		<comments>http://www.indovps.com/tutorial/directadmin/increase-the-max-upload-filesize-in-apachephp#comments</comments>
		<pubDate>Thu, 24 Nov 2011 13:48:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[max upload]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/increase-the-max-upload-filesize-in-apachephp</guid>
		<description><![CDATA[edit: /usr/local/lib/php.ini Search for ; Maximum allowed size for uploaded files. upload_max_filesize = 2M Change the 2M to whatever new value you want, then restart apache. Incoming search terms:edit maximum upload file size wordpress,max upload di php,max upload php Related posts:How to downgrade from apache 2 back to apache 1.3 If you need to go [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</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>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-and-there-is-nothing-in-the-logs' rel='bookmark' title='Permanent Link: Apache won&#8217;t start and there is nothing in the logs'>Apache won&#8217;t start and there is nothing in the logs</a> <small>Chance are, if apache isn&#8217;t starting and isn&#8217;t logging anything,...</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/increase-the-max-upload-filesize-in-apachephp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to downgrade from apache 2 back to apache 1.3</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3#comments</comments>
		<pubDate>Thu, 24 Nov 2011 01:49:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[downgrade]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3</guid>
		<description><![CDATA[If you need to go back to apache 1.3 after installing apache 2, you&#8217;ll need to do the following: 1) Restore the old httpd.conf file: cp -f /etc/httpd/conf/httpd.conf.1.3.backup /etc/httpd/conf/httpd.conf 2) Get DirectAdmin to use the old httpd.conf files for the users. Edit the /usr/local/directadmin/conf/directadmin.conf file and change apache_ver=2.0 to apache_ver=1.3. Also, if you were using [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/apache-stops-responding-but-is-running' rel='bookmark' title='Permanent Link: Apache stops responding but is running'>Apache stops responding but is running</a> <small>A few things that could cause that are: Possible Causes:...</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>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-and-there-is-nothing-in-the-logs' rel='bookmark' title='Permanent Link: Apache won&#8217;t start and there is nothing in the logs'>Apache won&#8217;t start and there is nothing in the logs</a> <small>Chance are, if apache isn&#8217;t starting and isn&#8217;t logging anything,...</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/how-to-downgrade-from-apache-2-back-to-apache-1-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

