<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[[Info] How can I find where apache web server stores configuration, log and other sort of files?]]></title>
<link>http://kb.parallels.com/en/5440</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">[Info] How can I find where apache web server stores configuration, log and other sort of files?</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 5440&nbsp;</div>
					<div>Last Review: Oct,6 2008</div>
					<tr>
						<td>Author: </td>
						<td>Vitaly Malakhov</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>system</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Parallels Plesk Panel for Linux/Unix</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Resolution</h2>
					All standard paths for apache directories are stored in Plesk configuraion file. Example can be found below:<br /><br /><strong>Note: all examples are taken from Plesk 8.x installations, so if you have older version paths can be different. You should check it on the server directly.</strong><br /><br />For RedHat based:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'># grep HTTPD /etc/psa/psa.conf<br />HTTPD_VHOSTS_D /var/www/vhosts&nbsp;&nbsp;&nbsp;&nbsp; # Virtual hosts directory<br />HTTPD_CONF_D /etc/httpd/conf&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache configuration files directory<br />HTTPD_INCLUDE_D /etc/httpd/conf.d&nbsp; # Apache include files directory<br />HTTPD_BIN_D /usr/bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache binary files directory<br />HTTPD_LOG_D /var/log/httpd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache log files directory<br />HTTPD_SERVICE httpd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache startup script</span><br /><br />For FreeBSD:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'># grep HTTPD /etc/psa//psa.conf<br />HTTPD_VHOSTS_D /usr/local/www/vhosts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Virtual hosts directory<br />HTTPD_CONF_D /usr/local/etc/apache2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache configuration files directory<br />HTTPD_INCLUDE_D /usr/local/etc/apache2/Includes # Apache include files directory<br />HTTPD_BIN_D /usr/local/sbin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache binary files directory<br />HTTPD_LOG_D /var/log&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache log files directory<br />HTTPD_SERVICE apache2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache startup script</span><br /><br />For Debian and Ubuntu servers:<br /><br /><span style='font-family: courier new,courier;font-size: 12px;'># grep HTTPD -r /etc/psa/psa.conf<br />HTTPD_VHOSTS_D /var/www/vhosts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Virtual hosts directory<br />HTTPD_CONF_D /etc/apache2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache configuration files directory<br />HTTPD_INCLUDE_D /etc/apache2/conf.d # Apache include files directory<br />HTTPD_BIN_D /usr/bin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache binary files directory<br />HTTPD_LOG_D /var/log/apache2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache log files directory<br />HTTPD_SERVICE apache2&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Apache startup script</span>
				</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=5440&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=5440&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '5440',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Vitaly Malakhov</author>
<guid isPermaLink="false">5073 LastUpdated: 2008-10-06 09:16:11</guid>
<pubDate>2008-07-07 08:36:50</pubDate>
</item>
</channel>
</rss>



