Dear Igor 2011/2/8 Igor Galić <[email protected]>: >> As explained here >> >> http://dev.ywesee.com/wiki.php/Apache/Libapr-1 >> >> I have build mod_ruby.so against MinGW and the Windows-Installer lib >> and include files. The module compiled fine. >> >> Apache 2.2.17 on Windows starts fine from the commandline if I type >> "httpd". Also >> >> httpd -M shows me that the Ruby Module was loaded: >> >> http://url.ba/yxgf >> >> -but- >> >> if I try to start Apache from Windows GUI (bottom right corner) >> Apache >> will not start. The Windows System Protocol tells me that the Module > > Can you start it "manually" from the console? > > http://httpd.apache.org/docs/current/invoking.html > http://httpd.apache.org/docs/current/platform/windows.html#wincons > >> mod_ruby.so could not be loaded. If I open mod_ruby.so with > > Usually it will tell you a reason why something cannot be loaded.
This is my debug output of httpd -e debug https://gist.github.com/816510 ruby_module seems to be wonderfully loaded when starting from the console. Best Zeno
