[users@httpd] Apache/2.2.22 (Ubuntu) - Location block precedence for SVN repo locations

2015-02-20 Thread deoren
Hi, Thanks in advance for reading this and any for help you can provide. I call myself trying the steps described in various forum, blog and official documentation recommendations, but I'm still getting unexpected (to me) behavior from two similar blocks. I even took the example from the serv

Re: [users@httpd] Proxy decodes URLs

2015-02-20 Thread v0id null
adding the nocanon to ProxyPass fixed my problem. thank you! On Fri, Feb 20, 2015 at 11:14 AM, Eric Covener wrote: > On Fri, Feb 20, 2015 at 10:49 AM, v0id null wrote: > > How can I prevent mod_proxy from urldecoding requests? > > > look for "nocanon" in the docs > > -- > Eric Covener > cove...

Re: [users@httpd] Proxy decodes URLs

2015-02-20 Thread Eric Covener
On Fri, Feb 20, 2015 at 10:49 AM, v0id null wrote: > How can I prevent mod_proxy from urldecoding requests? look for "nocanon" in the docs -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-unsubscr...@httpd.ap

[users@httpd] building httpd 2.4 on windows x64

2015-02-20 Thread Wang, Andy
I've been trying to digest and understand all the details of building apache httpd 2.4 on windows x64. I tried to build it (along with pcre, openssl and zlib) as 64-bit and got stuck when the build failed in visual studio 2010 after adding a x64 configuration to target. A bit of digging and I came

[users@httpd] Proxy decodes URLs

2015-02-20 Thread v0id null
So lets say I have a simple Vhost: ServerName foobar # proxy a tomcat server ProxyPass /proxy-dir/context http://localhost:8080/context When I make a request to http://foobar/proxy-dir/context/username%40domain Tomcat receives http://localhost:8080/context/username@domain This is

Re: [users@httpd] Where are the Win32 Binaries?

2015-02-20 Thread Eric Covener
Nobody is currently contributing binaries. http://httpd.apache.org/docs/2.4/platform/windows.html#down On Fri, Feb 20, 2015 at 10:08 AM, Nico Westerdale wrote: > Directories are all empty on all the mirrors: > > http://apache.mirrors.pair.com//httpd/binaries/win32/ > > http://mirror.olnevhost.net

[users@httpd] Where are the Win32 Binaries?

2015-02-20 Thread Nico Westerdale
Directories are all empty on all the mirrors: http://apache.mirrors.pair.com//httpd/binaries/win32/ http://mirror.olnevhost.net/pub/apache//httpd/binaries/win32/ http://mirror.

Re: [users@httpd] Execution order of directives within Apache 2.4

2015-02-20 Thread Nick Kew
On Fri, 20 Feb 2015 12:33:32 + wrote: > > Hello everybody, > > I was searching for a description of the exection order of directives and > configurations within the apache and I wasn't able to find the documentation > about that? E.g. I know that ReverseProxy rules will be executed in the

Re: [users@httpd] Execution order of directives within Apache 2.4

2015-02-20 Thread Eric Covener
On Fri, Feb 20, 2015 at 7:33 AM, wrote: > Are there general rules, like the overall order inside the httpd.conf, or > the execution is based on the order the single corresponding modules are > loaded? Directives are not directly excuted, they supply configuration to many different modules. Tho

[users@httpd] Execution order of directives within Apache 2.4

2015-02-20 Thread Andre.Wendel
Hello everybody, I was searching for a description of the exection order of directives and configurations within the apache and I wasn't able to find the documentation about that? E.g. I know that ReverseProxy rules will be executed in the order from top down, also virtual hosts and filters, b