<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; Apache Не Startитрует.]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=1942</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=1942&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Apache Не Startитрует.».]]></description>
		<lastBuildDate>Thu, 28 Oct 2010 11:43:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13742#p13742</link>
			<description><![CDATA[<p>Вы должны понимать что Вам необходимо и в связи с этим производить настройку, статья дает понятия базовой настройки. Ознакомпись с инструкциями apache и синтаксисом файла http.conf, воспользуйтесь официальной справкой apache или поищите в google статьи.</p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Thu, 28 Oct 2010 11:43:43 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13742#p13742</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13732#p13732</link>
			<description><![CDATA[<div class="quotebox"><cite>DmitryV сказал:</cite><blockquote><p>test.ru прописать в файле C:\Windows\System32\drivers\etc\hosts</p><div class="codebox"><pre><code>127.0.0.1 test.ru
127.0.0.1 test1.ru
127.0.0.1 test2.ru</code></pre></div><p>и сделать виртуальный хост в конфиге \apache\conf\httpd-vhosts.conf</p><div class="codebox"><pre><code>NameVirtualHost 127.0.0.1:80

&lt;VirtualHost 127.0.0.1:80&gt;
    ServerAdmin ваша@мыло
    DocumentRoot &quot;ваш путь/test.ru&quot;
    ServerName test.ru
    ErrorLog &quot;logs/test.ru-error.log&quot;
    CustomLog &quot;logs/test.ru-access.log&quot; common
&lt;/VirtualHost&gt;</code></pre></div><p>в основном файле конфигурации httpd.conf раскоментировать строку</p><div class="codebox"><pre><code>Include conf/extra/httpd-vhosts.conf</code></pre></div><p>перепустить Apache</p></blockquote></div><p>Дмитрий, спасибо за подсказки, вроде все заработало.<br />Вы давали мне ссылку на статью по настройке апача, меня интересует вопрос, обязательно выполнять все пункты рекомендаций по настройке или же нет, т.е. руководствоваться принципом необходимости? Например, у меня сейчас все работает, хотя я не все пункты выполнил, или же необходимо все сделать, что там написано?</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Wed, 27 Oct 2010 13:37:07 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13732#p13732</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13731#p13731</link>
			<description><![CDATA[<p>test.ru прописать в файле C:\Windows\System32\drivers\etc\hosts</p><div class="codebox"><pre><code>127.0.0.1 test.ru
127.0.0.1 test1.ru
127.0.0.1 test2.ru</code></pre></div><p>и сделать виртуальный хост в конфиге \apache\conf\httpd-vhosts.conf</p><div class="codebox"><pre><code>NameVirtualHost 127.0.0.1:80

&lt;VirtualHost 127.0.0.1:80&gt;
    ServerAdmin ваша@мыло
    DocumentRoot &quot;ваш путь/test.ru&quot;
    ServerName test.ru
    ErrorLog &quot;logs/test.ru-error.log&quot;
    CustomLog &quot;logs/test.ru-access.log&quot; common
&lt;/VirtualHost&gt;</code></pre></div><p>в основном файле конфигурации httpd.conf раскоментировать строку</p><div class="codebox"><pre><code>Include conf/extra/httpd-vhosts.conf</code></pre></div><p>перепустить Apache</p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Wed, 27 Oct 2010 07:15:10 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13731#p13731</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13730#p13730</link>
			<description><![CDATA[<div class="quotebox"><cite>DmitryV сказал:</cite><blockquote><p>ну индекса (index.php или index.html или index.htm) нет значит, чтобы вам показало листинг директории в ней нужно указать в настройке </p><p>Options Indexes</p></blockquote></div><p>Дмитрий, а как это сделать?</p><p>Сегодня утром включил все, localhost работает, а при запуске test.ru опять вылазит ошибка Not found</p><p>как мне исправить все это?</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Wed, 27 Oct 2010 02:45:15 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13730#p13730</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13729#p13729</link>
			<description><![CDATA[<p>ну индекса (index.php или index.html или index.htm) нет значит, чтобы вам показало листинг директории в ней нужно указать в настройке </p><p>Options Indexes</p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Tue, 26 Oct 2010 19:34:00 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13729#p13729</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13728#p13728</link>
			<description><![CDATA[<div class="quotebox"><cite>DmitryV сказал:</cite><blockquote><p>AddType application</p></blockquote></div><p>Да, именно так.<br />Сейчас в папке apache создал другую папку proba.ru, залил туда пхп файл, а мне выдало:</p><p>Not Found</p><p>The requested URL /proba.ru was not found on this server.<br />Apache/2.2.17 (Win32) PHP/5.2.13 Server at 127.0.0.1 Port 80</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Tue, 26 Oct 2010 19:30:30 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13728#p13728</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13727#p13727</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>http.conf прописано AddType application/x-httpd-php .php</p><p>Изучите внимательно статью <a href="http://php-myadmin.ru/learning/instrument-intro.html">http://php-myadmin.ru/learning/instrument-intro.html</a></p></blockquote></div><div class="codebox"><pre><code>DefaultType text/plain

LoadModule mime_module modules/mod_mime.so  - не должна быть закоментирована

&lt;IfModule mime_module&gt;
TypesConfig conf/mime.types
AddType application/x-httpd-php .php
 
... и т д  до ...

&lt;/IfModule&gt;</code></pre></div><p> </p><p>это не коментируйте</p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Tue, 26 Oct 2010 19:26:20 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13727#p13727</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13726#p13726</link>
			<description><![CDATA[<div class="quotebox"><cite>DmitryV сказал:</cite><blockquote><p>Если закоментировать должно быть:<br /></p><div class="codebox"><pre><code>#&lt;Directory &quot;C:/Program Files/Apache Software Foundation/Apache2.2/htdocs&quot;&gt;
    #
    # Possible values for the Options directive are &quot;None&quot;, &quot;All&quot;,
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that &quot;MultiViews&quot; must be named *explicitly* --- &quot;Options All&quot;
    # doesn&#039;t give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # [url]http://httpd.apache.org/docs/2.2/mod/core.html#options[/url]
    # for more information.
    #
 #   Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be &quot;All&quot;, &quot;None&quot;, or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
 #   AllowOverride None  -  227 строка

    #
    # Controls who can get stuff from this server.
    #
#    Order allow, deny
#    Allow from all

#&lt;/Directory&gt;</code></pre></div></blockquote></div><p>Да, Вы правы, я это уже понял.<br />почему пхп и хтмл файлы не обрабатываются и браузер показывает только коды?</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Tue, 26 Oct 2010 19:25:35 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13726#p13726</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13725#p13725</link>
			<description><![CDATA[<p>Если закоментировать должно быть:<br /></p><div class="codebox"><pre><code>#&lt;Directory &quot;C:/Program Files/Apache Software Foundation/Apache2.2/htdocs&quot;&gt;
    #
    # Possible values for the Options directive are &quot;None&quot;, &quot;All&quot;,
    # or any combination of:
    #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
    #
    # Note that &quot;MultiViews&quot; must be named *explicitly* --- &quot;Options All&quot;
    # doesn&#039;t give it to you.
    #
    # The Options directive is both complicated and important.  Please see
    # [url]http://httpd.apache.org/docs/2.2/mod/core.html#options[/url]
    # for more information.
    #
 #   Options Indexes FollowSymLinks

    #
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be &quot;All&quot;, &quot;None&quot;, or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
 #   AllowOverride None  -  227 строка

    #
    # Controls who can get stuff from this server.
    #
#    Order allow, deny
#    Allow from all

#&lt;/Directory&gt;</code></pre></div><p>php подключен к apache? в файле http.conf прописано AddType application/x-httpd-php .php</p><p>Изучите внимательно статью <a href="http://php-myadmin.ru/learning/instrument-intro.html">http://php-myadmin.ru/learning/instrument-intro.html</a></p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Tue, 26 Oct 2010 19:23:10 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13725#p13725</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13724#p13724</link>
			<description><![CDATA[<div class="quotebox"><cite>Рустем сказал:</cite><blockquote><div class="quotebox"><cite>DmitryV сказал:</cite><blockquote><p>покажите строки&nbsp; 227 +-5 строк, Вам пишет ошибка синтаксиса в строке 227<br />знак коментария # на каждую строку.</p></blockquote></div><p>&lt;Directory &quot;C:/Program Files/Apache Software Foundation/Apache2.2/htdocs&quot;&gt;<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Possible values for the Options directive are &quot;None&quot;, &quot;All&quot;,<br />&nbsp; &nbsp; # or any combination of:<br />&nbsp; &nbsp; #&nbsp; &nbsp;Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Note that &quot;MultiViews&quot; must be named *explicitly* --- &quot;Options All&quot;<br />&nbsp; &nbsp; # doesn&#039;t give it to you.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # The Options directive is both complicated and important.&nbsp; Please see<br />&nbsp; &nbsp; # <a href="http://httpd.apache.org/docs/2.2/mod/core.html#options">http://httpd.apache.org/docs/2.2/mod/core.html#options</a><br />&nbsp; &nbsp; # for more information.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; Options Indexes FollowSymLinks</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # AllowOverride controls what directives may be placed in .htaccess files.<br />&nbsp; &nbsp; # It can be &quot;All&quot;, &quot;None&quot;, or any combination of the keywords:<br />&nbsp; &nbsp; #&nbsp; &nbsp;Options FileInfo AuthConfig Limit<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; AllowOverride None&nbsp; -&nbsp; 227 строка</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Controls who can get stuff from this server.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; Order allow,deny<br />&nbsp; &nbsp; Allow from all</p><p> &lt;/Directory&gt;</p></blockquote></div><p>сейчас апач вроде заработал и ошибку не выдает, я просто не правильно закоментировал поэтому и синтаксическая ошибка вылезала.<br />Но ввозникла другая проблема. я в корневом диске создал папку apache для хранения сайтов. В папку www&nbsp; залил пхп-й файл, но он не обрабатывается, а браузер просто показывает код и все. Пытался туда залить хтмл-е файлы, так браузер пишет, что таких файлов не существует.</p><p>В чем может быть причина?</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Tue, 26 Oct 2010 19:21:34 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13724#p13724</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13718#p13718</link>
			<description><![CDATA[<div class="quotebox"><cite>DmitryV сказал:</cite><blockquote><p>покажите строки&nbsp; 227 +-5 строк, Вам пишет ошибка синтаксиса в строке 227<br />знак коментария # на каждую строку.</p></blockquote></div><p>&lt;Directory &quot;C:/Program Files/Apache Software Foundation/Apache2.2/htdocs&quot;&gt;<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Possible values for the Options directive are &quot;None&quot;, &quot;All&quot;,<br />&nbsp; &nbsp; # or any combination of:<br />&nbsp; &nbsp; #&nbsp; &nbsp;Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Note that &quot;MultiViews&quot; must be named *explicitly* --- &quot;Options All&quot;<br />&nbsp; &nbsp; # doesn&#039;t give it to you.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; # The Options directive is both complicated and important.&nbsp; Please see<br />&nbsp; &nbsp; # <a href="http://httpd.apache.org/docs/2.2/mod/core.html#options">http://httpd.apache.org/docs/2.2/mod/core.html#options</a><br />&nbsp; &nbsp; # for more information.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; Options Indexes FollowSymLinks</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # AllowOverride controls what directives may be placed in .htaccess files.<br />&nbsp; &nbsp; # It can be &quot;All&quot;, &quot;None&quot;, or any combination of the keywords:<br />&nbsp; &nbsp; #&nbsp; &nbsp;Options FileInfo AuthConfig Limit<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; AllowOverride None&nbsp; -&nbsp; 227 строка</p><p>&nbsp; &nbsp; #<br />&nbsp; &nbsp; # Controls who can get stuff from this server.<br />&nbsp; &nbsp; #<br />&nbsp; &nbsp; Order allow,deny<br />&nbsp; &nbsp; Allow from all</p><p> &lt;/Directory&gt;</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Tue, 26 Oct 2010 18:52:51 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13718#p13718</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13715#p13715</link>
			<description><![CDATA[<p>покажите строки&nbsp; 227 +-5 строк, Вам пишет ошибка синтаксиса в строке 227<br />знак коментария # на каждую строку.</p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Tue, 26 Oct 2010 18:44:52 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13715#p13715</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13714#p13714</link>
			<description><![CDATA[<p>Syntax error on line 227 of C:/Program Files/Apache Software Foundation/Apache2.<br />2/conf/httpd.conf:<br />AllowOverride not allowed here<br />Note the errors or messages above, and press the &lt;ESC&gt; key to exit.&nbsp; 15...</p><p>а это выдает тест конфигурации</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Tue, 26 Oct 2010 18:36:45 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13714#p13714</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13713#p13713</link>
			<description><![CDATA[<p>у меня ошибку The requested operation has filed!&nbsp; выдает, когда я закоментирую <br />&lt;Directory &quot;C:/Program Files/Apache Software Foundation/Apache2.2/htdocs&quot;&gt; <br />&nbsp; &nbsp; Options Indexes FollowSymLinks <br />&nbsp; &nbsp; AllowOverride None <br />&nbsp; &nbsp; Order allow,deny <br />&nbsp; &nbsp; Allow from all <br />&lt;/Directory&gt; <br />Как мне поступить в этом случае?</p>]]></description>
			<author><![CDATA[null@example.com (Рустем)]]></author>
			<pubDate>Tue, 26 Oct 2010 18:35:44 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13713#p13713</guid>
		</item>
		<item>
			<title><![CDATA[Re: Apache Не Startитрует.]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=13711#p13711</link>
			<description><![CDATA[<div class="quotebox"><blockquote><p>Проверьте все ли Вы правильно прописали, выполните команду <br />cmd.exe в нем:<br />Ваш путь\apache\bin\httpd.exe -w -t -f &quot;Ваш путь\apache\conf\httpd.conf&quot; -d &quot;Ваш путь\apache\.&quot;</p></blockquote></div><p>вот выше написано или<br />Пуск - меню программы - Apache HTTP Server - Configure Apache Server - Test Configuration</p>]]></description>
			<author><![CDATA[null@example.com (DmitryV)]]></author>
			<pubDate>Tue, 26 Oct 2010 18:17:16 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=13711#p13711</guid>
		</item>
	</channel>
</rss>
