Hi It seems that Apache for Windows interprets vhosts.conf files differently then Apache for Linux does. I am asking this question related to mod_ruby. Both Apaches (Linux and Windows) start fine with mod_ruby.so loaded.
This vhosts.conf file on Linux Apache 2.2.14-r1 works just fine. Ruby is executed: https://gist.github.com/820139 this vhosts.conf file on Windows Apache 2.2.17 https://gist.github.com/820138 delivers the index.rbx file as plain text instead of executing it as Ruby-Script. The vhosts.conf file was modified because of below issue. It seems to me that this is connected to this issue here: https://issues.apache.org/bugzilla/show_bug.cgi?id=25435 Is it normal, that a vhosts.conf on Linux can _not_ be assumed to work on Windows as well? Or is this an issue with mod_ruby not yet working correctly with Apache for Windows? Ruby is in my System path on Windows. Thank you for your Feedback. Best Zeno
