Re: [users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-11 Thread Zeno Davatz
Dear Tom On Fri, Feb 11, 2011 at 1:41 PM, Tom Evans tevans...@googlemail.com wrote: On Fri, Feb 11, 2011 at 7:17 AM, Zeno Davatz zdav...@gmail.com wrote: What has to happen that this becomes an ASF project? My goal is that mod_ruby becomes a standard Apache library. I am in no way

[users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
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

[users@httpd] mod_ruby.c Apache 2.2.17 Windows Server-Info: Request Phase Participation: none

2011-02-10 Thread Zeno Davatz
Hi My mod_ruby.c of Server-Info Apache 2.2.17 on my Windows-box tells me the following: Module Name: mod_ruby.c Content handlers: none Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs Request Phase Participation: none

Re: [users@httpd] Different vhosts.conf between Apache 2.2.17 for Windows and Apache for Linux 2.2.14-rc1 - issue 25435?

2011-02-10 Thread Zeno Davatz
Dear William On Thu, Feb 10, 2011 at 11:36 PM, William A. Rowe Jr. wr...@rowe-clan.net wrote: On 2/10/2011 2:48 AM, Zeno Davatz wrote: 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

[users@httpd] SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Hi This concerns the following: 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

[users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans tevans...@googlemail.com wrote: (why are we talking on dev@ btw, this seems clearly a users@ discussion. If/when you reply, please drop dev@) OK, there are some inconsistencies in your conf. First, in your vhost configuration, you have

[users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 4:12 PM, Tom Evans tevans...@googlemail.com wrote: (why are we talking on dev@ btw, this seems clearly a users@ discussion. If/when you reply, please drop dev@) It seems a dev issue because what works on Linux does not seem to work on Apache for Windows. That

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom Thanks for the reply. On Wed, Feb 9, 2011 at 5:22 PM, Tom Evans tevans...@googlemail.com wrote: This is my mod_ruby.conf settings on Linux and there it just works fine: LoadModule ruby_module modules/mod_ruby.so # taken from the example file # If the ruby module is installed,

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 6:01 PM, Tom Evans tevans...@googlemail.com wrote: I'm not a windows guy. I've just noticed that one of your directories starts 'C:\Users\..'. Doesn't windows do something crazy with 'user' folders? Can you move your docroot outside of this and see if it makes

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 6:01 PM, Tom Evans tevans...@googlemail.com wrote: I'm not a windows guy. I've just noticed that one of your directories starts 'C:\Users\..'. Doesn't windows do something crazy with 'user' folders? Can you move your docroot outside of this and see if it makes

Re: [users@httpd] Re: SetHandler mod_ruby Apache 2.2.17 Windows

2011-02-09 Thread Zeno Davatz
Dear Tom On Wed, Feb 9, 2011 at 6:01 PM, Tom Evans tevans...@googlemail.com wrote: I'm not a windows guy. I've just noticed that one of your directories starts 'C:\Users\..'. Doesn't windows do something crazy with 'user' folders? Can you move your docroot outside of this and see if it makes

Re: [users@httpd] Difference between mod_jk and mod_proxy

2011-01-27 Thread Zeno Davatz
On Thu, Jan 27, 2011 at 9:59 AM, Martin Kuba ma...@ics.muni.cz wrote: Hi Jehan, it is a FAQ: http://wiki.apache.org/tomcat/FAQ/Connectors#Q2 In my experience, the only difference is the ability of mod_jk to pass the SSL_* environment variables using the JkEnv directive, mod_proxy_ajp

[users@httpd] Re: experiencing Out of memory errors

2011-01-27 Thread Zeno Davatz
Hi Am 27.01.2011 um 12:57 schrieb Michiel Beijen michiel.bei...@otrs.com: Hi John, On Wed, 2011-01-26 at 10:17 -0500, John Deighan wrote: However, we're also not sure if either of these are needed to escape the 2 GB memory limitation. E.g., can 64 bit Perl be used with a 32 bit Apache

[users@httpd] compiling mod_ruby on Windows with apxs and MinGW or VisualStudio with Apache 2.2.17

2011-01-26 Thread Zeno Davatz
Hi I am looking for some willing and competent help to compile mod_ruby (http://modruby.net) on Windows using MinGW or Visual Studio. The goal is that mod_ruby.so has to load and run correctly with Apache 2.2.17 on Windows. My general question would also be: Can I load mod_ruby.so that was