<?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; httpd</title>
	<atom:link href="http://www.indovps.com/key/httpd/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indovps.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Jun 2010 19:29:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>Tue, 08 Sep 2009 09:03:45 +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.  [...]


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/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090' rel='bookmark' title='Permanent Link: Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090'>Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090</a> <small>Note this is an old guide. It was for apache...</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 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>Mon, 07 Sep 2009 13:52:31 +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 [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/setup-a-per-user-php-ini-to-allow-open_basedir-with-suphp' rel='bookmark' title='Permanent Link: Setup a per-user php.ini to allow open_basedir with suPhp'>Setup a per-user php.ini to allow open_basedir with suPhp</a> <small>new way: If you wish to use per-user php.ini files...</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/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>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, 07 Sep 2009 13:51:48 +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 [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/using-a-custom-virtualhost-template' rel='bookmark' title='Permanent Link: Using a custom VirtualHost template'>Using a custom VirtualHost template</a> <small>If you wish to change the setup of the VirtualHosts...</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>
<li><a href='http://www.indovps.com/tutorial/directadmin/adding-custom-httpd-conf-code-to-the-virtualhosts-of-a-domain' rel='bookmark' title='Permanent Link: Adding custom httpd.conf code to the VirtualHosts of a domain'>Adding custom httpd.conf code to the VirtualHosts of a domain</a> <small>DirectAdmin Allows Admin to insert extra httpd.conf code that a...</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>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>Mon, 07 Sep 2009 13:48:03 +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 [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090' rel='bookmark' title='Permanent Link: Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090'>Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090</a> <small>Note this is an old guide. It was for apache...</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/updating-apache-to-the-latest-version-2' 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>How to update to php 5</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-update-to-php-5</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-update-to-php-5#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:41:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[libxml]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml2]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-update-to-php-5</guid>
		<description><![CDATA[Note: If you want the latest version of php and apache, it&#8217;s recommended you use custombuild:   http://files.directadmin.com/services/custombuild/1.1    The following guide is only to be used if if you still want to use the old apache versions&#8230; basically, only if you still need FrontPage.
To update to php5, the build script will [...]


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/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-2' 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/how-to-update-to-php-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wildcard *.domain.com</title>
		<link>http://www.indovps.com/tutorial/directadmin/wildcard-domain-com</link>
		<comments>http://www.indovps.com/tutorial/directadmin/wildcard-domain-com#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:39:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[serveralias]]></category>
		<category><![CDATA[subdomain]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/wildcard-domain-com</guid>
		<description><![CDATA[If you&#8217;d like to setup your domain to accept anything.domain.com, you can do so with the following guide (Admin access required)    1) Setup the dns with a wildcard A record. Go to Dns Control, and add an &#34;A&#34; record:    * -&#62; 1.2.3.4    where 1.2.3.4 is the [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/adding-custom-httpd-conf-code-to-the-virtualhosts-of-a-domain' rel='bookmark' title='Permanent Link: Adding custom httpd.conf code to the VirtualHosts of a domain'>Adding custom httpd.conf code to the VirtualHosts of a domain</a> <small>DirectAdmin Allows Admin to insert extra httpd.conf code that a...</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/using-a-custom-virtualhost-template' rel='bookmark' title='Permanent Link: Using a custom VirtualHost template'>Using a custom VirtualHost template</a> <small>If you wish to change the setup of the VirtualHosts...</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/wildcard-domain-com/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>Mon, 07 Sep 2009 13:38:57 +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: [...]


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/adding-custom-httpd-conf-code-to-the-virtualhosts-of-a-domain' rel='bookmark' title='Permanent Link: Adding custom httpd.conf code to the VirtualHosts of a domain'>Adding custom httpd.conf code to the VirtualHosts of a domain</a> <small>DirectAdmin Allows Admin to insert extra httpd.conf code that a...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/using-a-custom-virtualhost-template' rel='bookmark' title='Permanent Link: Using a custom VirtualHost template'>Using a custom VirtualHost template</a> <small>If you wish to change the setup of the VirtualHosts...</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 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>Mon, 07 Sep 2009 05:59:05 +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 [...]


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/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/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090' rel='bookmark' title='Permanent Link: Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090'>Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090</a> <small>Note this is an old guide. It was for apache...</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>
		<item>
		<title>Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090</title>
		<link>http://www.indovps.com/tutorial/directadmin/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090</link>
		<comments>http://www.indovps.com/tutorial/directadmin/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:55:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[bind]]></category>
		<category><![CDATA[crit]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090</guid>
		<description><![CDATA[Note this is an old guide. It was for apache 1.3 with customapache. The current boot script we provide shouldn&#8217;t have this issue.   If apache is not completely shutting down, consider trying graceful restarts (see related link below) and also ensure your system is updated such that you don&#8217;t have any outdated php [...]


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/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>
<li><a href='http://www.indovps.com/tutorial/directadmin/warn-init-ssl-server-ipport-conflict-www-domain-com443' rel='bookmark' title='Permanent Link: [warn] Init: SSL server IP/port conflict: www.domain.com:443'>[warn] Init: SSL server IP/port conflict: www.domain.com:443</a> <small>If you get this warning in your apache logs, don&#8217;t...</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-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090/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 [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/adding-custom-httpd-conf-code-to-the-virtualhosts-of-a-domain' rel='bookmark' title='Permanent Link: Adding custom httpd.conf code to the VirtualHosts of a domain'>Adding custom httpd.conf code to the VirtualHosts of a domain</a> <small>DirectAdmin Allows Admin to insert extra httpd.conf code that a...</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-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/using-a-custom-virtualhost-template/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>Mon, 07 Sep 2009 05:46:21 +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.  [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version-2' 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/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090' rel='bookmark' title='Permanent Link: Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090'>Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090</a> <small>Note this is an old guide. It was for apache...</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/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel 11 Documentation &#8211; Apache Handlers</title>
		<link>http://www.indovps.com/tutorial/cpanel-11-documentation-apache-handlers</link>
		<comments>http://www.indovps.com/tutorial/cpanel-11-documentation-apache-handlers#comments</comments>
		<pubDate>Sat, 03 Jan 2009 06:14:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Apache Handlers]]></category>
		<category><![CDATA[creating an apache handler]]></category>
		<category><![CDATA[httpd]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=289</guid>
		<description><![CDATA[What are Apache Handlers?
Apache handlers allow you to control what Apache will do with certain       file types. When Apache sees a file, it has an action built in for that       file type, and will perform that action. If you wish Apache to do [...]


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/using-a-custom-virtualhost-template' rel='bookmark' title='Permanent Link: Using a custom VirtualHost template'>Using a custom VirtualHost template</a> <small>If you wish to change the setup of the VirtualHosts...</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/cpanel-11-documentation-apache-handlers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WebHost Manager 11 Documentation &#8211; Restart Services</title>
		<link>http://www.indovps.com/tutorial/webhost-manager-11-documentation-restart-services</link>
		<comments>http://www.indovps.com/tutorial/webhost-manager-11-documentation-restart-services#comments</comments>
		<pubDate>Fri, 02 Jan 2009 19:03:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[Named]]></category>
		<category><![CDATA[proftpd]]></category>
		<category><![CDATA[restart services]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=239</guid>
		<description><![CDATA[Overview
You can restart any of the available services on the web server at any       time. You can restart the following services:

Mail Server (Exim)
DNS/Name Server (BIND)
FTP Server (ProFTPd)
SQL Server (MySQL)
SSH Server (OpenSSH)
HTTP/Web Server (Apache)
POP3 Server (cppop)
IMAP Server (uwimap)
E-Commerce Server (interchange)
Postgresql Server
Servlet Server (tomcat)

Refer to the Service Manager if you need [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-restart-crit-98address-already-in-use-make_sock-could-not-bind-to-port-8090' rel='bookmark' title='Permanent Link: Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090'>Apache won&#8217;t restart: [crit] (98)Address already in use: make_sock: could not bind to port 8090</a> <small>Note this is an old guide. It was for apache...</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>
<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>
</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/webhost-manager-11-documentation-restart-services/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
