Dear Tom

Thank you for your reply.

On Wed, Feb 9, 2011 at 3:27 PM, Tom Evans <[email protected]> wrote:
> On Wed, Feb 9, 2011 at 2:13 PM, Zeno Davatz <[email protected]> wrote:

>> I tried for a couple of days now and I also searched the Internet long
>> and wide and then I bounced into this:
>>
>> https://issues.apache.org/bugzilla/show_bug.cgi?id=25435
>>
>> My question is in reading to above Bug-Report as mod_ruby.so uses
>> SetHandler as well.
>>
>> my mod_ruby.conf file in in C:\Apache2.2\conf\extra is
>>
>> https://gist.github.com/818508
>>
>> my httpd_vhost.conf is
>>
>> https://gist.github.com/818519
>>
>> [ I did try to place <Directory> outside of the VirtuaHost. It
>> resulted in the same result ]
>>
>> and my C:\Apache2.2\conf\httpd.conf files includes the following lines:
>>
>> Include conf/extra/mod_ruby.conf
>> Include conf/extra/httpd-vhosts.conf
>>
>> Now when I try to access
>>
>> http://de.oddb.win
>>
>> on my local machine the Apache error Log tells me:
>>
>> [client 127.0.0.1] Attempt to serve directory: 
>> C:/Users/zdavatz/de.oddb.org/doc/
>>
>> LogLevel in httpd.conf file is set to debug.
>>
>> Any hints are welcome. Is this related to the above bug-Report?
>>
>> Also my C:\Windows\System32\drivers\etc\hosts has this set
>>
>> 127.0.0.1       de.oddb.win
>>
>> This setup works on Linux.
>>
>> Thank you for any Feedback.

>
> I've read this twice; what is the actual problem? The bug report
> you've linked to is about DirectoryIndex not being respected, is that
> the issue?

Yes, it seems so, as my index.rbx is not being loaded AFAICT.

According to my understanding the above setup should work, but it does
not work as the page is not served but I just get the following error:

[client 127.0.0.1] Attempt to serve directory: C:/Users/zdavatz/de.oddb.org/doc/

and the page in the browser tells me

Not Found - The requested URL / was not found on this server. But it
is there. The directory is there as well and index.rbx is in the
directory C:/Users/zdavatz/de.oddb.org/doc/

To my Linux understanding this should work on Apache for Windows as well.

Best
Zeno

Reply via email to