<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>VirtualHosts problem</title>
        <description> Hi,

I have 5.2.10 fresh installes but I cannot make it run virtualhost. 

I've created c:\www\test.loc\index.html file

Also, I've set hotst file to contain 
127.0.0.1 test.loc

I've changed http.conf in conf_files:
Listen *:80
NameVirtualHost *
&amp;lt;VirtualHost *&amp;gt;
    ServerAdmin &amp;#119;&amp;#101;&amp;#98;&amp;#109;&amp;#97;&amp;#115;&amp;#116;&amp;#101;&amp;#114;&amp;#64;&amp;#100;&amp;#117;&amp;#109;&amp;#109;&amp;#121;&amp;#45;&amp;#104;&amp;#111;&amp;#115;&amp;#116;&amp;#46;&amp;#108;&amp;#111;&amp;#99;&amp;#97;&amp;#108;&amp;#104;&amp;#111;&amp;#115;&amp;#116;
    DocumentRoot &amp;quot;c:/www/test.loc&amp;quot;
    ServerName test.loc
    ErrorLog &amp;quot;logs/test.loc-error.log&amp;quot;
    CustomLog &amp;quot;logs/test.loc-access.log&amp;quot; common
&amp;lt;/VirtualHost&amp;gt;


Usually, when I manually install Apache, this changes are enough to make it work. But, with EasyPHP it does not.

When I try to access [test.loc] from browser, Apache accpets request but reports error 403 - denied access. 

Apache log shows:

[error] [client 127.0.0.1] client denied by server configuration: C:/www/test.loc/index.html


What else should I do to make it work?

Are there plans to add option to EasyPHP configuration tool for setting VirtualHosts or we will be always forced to do settings by manual editing of http.conf?</description>
        <link>http://www.easyphp.org/forums/13/147088/147088/_subject_#msg-147088</link>
        <lastBuildDate>Sat, 11 Feb 2012 03:23:32 +0100</lastBuildDate>
        <generator>Phorum 5.2.18</generator>
        <item>
            <guid>http://www.easyphp.org/forums/13/147088/147089/_subject_#msg-147089</guid>
            <title>Re: VirtualHosts problem</title>
            <link>http://www.easyphp.org/forums/13/147088/147089/_subject_#msg-147089</link>
            <description><![CDATA[ I found out solution.<br />
<br />
I had to add...<br />
<br />
&lt;Directory &quot;C:\www&quot;&gt;<br />
  Order Deny,Allow<br />
  Allow from all<br />
&lt;/Directory&gt;<br />
<br />
<br />
... before &lt;VirtualHost *&gt;]]></description>
            <dc:creator>pedja</dc:creator>
            <category>EasyPHP 5.2.10</category>
            <pubDate>Wed, 14 Jul 2010 13:37:49 +0200</pubDate>
        </item>
        <item>
            <guid>http://www.easyphp.org/forums/13/147088/147088/_subject_#msg-147088</guid>
            <title>VirtualHosts problem</title>
            <link>http://www.easyphp.org/forums/13/147088/147088/_subject_#msg-147088</link>
            <description><![CDATA[ Hi,<br />
<br />
I have 5.2.10 fresh installes but I cannot make it run virtualhost. <br />
<br />
I've created c:\www\test.loc\index.html file<br />
<br />
Also, I've set hotst file to contain <br />
127.0.0.1 test.loc<br />
<br />
I've changed http.conf in conf_files:<br />
Listen *:80<br />
NameVirtualHost *<br />
&lt;VirtualHost *&gt;<br />
    ServerAdmin <a href="mailto:&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#100;&#117;&#109;&#109;&#121;&#45;&#104;&#111;&#115;&#116;&#46;&#108;&#111;&#99;&#97;&#108;&#104;&#111;&#115;&#116;">&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;&#64;&#100;&#117;&#109;&#109;&#121;&#45;&#104;&#111;&#115;&#116;&#46;&#108;&#111;&#99;&#97;&#108;&#104;&#111;&#115;&#116;</a><br />
    DocumentRoot &quot;c:/www/test.loc&quot;<br />
    ServerName test.loc<br />
    ErrorLog &quot;logs/test.loc-error.log&quot;<br />
    CustomLog &quot;logs/test.loc-access.log&quot; common<br />
&lt;/VirtualHost&gt;<br />
<br />
<br />
Usually, when I manually install Apache, this changes are enough to make it work. But, with EasyPHP it does not.<br />
<br />
When I try to access [<a href="http://test.loc/index.html"  rel="nofollow">test.loc</a>] from browser, Apache accpets request but reports error 403 - denied access. <br />
<br />
Apache log shows:<br />
<br />
[error] [client 127.0.0.1] client denied by server configuration: C:/www/test.loc/index.html<br />
<br />
<br />
What else should I do to make it work?<br />
<br />
Are there plans to add option to EasyPHP configuration tool for setting VirtualHosts or we will be always forced to do settings by manual editing of http.conf?]]></description>
            <dc:creator>pedja</dc:creator>
            <category>EasyPHP 5.2.10</category>
            <pubDate>Wed, 14 Jul 2010 12:42:01 +0200</pubDate>
        </item>
    </channel>
</rss>

